₿
Rich List, Top 100 BTC Holders
live dataThe 100 largest Bitcoin balances on chain. Computed daily from our own bitcoind + Fulcrum index.
First snapshot pending. The rich list is computed daily from
a
dumptxoutset walk on our own bitcoind. We're waiting for the
initial reindex to finish on chainquerynyc; the first snapshot will appear here
within 24 hours of bitcoind reaching tip. In the meantime, here's the curated
wallet-label set we'll use to attribute each entry.
Wallet labels we maintain
Curated address attributions used to label entries in the rich list (and elsewhere on the site). New labels get added as we identify clusters or receive operator disclosures.
| Address | Label | Tags |
|---|
How we compute it
Every 24 hours, the ChainQuery.com scheduler runs tools/build_rich_list.py
against our own bitcoind. The script:
- Calls
dumptxoutsetto snapshot the current UTXO set - Aggregates outputs by destination address
- Sorts by balance, takes the top 100
- Joins each entry against our curated wallet-label set
- Writes the result to
data/labels/curated/rich_list_computed.json
The snapshot is hash-stable: anyone running the same script against the same chain state will produce a byte-identical output. No closed-source indexer in the pipeline, no third-party API rate limits.