Rich List, Top 100 BTC Holders

live data

The 100 largest Bitcoin balances on chain. Computed daily from our own bitcoind + Fulcrum index.

Share: X Bluesky Mastodon Reddit HN
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:

  1. Calls dumptxoutset to snapshot the current UTXO set
  2. Aggregates outputs by destination address
  3. Sorts by balance, takes the top 100
  4. Joins each entry against our curated wallet-label set
  5. 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.

← back to all lists