Skip to content
Blockchain

Hash Rate

Medida da capacidade computacional total dedicada à mineração de uma rede de prova de trabalho, indicando a velocidade de cálculo de hashes.

Key points

  • Hash rate is the measure of the total computational power dedicated to mining a proof-of-work network, expressed in calculations per second.
  • The higher the hash rate, the more processing power protects the network, and the more expensive it becomes for an attacker to try to reorganize blocks.
  • It is one of the main security indicators for networks like Bitcoin's, and it tends to track economic interest in mining.

What is hash rate?

Hash rate is the speed at which the computers on a network can calculate hashes while trying to find a valid block. It expresses, in calculations per second, how much processing power is dedicated to mining that blockchain. It is a direct reading of the computational effort that underpins a proof-of-work network.

How it works

During mining, participants repeatedly test combinations in search of a hash that meets a target defined by the protocol. Each attempt is a calculation, and the sum of all attempts per second across all miners is the network's hash rate. High numbers require units such as trillions or quintillions of calculations per second to be described.

Mining difficulty adjusts as the hash rate rises or falls, in order to keep the average interval between blocks stable. If more computational power joins the network, difficulty increases; if it leaves, difficulty decreases. This way, hash rate grows without making blocks more frequent, only more contested.

From a security standpoint, a high hash rate means that gathering the majority of processing power needed for a reorganization attack would be prohibitively expensive. For this reason, it is read as an indicator of network robustness.

Why it matters

For anyone assessing the security of a proof-of-work blockchain, hash rate is a central reference: the higher and more distributed it is, the harder it is to attack the network. A sharp, sustained drop, on the other hand, can signal a reduction in miners and some momentary fragility.

Limitations

Hash rate measures computational power, not decentralization: it can be high while at the same time concentrated among a few operators, which brings its own risks. It is also an indicator specific to proof-of-work networks, with no direct equivalent in proof-of-stake networks, which measure security by value committed rather than computational effort.