Hash rate measures how many hash calculations a miner or network performs per second. Higher hash rate means more guesses per second, which means a better chance of finding valid blocks. It is the raw computational power securing a proof-of-work blockchain. Bitcoin's network hash rate is around 600 EH/s (exahashes per second, or 600 quintillion calculations every second).

What Is Hash Rate?

3 min read

The short version

Hash rate is the speed of a mining operation. If mining is a lottery where you buy tickets by making guesses, hash rate is how many tickets you scratch per second. A faster machine (higher hash rate) has better odds of winning each round. The total network hash rate tells you how much total computational power is securing the chain and how hard it is to attack.

How It Works

Units: H/s (hashes per second), KH/s (kilo, 10^3), MH/s (mega, 10^6), GH/s (giga, 10^9), TH/s (tera, 10^12), PH/s (peta, 10^15), EH/s (exa, 10^18). A single Antminer S21: ~200 TH/s. The entire Bitcoin network: ~600 EH/s (that is 3 million Antminer S21 equivalents running simultaneously worldwide). Why it matters for security: to 51% attack Bitcoin, you need more than 300 EH/s of hardware. That represents roughly $10 billion in ASICs plus massive electricity infrastructure. Higher network hash rate = higher attack cost = more secure. Hash rate also affects mining economics: as more hash rate joins the network, difficulty adjusts upward, and each miner earns a smaller share of the fixed daily reward. Rising hash rate without rising BTC price compresses margins for all miners.

What a single miner's hash rate means for their earnings

You own 200 TH/s (one Antminer S21). Network hash rate: 600 EH/s = 600,000,000 TH/s. Your share: 200 / 600,000,000 = 0.0000333%. Daily BTC mined by the network: 450 BTC. Your expected daily share: 450 x 0.000000333 = 0.00015 BTC ($9 at $60K). If network hash rate doubles to 1,200 EH/s (more miners join) while price stays flat: your share halves to $4.50/day. Same hash rate on your end, half the reward because competition doubled. This is why miners constantly upgrade to more efficient machines: standing still means falling behind as the network grows.

What People Get Wrong

  • Higher hash rate means faster transactions

    No. Hash rate determines security (cost to attack) and mining competition. Block time is maintained at ~10 minutes regardless of hash rate through difficulty adjustments. More hash rate = same speed, more security.

  • Hash rate only goes up

    It generally trends up long-term but can drop sharply. After China banned mining in 2021, Bitcoin hash rate dropped ~50% in weeks. It recovered within 6 months as miners relocated. Hash rate follows profitability and regulatory conditions.

  • You need to understand hash rate to use Bitcoin

    Not at all. Hash rate matters for miners (their business economics), for security analysts (chain security), and for investors (security narrative). As a user sending transactions, you never interact with or need to think about hash rate.

Sources & Further Reading

Questions People Also Ask

Where can I check current Bitcoin hash rate?
Blockchain.com/charts, mempool.space, and hashrate index.com show real-time estimates. Note: hash rate cannot be measured directly; it is estimated from the rate at which blocks are being found relative to the current difficulty. Estimates can fluctuate short-term due to luck variance.
What happens if hash rate suddenly drops?
Blocks become slower temporarily (fewer guesses per second means longer time between valid blocks). After 2,016 blocks, difficulty adjusts downward to restore ~10 minute block times. In the short term (before adjustment), users experience slower confirmations.
Does Ethereum still have hash rate?
Not since September 2022. Ethereum moved from proof-of-work to proof-of-stake (The Merge). Its security is now measured in staked ETH value, not hash rate. Only proof-of-work chains (Bitcoin, Litecoin, Dogecoin, etc.) have meaningful hash rates.

More in Mining, Nodes & Infrastructure

See all →
Was this page helpful?

Page last checked