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-09-20 · 165,269,519 UTXOs · 20,086,651 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,093,964 BTC across P2WSH 719,285 BTC · P2SH 374,609 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 | 751,248 | 894,654.42 | exposed |
witness_v0_scripthash |
multisig | 89,727 | 719,285.18 | exposed |
scripthash |
multisig | 268,888 | 223,982.25 | exposed |
p2sh_p2wsh |
multisig | 106,589 | 150,627.12 | exposed |
scripthash |
single-key CHECKSIG | 1,104 | 2,471.14 | exposed |
witness_v0_scripthash |
pubkey + timelock | 598 | 2,172.00 | exposed |
p2sh_p2wsh |
pubkey + timelock | 1,343 | 219.29 | exposed |
scripthash |
hash-preimage only | 563 | 54.28 | safe |
witness_v0_scripthash |
pubkey + hashlock (HTLC-like) | 1,194 | 13.78 | exposed |
witness_v0_scripthash |
timelock only | 644 | 1.34 | safe |
witness_v0_scripthash |
hash-preimage only | 235 | 1.26 | safe |
witness_v0_scripthash |
single-key CHECKSIG | 146 | 0.63 | exposed |
p2sh_p2wsh |
hash-preimage only | 1,685 | 0.39 | safe |
scripthash |
pubkey + hashlock (HTLC-like) | 18 | 0.07 | exposed |
scripthash |
pubkey + timelock | 248 | 0.04 | exposed |