Hash rate (also written hashrate or hash power) is the total computational power being applied to a proof-of-work blockchain network, measured in hashes per second. It’s the most important metric for assessing the security strength of Bitcoin and other proof-of-work networks — a higher hash rate means more resources would be needed to attack the chain.
What Is a Hash?
A hash is the fixed-length output of a cryptographic hash function. For Bitcoin, miners use SHA-256 twice (SHA-256d) to hash block headers. The hash of any input is deterministic and unpredictable — changing one character in the input produces a completely different hash.
Bitcoin mining requires finding a hash that starts with a certain number of leading zeros (the difficulty target). Miners iterate through trillions of nonce values until they find a valid hash, which then earns the right to add the block.
Units
Hash rate is measured in hashes per second (H/s). Modern networks operate at orders of magnitude larger:
| Unit | Value | Common Use |
|---|---|---|
| KH/s | 1,000 H/s | Early CPU mining |
| MH/s | 1,000,000 H/s | GPU mining era |
| GH/s | 10⁹ H/s | Early ASIC miners |
| TH/s | 10¹² H/s | Modern ASIC rigs |
| PH/s | 10¹⁵ H/s | Large mining facilities |
| EH/s | 10¹⁸ H/s | Bitcoin network total |
Bitcoin’s network hash rate hit over 700 EH/s in 2024, compared to just a few MH/s when it launched in 2009.
Hash Rate and Network Security
Hash rate directly determines network security. To execute a 51% attack — rewriting blockchain history — an attacker would need to control more than half of the network’s total hash rate. As Bitcoin’s hash rate grows, the cost of such an attack (in hardware and electricity) grows proportionally.
A sudden hash rate drop can be a warning sign:
- Miners going offline (e.g., after a price crash or regulatory crackdown)
- Coordinated attack in progress
- Natural disaster affecting a mining region
Hash Rate vs. Difficulty
Hash rate and mining difficulty are directly linked. Bitcoin automatically adjusts difficulty every 2,016 blocks (~2 weeks) to keep the average block time at 10 minutes:
- If hash rate increases → more blocks found per hour → difficulty increases
- If hash rate decreases → fewer blocks found → difficulty decreases
This self-correcting mechanism keeps Bitcoin running at a predictable cadence regardless of how many miners join or leave.
Mining Profitability and Hash Rate
Hash rate is central to mining economics:
- More hash rate network-wide = harder to win blocks = lower revenue per TH/s
- Price increase = more miners join = hash rate rises = difficulty rises
- Price decrease = marginal miners shut off = hash rate drops = difficulty drops
The ratio of USD revenue per unit of hash rate is called hash price — a key metric tracked by mining analysts and publicly traded mining companies.
History
- 2009 — Bitcoin network hash rate: ~4–7 MH/s (Satoshi’s CPU)
- 2011 — GPU mining drives hash rate past 10 GH/s
- 2013 — First ASIC miners: hash rate surpasses 1 PH/s within months
- 2021 — Hash rate peaks near 200 EH/s before China ban; drops 50%, recovers quickly
- 2024 — Hash rate surpasses 700 EH/s post-halving, setting all-time highs
Key Takeaways
Hash rate is not just a performance metric — it is the quantification of Bitcoin’s unforgeable physical security. Every EH/s represents real silicon, real electricity, and real economic commitment backing the chain’s integrity. When critics argue Bitcoin is “just numbers on a screen,” hash rate is the answer: Bitcoin’s security is grounded in thermodynamics.
Common Misconceptions
“Higher hash rate means faster transactions.”
Hash rate affects block creation speed, but the difficulty adjustment keeps block times fixed at ~10 minutes. More hash rate doesn’t speed up individual transactions — Lightning Network and Layer 2 solutions do.
“Hash rate = how powerful one miner is.”
Hash rate is usually discussed at the network level (total global hash rate). An individual miner’s hash rate is their fraction of the whole.