Crypto
4 min read

Hash Rate

The total computing power dedicated to mining a proof-of-work blockchain, measured in hashes per second. Higher hash rates mean stronger security and harder competition to mine the next block.

How hash rate is measured

Hash rate is the speed at which the network can compute hash function operations:

  • H/s — hashes per second
  • kH/s — thousand
  • MH/s — million
  • GH/s — billion
  • TH/s — trillion
  • PH/s — quadrillion (10^15)
  • EH/s — quintillion (10^18)
  • ZH/s — sextillion (10^21)

Bitcoin's network hash rate currently runs around 600-700 EH/s — about 600,000,000,000,000,000,000 hash computations per second across all miners combined.

Why hash rate matters

For proof-of-work chains, hash rate is the foundation of security:

  • Higher hash rate = more security. An attacker needs to control 51%+ of network hash rate to execute a 51% attack. At Bitcoin's scale, this would cost billions of dollars in hardware and electricity.
  • Bitcoin's enormous hash rate is its core security feature. The cost of attacking is so prohibitive that even nation-state actors couldn't realistically execute a sustained attack.
  • Smaller chains are more vulnerable. Chains with hash rate measured in TH/s rather than EH/s have been successfully attacked.

Bitcoin's hash rate has grown dramatically over the years:

  • 2009-2011 — hash rate measured in MH/s and GH/s. CPU and GPU mining era.
  • 2013-2015 — ASIC introduction; hash rate scaled into TH/s and PH/s.
  • 2016-2020 — sustained growth into the EH/s range.
  • 2024-2025 — 600-700 EH/s, with continued growth.

Each halving tests miner economics; less-efficient miners shut down, but larger more-efficient operators continue. Hash rate has historically recovered and grown after each halving despite the temporary stress.

What drives hash rate

Several factors:

  • Bitcoin price. Higher price means higher mining revenue, attracting more miners and hash rate.
  • Hardware efficiency. New ASIC generations produce more hashes per watt; miners upgrade for better economics.
  • Electricity costs. Cheaper electricity makes mining profitable for marginal miners; expensive electricity pushes miners offline.
  • Halvings. Block reward cuts immediately reduce miner revenue; some marginal miners shut down.
  • Geographic shifts. Chinese mining ban in 2021 caused a sharp temporary hash rate drop, followed by relocation to North America, Kazakhstan, and other regions.

Hash rate per chain

Different chains have very different hash rates:

  • Bitcoin — 600+ EH/s. Dominant by orders of magnitude.
  • Ethereum (pre-Merge) — peaked around 1 PH/s (much smaller because Ethash was memory-hard).
  • Litecoin — currently ~700 TH/s. Uses Scrypt.
  • Bitcoin Cash, Bitcoin SV — small fractions of Bitcoin's hash rate. Periodically vulnerable to attacks.
  • Ethereum Classic — small hash rate. Has been successfully 51%-attacked multiple times.

Proof-of-stake chains don't have hash rate in the traditional sense. Their security comes from staked assets rather than computational work.

Hash rate distribution

Bitcoin's hash rate is distributed across:

  • Geographic regions — North America (largest), Russia, Kazakhstan, smaller pockets globally.
  • Mining pools — Foundry USA, AntPool, F2Pool, ViaBTC, Binance Pool dominate. Each has a meaningful percentage of network hash rate.
  • Individual operators — large-scale industrial miners (Marathon Digital, Riot, Core Scientific) operate enormous farms.

The pool distribution matters: if a single pool exceeded 50% of hash rate, it could theoretically attack the network. The community informally pressures pools to stay below this threshold; pools have historically distributed hash rate when approaching it.

Mining hardware evolution

Hash rate per device has scaled dramatically:

  • Early Bitcoin (CPU mining) — single-digit MH/s.
  • GPU era (2010-2012) — hundreds of MH/s.
  • First ASICs (2013) — TH/s per device.
  • Modern ASICs (2024) — over 200 TH/s per device with high efficiency.

The latest Bitmain Antminer S21 produces ~200 TH/s at ~17.5 J/TH (very efficient). Operating one requires substantial electricity; the economics depend heavily on power costs.

Hash rate as economic indicator

Several uses:

  • Difficulty Adjustment — Bitcoin adjusts mining difficulty every 2,016 blocks (~2 weeks) to keep average block time near 10 minutes regardless of hash rate. This is the protocol's automatic response to changing hash rate.
  • Hash price — revenue per unit of hash rate, expressed in USD/TH/day. Falls during low-price periods, rises during bull markets. The standard miner-economics metric.
  • Hash rate vs. price divergence — sometimes hash rate falls before or after price moves. Some traders watch this as an indicator.

Why this matters even for non-miners

Even without participating in mining, hash rate affects users:

  • Network security. High hash rate makes the chain safer to use for high-value transactions.
  • Confirmation times. With stable hash rate and difficulty adjustments, block times stay roughly constant.
  • Long-term sustainability. A chain with declining hash rate is increasingly vulnerable.

For most users, hash rate is background context — the chain works, transactions confirm, security is robust. The number matters most when evaluating whether a particular chain is secure enough for the transactions you're conducting.