Skip to main content

Hash Power | Bitcoin Glossary | Mapping Bitcoin

Hash Power

Mineração

Also known as: hashing power, computational power

The total computational power being used to mine and secure the Bitcoin network. Greater hash power means more energy is being expended to find valid blocks, making the network more resistant to attacks.

Overview

Hash power refers to the aggregate computational capacity dedicated to Bitcoin mining. It represents the raw processing capability being used to compute SHA-256 hashes in search of valid blocks. The total hash power of the network is a direct measure of Bitcoin's security: the more hash power securing the chain, the more expensive it becomes for any attacker to overpower the honest majority and execute attacks like double spending.

Hash Power and Security

Network Hash Power and Attack Cost:

Low hash power:
┌─────────────────────────┐
│  Network: 100 TH/s      │
│  51% attack: 51 TH/s    │  ← Achievable with modest investment
│  Security: LOW           │
└─────────────────────────┘

High hash power:
┌─────────────────────────┐
│  Network: 600 EH/s      │
│  51% attack: 301 EH/s   │  ← Requires billions in hardware + energy
│  Security: EXTREMELY HIGH│
└─────────────────────────┘

Measuring Hash Power

Hash power is measured in hashes per second (H/s), with common units:

1 KH/s  = 1,000 H/s           (kilohash)
1 MH/s  = 1,000,000 H/s       (megahash)
1 GH/s  = 1,000,000,000 H/s   (gigahash)
1 TH/s  = 10¹² H/s            (terahash)
1 PH/s  = 10¹⁵ H/s            (petahash)
1 EH/s  = 10¹⁸ H/s            (exahash)

The total network hash power cannot be measured directly. It is estimated by observing the rate at which blocks are found relative to the current difficulty.

Distribution of Hash Power

Hash power is distributed among mining pools and individual miners worldwide:

  • Mining pools aggregate hash power from many miners, sharing block rewards proportionally
  • Geographic distribution matters for decentralization and censorship resistance
  • No single entity should control more than 50% of hash power, as this would enable a 51% attack

Hash Power and Energy

Hash power is directly correlated with energy consumption. More hash power means more electricity being used to run ASIC miners. This has led to significant debate about Bitcoin's environmental impact, while proponents argue that mining incentivizes renewable energy development, utilizes stranded energy resources, and provides a unique mechanism for energy monetization.

Hash Power Growth

Bitcoin's hash power has grown exponentially since its inception, driven by advances in mining hardware and increased investment:

  • 2009: A few kilohashes per second (CPU mining)
  • 2013: Terahashes per second (early ASICs)
  • 2017: Exahashes per second
  • 2024: Hundreds of exahashes per second

This growth reflects increasing miner investment and, consequently, increasing network security.

Common Misconceptions

  • More hash power does not mean faster blocks. The difficulty adjustment ensures the 10-minute average is maintained regardless of total hash power.
  • Hash power and transaction throughput are unrelated. Adding more miners does not increase the number of transactions per second.
  • Hash power is a security metric, not a performance metric. It measures how much work would be required to attack the network.