pruned mainnet
assumeutxo @ {{ formatNumber(mainnet.assumeutxoHeight) }}
pruned testnet
assumeutxo @ {{ formatNumber(testnet.assumeutxoHeight) }}
pruned signet
assumeutxo @ {{ formatNumber(signet.assumeutxoHeight) }}
bitcoin.conf
chain
mainnet
testnet
signet
prune
550
550
txindex
coinstatsindex
blockfilterindex
Info
size
{{ mainnet.size }}
{{ testnet.size }}
{{ signet.size }}
height
{{ formatNumber(mainnet.height) }}
{{ formatNumber(testnet.height) }}
{{ formatNumber(signet.height) }}
best block
{{ getLongFormat(mainnet.bestblock) }}
copyToClipboard(mainnet.bestblock)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
{{ getLongFormat(testnet.bestblock) }}
copyToClipboard(testnet.bestblock)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
{{ getLongFormat(signet.bestblock) }}
copyToClipboard(signet.bestblock)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
muhash
{{ getLongFormat(mainnet.muhash) }}
copyToClipboard(mainnet.muhash)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
{{ getLongFormat(testnet.muhash) }}
copyToClipboard(testnet.muhash)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
{{ getLongFormat(signet.muhash) }}
copyToClipboard(signet.muhash)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
hash_serialized_3
{{ getLongFormat(mainnet.hash_serialized_3) }}
copyToClipboard(mainnet.hash_serialized_3)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
{{ getLongFormat(testnet.hash_serialized_3) }}
copyToClipboard(testnet.hash_serialized_3)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
{{ getLongFormat(signet.hash_serialized_3) }}
copyToClipboard(signet.hash_serialized_3)" class="group relative ml-2 hidden h-9 w-9 items-center justify-center sm:flex">
txouts
{{ formatNumber(mainnet.txouts) }}
{{ formatNumber(testnet.txouts) }}
{{ formatNumber(signet.txouts) }}
supply (sats)
{{ formatNumber(mainnet.supply) }}
{{ formatNumber(testnet.supply) }}
{{ formatNumber(signet.supply) }}
Don't trust, verify!
copyToClipboard(verifyDigestCommand)" class="rounded-full bg-black/50 px-2 py-1 text-xs text-white whitespace-nowrap">
$ {{ verifyDigestCommand }}
copyToClipboard(verifySignatureCommand)" class="rounded-full bg-black/50 px-2 py-1 text-xs text-white">
$ {{ verifySignatureCommand }}