What Is a 51 Percent Attack?
Blockchains are often described as tamper-proof, but that security rests on an assumption about how computing power is distributed across the network. A 51 percent attack is what happens, at least in theory, when that assumption breaks down.
The short answer
A 51 percent attack refers to a scenario where a single miner or group of miners controls more than half of a blockchain network’s total mining power, or in proof-of-stake systems, more than half of the staked value used to validate transactions. That level of control could theoretically let the attacker rewrite recent transaction history or block new transactions from confirming, though pulling this off on a large, established network is extremely difficult and costly.
How a blockchain normally stays secure
Proof-of-work networks, including Bitcoin, rely on distributed mining power: no single participant is supposed to control enough computing power to dictate what gets added to the chain. Instead, the network reaches consensus by generally accepting whichever chain has the most accumulated computational work behind it. This structure assumes honest participants collectively control a majority of that power, which discourages any single actor from attempting to cheat the system.
What control over the majority actually enables
- Rewriting recent blocks. An attacker with majority power could theoretically build an alternate version of the chain faster than the honest network, letting them reverse their own recent transactions, a maneuver known as double-spending.
- Blocking specific transactions. Majority control could also be used to prevent certain new transactions from confirming, effectively censoring parts of the network.
- Limits on what it cannot do. Even total majority control doesn’t let an attacker create new coins out of nothing, steal funds from unrelated wallets, or alter transactions older than the depth they can realistically rewrite.
Why it’s rarer on larger networks
The cost of acquiring enough computing power, or enough staked value, to threaten a large, well-established network is enormous, often requiring resources beyond what most attackers could justify given the effort involved and the fact that a successful attack would likely undermine confidence in the very asset being manipulated. Smaller networks, with fewer participants and less total computing power securing them, are considerably more vulnerable, and several smaller networks have experienced real attacks of this kind over the years.
How this connects to confirmations
This is part of why waiting for multiple blockchain confirmations before treating a transaction as final matters more for larger or riskier transactions — each additional confirmation makes rewriting that portion of the chain more computationally expensive, shrinking the practical window an attacker would have. It also connects to the broader idea of decentralization: the more evenly distributed a network’s mining or validating power is, the harder a 51 percent attack becomes to pull off in practice.
The takeaway
A 51 percent attack is a real vulnerability built into how proof-of-work and proof-of-stake systems reach consensus, not a hypothetical flaw unique to any one network. Its practical risk depends heavily on a given network’s size and how distributed its mining or staking power actually is, which is why smaller or newer networks tend to carry more of this risk than long-established ones.