🌱 Taproot Taproot
A 2021 upgrade to Bitcoin that makes complicated payments — like multisig wallets or scripted spending rules — look exactly like an ordinary "send some BTC" payment on the public ledger. The result: better privacy, lower fees, and more room for Bitcoin to do clever things.
✉️ The simple version — the same sealed envelope every time
Imagine mailing money. A plain payment is a normal sealed envelope. A company payment that needs 3 of 5 directors to approve it used to look like a bulky packet covered in extra stamps and signatures — obviously different, obviously interesting to anyone watching. Taproot lets you put either kind into the same standard envelope. Whether one person signed or five did, the envelope on the table looks identical, and you only ever show the one key that actually opened it.
🧩 What's inside the upgrade
Taproot activated as a soft fork (a backward-compatible change) on November 14, 2021, at block height 709,632, after about 90% of miners signaled support. It bundles three Bitcoin Improvement Proposals into one:
| Piece | What it does |
|---|---|
| ✍️ Schnorr signatures (BIP340) | A smaller, cleaner kind of signature that can combine many signers into one — shrinking the data and hiding how many people signed |
| 🌱 Taproot (BIP341) | Adds the new Pay-to-Taproot output type so complex and simple spends share one look |
| 📜 Tapscript (BIP342) | The scripting rules that make those richer spending conditions possible |
📬 Taproot adds a new address type, Pay-to-Taproot (P2TR). You can spot one because it starts with bc1p.
🌳 The clever trick: show one path, hide the rest
A Taproot output can be locked with many possible spending conditions at once — for example, "the owner alone can spend, or a 2-of-3 group can, or a backup key can after a delay." This uses a structure called MAST (Merkelized Alternative Script Trees). When the coins are actually spent, only the one path you used is revealed. Every option you didn't take stays private and never appears on the ledger. Combined with Schnorr's signature aggregation, a roomful of rules can settle as a single, ordinary-looking signature.
🚀 Why it matters and where you'll meet it
- 🕵️ Privacy — Complex spends blend in with everyday payments, so a multisig wallet no longer stands out on the ledger
- 💸 Lower fees — Smaller signatures mean less data, which means cheaper, more efficient transactions
- 🛠️ More flexibility — Tapscript lays groundwork for richer spending conditions on Bitcoin
- ⚡ You meet it through other things — The Lightning Network, Tether-style assets issued via Taproot Assets, and Ordinals inscriptions all build on Taproot
❓ FAQ
- Does Taproot make Bitcoin anonymous?
- No. Bitcoin stays pseudonymous — every transaction is still public and traceable forever. Taproot only makes complex spends look like ordinary payments and hides the spending options you didn't use. It does not hide amounts, addresses, or the chain of transactions the way a privacy coin would.
- When did Taproot activate, and how?
- It activated on November 14, 2021 at block height 709,632, after about 90% of miners signaled support. It was a soft fork, meaning the change was backward-compatible and didn't split the network.
- Do I have to do anything to use Taproot?
- Not really. If your wallet supports it, you may see addresses that start with bc1p (the new Pay-to-Taproot type). Many people first meet Taproot indirectly through the Lightning Network, Taproot Assets, or Ordinals, which all build on it.