UTXO repartition by output type
Every unspent output on the Bitcoin blockchain, grouped by script type,
with the M-of-N multisig distribution and the revealed-redeem-script
breakdown. Computed weekly from a full dumptxoutset walk on
our own node. This revives the much-missed
UTXO Set Repartition
dashboard that Antoine Le Calvez ran at txstats.com / p2sh.info, extended
with a redeem-shape itemization.
Snapshot 2026-08-02 · 166,009,272 UTXOs · 20,064,401 BTC. Bars show share of BTC.
M-of-N multisig by aggregate balance
Every multisig policy on chain, by the BTC it currently secures. Bare multisig comes from output scripts directly; P2SH- and P2WSH-wrapped multisig from the redeem script revealed on spend. The 3-of-5 cold-storage standard dominates by value; 2-of-3 dominates by count.
Total multisig tracked: 1,080,760 BTC across P2WSH 691,621 BTC · P2SH 389,068 BTC · bare 70 BTC.
Redeem-script flavors (P2SH / P2WSH)
Of the P2SH and P2WSH addresses whose redeem script has been revealed on-chain, what shape is the script? This is the breakdown behind the quantum-exposure strict-vs-conservative gap: only pubkey-bearing shapes are quantum-exposed.
| Script type | Redeem shape | Addresses | BTC held | Pubkey? |
|---|---|---|---|---|
p2sh_p2wpkh |
nested P2WPKH | 754,473 | 887,529.32 | exposed |
witness_v0_scripthash |
multisig | 88,918 | 691,621.40 | exposed |
scripthash |
multisig | 278,004 | 234,258.17 | exposed |
p2sh_p2wsh |
multisig | 110,651 | 154,810.53 | exposed |
scripthash |
single-key CHECKSIG | 1,102 | 2,491.14 | exposed |
witness_v0_scripthash |
pubkey + timelock | 585 | 2,126.35 | exposed |
p2sh_p2wsh |
pubkey + timelock | 1,393 | 335.50 | exposed |
scripthash |
hash-preimage only | 563 | 54.28 | safe |
witness_v0_scripthash |
pubkey + hashlock (HTLC-like) | 1,193 | 2.53 | exposed |
witness_v0_scripthash |
timelock only | 660 | 1.40 | safe |
witness_v0_scripthash |
hash-preimage only | 238 | 1.28 | safe |
witness_v0_scripthash |
single-key CHECKSIG | 111 | 1.27 | exposed |
p2sh_p2wsh |
hash-preimage only | 1,688 | 0.37 | safe |
scripthash |
pubkey + hashlock (HTLC-like) | 18 | 0.07 | exposed |
scripthash |
pubkey + timelock | 248 | 0.04 | exposed |