Transactions · Bitcoin glossary

What is Taproot?

A Bitcoin upgrade combining Schnorr signatures with new script commitments and spending rules.

Plain-English definition · Reviewed 2026-08-04
In one sentence

A Bitcoin upgrade combining Schnorr signatures with new script commitments and spending rules.

01

Taproot meaning

Taproot improves privacy and efficiency for many complex spending policies while adding a more flexible path for future script features. It is specified mainly through BIPs 340, 341, and 342 and activated on Bitcoin in 2021.

02

How it works in Bitcoin

A Taproot output has a key path and can commit to optional script paths. A cooperative spend may look like a single signature, while an alternative script reveals only the branch needed for that spend rather than every possible condition.

03

A simple example

A multisignature arrangement can cooperate through its key path and publish less data than revealing a larger script, while retaining recovery conditions in committed script paths.

04

Why Taproot matters

Transaction terms matter whenever bitcoin moves. Understanding them reduces mistakes involving fees, confirmation status, change outputs and irreversible destinations.

05

What people often get wrong

Taproot improves some privacy patterns but does not make transactions anonymous. Amounts, timing, inputs, outputs, and later wallet behavior can still reveal links.

06

Quick checks before using the term

  • Is the transaction only broadcast or already confirmed?
  • Which outputs and fee are being created?
  • Can wallet policy replace or delay it?

Apply these questions to the concrete example above. A precise answer is more useful than repeating the definition without naming the actor, rule or failure path.

Check the primary reference

This entry is written in plain English, but the technical source is available when you need exact protocol detail.

BIP 341: Taproot ↗