Every address holding QBT, rebuilt from the chain's full UTXO set rather than a third-party index — 210,000,000 cap, no premine, mining-only distribution.
qb1zllhqz…suz6473
| Rank | Address | Balance (QBT) | Share of supply | UTXOs | Source of funds |
|---|
The first run walks every block through the esplora API of Qbit Mempool and rebuilds the UTXO set: every addressed output is added, every spent outpoint removed. After that only new blocks are pulled, so each cycle costs a handful of requests instead of tens of thousands.
If the hash of an already-processed block changes, a reorg is assumed and the chain is re-indexed from scratch.
Each address is matched against the coinbaseAddresses of every block. Hover a label for the block count and QBT received.
Pool — a coinbase wallet taking the full subsidy. AuxPoW — one wallet collecting rewards across several merge-mining Bitcoin pools. Miner — a split share inside a pool's blocks. Solo — full subsidy, but the coinbase carries no pool tag.
QBT has no market price, so balances are not converted to fiat. Pool names come from the explorer's coinbase tagging, not from the pools themselves; on blocks that split the reward across addresses the per-address QBT is an equal-split estimate.
P2MR addresses hide the public key until spend — anyone rotating addresses on every payout has their balance fragmented across the table.
Running this means rebuilding the chain's whole UTXO set and keeping it warm around the clock. If it saved you a manual scan, QBT tips are welcome.