What Is a Third-party Mining Pool Ranking?
2026-09-13 14:35

A third-party mining pool ranking is a comparison of mining pools published by an entity other than the pools being compared. Some rankings are statistical tables, while others are editorial lists that assess features or services. This article focuses on Bitcoin mining pool rankings based on public blockchain data.

For these rankings, the provider attributes blocks to known pools and counts them over a stated period. It may then use each pool’s share of those blocks to estimate its share of network hashrate. This gives readers an independently checkable view of recent block production, although attribution methods and observation windows can affect the results.

A ranking shows how block production is distributed across pools. It does not, by itself, establish which pool offers the best payout terms or the highest earnings for an individual miner. Third-party publication also does not automatically guarantee neutrality; readers should check the provider’s methodology and any commercial disclosures.

What Do These Rankings Usually Measure?

Blockchain-based pool rankings commonly show three related metrics:

  • Blocks found: The number of blocks attributed to a pool over a stated period, such as 24 hours, one week, or one month.
  • Block share: A pool’s attributed blocks divided by the total number of blocks in the same period, expressed as a percentage. For a network-wide share, the total includes blocks attributed to “Unknown.”
  • Estimated hashrate and hashrate share: Estimates of a pool’s computing power and its proportion of total network hashrate, inferred from observed block production rather than measured directly from connected mining hardware.

These quantities describe different things, but they may come from the same underlying sample. A provider can use block share as its estimate of hashrate share, then multiply that share by estimated network hashrate to estimate the pool’s hashrate. Under this approach, pools have the same ordering whether ranked by block count, block share, or estimated hashrate over the same sample.

For example, mempool’s weekly pool-hashrate calculation uses each pool’s fraction of attributed blocks to estimate its share, then multiplies that fraction by estimated network hashrate. Its hashrate figures therefore do not provide an independent measurement of pool size. Source: mempool mining implementation

These public figures also differ from a miner’s account dashboard. A dashboard can show worker activity, submitted shares, and account earnings—information that cannot be reconstructed from public block counts alone.

How Do Third Parties Identify a Mining Pool?

Bitcoin’s protocol does not include an authenticated field naming the pool that produced a block. Providers instead infer pool identity from the coinbase transaction, the first transaction in a block, which collects the block subsidy and transaction fees.

Two common attribution methods are:

  • Reading a pool tag embedded in the coinbase input script.
  • Matching a receiving address in a coinbase output against known pool addresses.

The mempool mining-pool attribution repository documents both methods. Because these are attribution clues rather than authenticated identities, the quality of a ranking depends partly on the provider’s mapping. Source: mempool mining-pool attribution repository

This explains why rankings often include an “Unknown” category. It means the provider could not attribute those blocks using its current mapping; it does not necessarily mean a new pool exists. When mappings change, a provider may also re-index historical blocks and revise earlier attributions.

When comparing providers, check whether the unknown share is large enough to affect the comparison and whether it is included in the percentage denominator.

Why the Time Window Matters

Bitcoin block discovery is probabilistic. A pool can find more or fewer blocks than expected from its hashrate share purely by chance, especially over a short period. A 24-hour ranking can therefore look different from a monthly ranking even when the pools’ underlying hashrate has not changed.

A longer window generally reduces this random variation and gives a more stable estimate of relative pool size. However, it also responds more slowly to recent changes in connected hashrate. A shorter window shows recent activity more quickly, but with more statistical noise.

Always check what the selected period means. A one-month view might show a total for the month, or it might display several historical observations, each covering a shorter period. For example, mempool’s historical pool-hashrate endpoint returns weekly observations within the requested range; requesting one month does not turn each observation into a monthly average. Source: mempool mining implementation

For a fair comparison, use the same metric and measurement period. Distinguish the date you retrieved the data from the period the data actually measures.

What a Ranking Can and Cannot Tell You

A blockchain-based ranking can help readers see:

  • Which pools were attributed the most blocks during a period.
  • How block production is distributed among identified pools.
  • How a pool’s estimated share has changed across comparable periods.
  • How much block production remains unattributed.

It cannot establish:

  • An individual miner’s earnings or profitability. A larger pool may find more blocks, but its rewards are shared across more contributed hashrate. More total pool blocks do not automatically mean higher earnings for the same miner hashrate. Profit also depends on operating costs.
  • Payout terms and fees. Payment methods determine how rewards are calculated and how block-discovery variance affects miners. The effect of transaction fees from a pool’s actual blocks also depends on its payment method.
  • Account-level performance. Rejected or stale shares, worker uptime, and the quality of a miner’s connection require information beyond public block counts.
  • Hardware ownership or location. Attributing blocks to a pool does not identify who owns the connected ASICs or where they operate.

Pool rankings are therefore useful indicators of visible mining activity, but they are not rankings of service quality or miner profitability.

How to Use a Ranking When Choosing a Mining Pool

Start by checking three things:

  1. The metric: Is the ranking based on block count, block share, estimated hashrate, or an editorial assessment?
  2. The measurement period: Do the figures cover the same dates and duration? Is the display a period total or a series of shorter observations?
  3. The attribution coverage: How large is the “Unknown” category, and is it included in the reported shares?

A ranking can help you assess a pool’s visible block production and identify changes worth investigating. Short-term changes should be interpreted cautiously because they may reflect chance, changes in hashrate, or updated attribution.

Next, review the pool’s own documentation for its payment methods, fees, connection options, and monitoring tools. For example, ViaBTC’s help center explains how its PPS+ and PPLNS payment methods calculate mining earnings. Those rules provide information that a public block-production ranking cannot supply. Source: ViaBTC — How are profits calculated?

Use the ranking to understand a pool’s observed activity, then evaluate its payout terms and your own connection and worker data separately.

FAQ

Is the highest-ranked mining pool always the most profitable?

No. A high block count indicates greater observed pool-wide block production, not necessarily higher earnings for a fixed amount of miner hashrate. Payment method, pool fees, and operating costs also affect the result.

Does estimated hashrate show how much mining hardware a pool owns?

No. It estimates computing power associated with the pool’s observed block production. It does not establish ownership or location of the connected hardware.

Is a monthly ranking better than a daily ranking?

A monthly ranking generally smooths out more random variation. A daily ranking reflects recent activity more quickly but is noisier. The appropriate window depends on whether you want to understand a longer-term pattern or a recent change.

Why do two ranking websites show different results?

They may use different time windows, update schedules, or pool-attribution mappings. Check these details and how each provider handles unknown blocks before comparing the figures.