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-06-14 · 165,780,422 UTXOs · 20,042,254 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,064,350 BTC across P2WSH 671,313 BTC · P2SH 392,966 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 | 756,420 | 885,649.62 | exposed |
witness_v0_scripthash |
multisig | 86,888 | 671,313.49 | exposed |
scripthash |
multisig | 277,261 | 237,384.93 | exposed |
p2sh_p2wsh |
multisig | 110,001 | 155,581.57 | exposed |
scripthash |
single-key CHECKSIG | 1,104 | 2,491.35 | exposed |
witness_v0_scripthash |
pubkey + timelock | 568 | 2,067.82 | exposed |
p2sh_p2wsh |
pubkey + timelock | 1,402 | 351.26 | exposed |
scripthash |
hash-preimage only | 563 | 54.29 | safe |
witness_v0_scripthash |
pubkey + hashlock (HTLC-like) | 1,195 | 12.06 | exposed |
witness_v0_scripthash |
timelock only | 642 | 1.34 | safe |
witness_v0_scripthash |
hash-preimage only | 236 | 1.28 | safe |
witness_v0_scripthash |
single-key CHECKSIG | 68 | 1.02 | exposed |
p2sh_p2wsh |
hash-preimage only | 1,684 | 0.34 | safe |
scripthash |
pubkey + hashlock (HTLC-like) | 18 | 0.07 | exposed |
scripthash |
pubkey + timelock | 248 | 0.04 | exposed |