Skip to content

Bitcoin Mining Pool Centralization and Block-Template Authority

How concentrated is Bitcoin mining? Nakamoto coefficient, HHI and per-pool hashrate share across time windows.

Quick answer

Over the last month, Bitcoin's hashrate was spread across 18 identified mining pools, but it takes only 3 pools to control more than half the network — the Nakamoto coefficient. The HHI concentration index is 1,435 (unconcentrated), and the single largest pool mined 24.9% of blocks. Lower Nakamoto and higher HHI both mean more centralization.

Solo and decentralized-template mining (DATUM, Stratum V2 job declaration) push the Nakamoto coefficient up and template sovereignty with it. Full data — every window, free to download under CC BY 4.0.

4.32%of hashrate on pools that let miners build the block

Template sovereignty: who actually builds the block?

Hashrate share tells you who finds blocks — not who decides what goes in them. On most pools the operator builds the block template and the miner only supplies proof-of-work, so the operator chooses which transactions confirm. Over the last month just 4.32% of Bitcoin's hashrate mined on a pool that lets the miner build its own block template: OCEAN (2.62%), Braiins Pool (1.7%) — via Stratum V2 job declaration, OCEAN's DATUM, or a self-hostable / peer-to-peer pool. On the other 94.56% of identified hashrate the pool operator builds the template and picks the transactions.

Capability footprint, not confirmed adoption. This is the share of hashrate on pools that permit miner-built templates, not blocks proven to use it. On P2Pool, Public Pool and self-hosted pools that is the default; on Braiins Pool and OCEAN it is opt-in (Stratum V2 job declaration and DATUM) and still lightly adopted, so the share of blocks the miner actually built is smaller — under about 1% today. It also cannot see self-hosted solo miners, who are unattributable (~1.12% “unknown”). Read 4.32% as the addressable ceiling on today's pools, not the achieved figure. Live shares from mempool.space, as of 2026-09-06.

Download CSV Download JSON REST API →

Centralization is not one number

Pool-attributed block share measures coordination, but it does not identify every control plane. Two systems with the same visible share can assign template, payout, and infrastructure authority differently.

Control planeQuestionEvidenceWhat pool share cannot prove
Hashrate coordinationHow much observed work is attributed to one coordinator?Dated block attribution, window, and unknown bucketWho selected every transaction
Block templatesWho chooses transactions, coinbase structure, and permitted mutations?Protocol trace, implementation, and reproducible fixtureWhether an advertised option is deployed
Share accountingWho validates shares and keeps worker balances or statistics?Server behavior and reconciliation testsWho controls final settlement
Reward/custodyWhere does a found block pay and can an intermediary delay or redirect it?Decoded coinbase, payout policy, and on-chain settlementWhether miners chose the template
InfrastructureWhich DNS, hosting, network, and operator dependencies can interrupt work?Architecture and independent failure testsAdministrative independence from a brand

What “solo” changes

Solo mining describes the reward outcome. It does not, by itself, identify who built the template, receives the coinbase, operates the node, or controls the Stratum endpoint. Ask who constructs work, where the coinbase pays, which software validates shares, and whether the path can be reproduced.

Where Stratum V2 fits

Job Declaration and Template Distribution separate protocol roles, but specifications are capabilities—not deployment evidence. Verify a named service with a dated trace, negotiated messages, implementation evidence, and a reproducible custom-job test.

Primary references: BIP 22, BIP 23, the Bitcoin Core mining RPC, and the Stratum V2 Job Declaration and Template Distribution specifications.

Continue with own-node solo infrastructure, pool payout schemes, the Stratum reference, and the evidence-led solo-service comparison.

Concentration by time window

WindowPoolsNakamotoHHITop poolTop 3
Last week1731,45826.8%59%
Last month1831,43524.9%59%
Last 3 months2531,44525.4%58.9%
Last year3231,52628.6%58.6%

Current pool shares (last month)

#PoolBlocksShare
1Foundry USA110924.86%
2AntPool84418.92%
3F2Pool67915.22%
4SpiderPool4189.37%
5ViaBTC3608.07%
6MARA Pool2154.82%
7SECPOOL1944.35%
8Luxor1663.72%
9OCEAN1172.62%
10Binance Pool912.04%
11Braiins Pool761.7%
12BTC.com651.46%
13Unknown501.12%
14NiceHash481.08%
15Poolin150.34%
16WhitePool110.25%
17ULTIMUSPOOL20.04%
18Mining-Dutch10.02%

Method: The Nakamoto coefficient is the fewest pools whose combined share exceeds 50% of blocks — the smaller it is, the easier a majority coalition. HHI sums the squared percentage shares (US DOJ guide: <1500 unconcentrated, 1500-2500 moderate, >2500 highly concentrated). Pool attribution from mempool.space is a proxy based on coinbase tags (see which tag each pool stamps). See also the mining-pool database.