β‘ Hash Rate Hash Rate
How many cryptographic guesses (hashes) a miner or the whole network can make per second while racing to solve the puzzle that adds the next block. Measured in hashes per second.
π° The simple version β a per-second lottery
To add the next block, a Proof-of-Work miner has to find a valid answer to a puzzle by guessing. Each guess runs data through a hash function and checks the result. Hash rate is just how fast a machine can make those guesses. Think of it as a lottery where you can buy more tickets every single second: more hash rate means more tickets bought each second, which means better odds of winning the right to add a block and claim the reward.
π Reading the units β H/s up to EH/s
Hash rate is counted in hashes per second. The numbers get huge fast, so we use prefixes that each step up by 1,000 times. So 100 MH/s means 100 million guesses every second.
| Unit | Guesses per second |
|---|---|
| H/s | 1 |
| KH/s | 1 thousand |
| MH/s | 1 million |
| GH/s | 1 billion |
| TH/s | 1 trillion |
| PH/s Β· EH/s | 1,000x and 1,000x again |
βοΈ Why faster guessing doesn't mean faster blocks
Every Proof-of-Work chain has a setting called mining difficulty that auto-adjusts to keep blocks arriving at a steady pace. When the network's total hash rate rises, difficulty rises to compensate; when hash rate falls, difficulty drops. So pouring in more hash rate does not make blocks come out faster. Bitcoin still targets about one block every 10 minutes no matter how much power joins.
π‘οΈ Why a high network hash rate means security
The total hash rate of a whole network is a headline measure of its health. A higher number makes a 51% attack far more expensive, because an attacker would have to out-compute everyone else combined. That is why people watch Bitcoin's network hash rate as a sign of how hard it would be to attack the chain.
π Network hash rate is an estimate, not a stored number. It's inferred from how fast blocks are actually found compared to difficulty, so reported figures wobble. Bitcoin's hash rate grew from near-zero in 2009 to roughly 300 EH/s by 2023 β treat any single figure as a snapshot, not a constant.
π¨ Things beginners should know
- β‘ It's a speed, not a stash β Hash rate measures guesses per second, not coins held or stored
- β±οΈ More power β faster coins β Difficulty adjusts to cancel out extra hash rate and hold block times steady
- π Higher network hash rate = safer chain β It raises the cost of attacking the network
- π« PoW only β Proof-of-Stake chains have no mining and therefore no hash rate
β FAQ
- Does a higher hash rate mean blocks come out faster?
- No. The network re-tunes its mining difficulty to keep blocks arriving at a steady pace (Bitcoin aims for about one block every 10 minutes). When more hash rate joins, difficulty rises to match it, so the extra power makes the chain harder to attack, not faster.
- What are H/s, MH/s, TH/s and EH/s?
- They are just bigger units for the same thing: guesses per second. Each step up is 1,000 times larger. H/s, then KH/s, MH/s, GH/s, TH/s, PH/s, EH/s. For example, 100 MH/s means 100 million guesses every second.
- Do all coins have a hash rate?
- No. Hash rate only exists on Proof-of-Work coins that are mined, such as Bitcoin, Litecoin and Dogecoin. Proof-of-Stake chains like Ethereum after the Merge have no mining, so they have no hash rate at all.