Immutability
In simple terms
Immutability means the record does not change once written. It is what makes a blockchain trustworthy, and it is also why a mistaken transaction cannot be undone.
Definition
The property that recorded blockchain data cannot practically be altered or deleted after settlement.
In depth
Immutability is economic and cryptographic rather than physical. Each block header commits to its predecessor's hash, so altering historical data changes every subsequent hash and requires redoing all the work or stake behind them while outpacing the honest network. Nothing forbids the edit; it is simply unaffordable, and the cost grows with depth. This is why immutability is a spectrum across networks rather than a binary property, and why a chain with a small security budget offers far weaker guarantees than the phrase suggests.
How does Immutability work?
Every full node independently verifies and stores the chain. An altered history would fail verification against the copies everyone else holds and would be rejected. To make an edit stick, an attacker must produce a longer valid chain from the point of the change, which means outproducing the entire honest network from that depth onward — the same requirement as a 51% attack, and more expensive the further back the target.
An example
Someone sends an illustrative $400 to a wrong-but-valid address. Because the record is immutable, no operator can reverse it and no support process exists. Recovery depends entirely on identifying the recipient and persuading them to send it back.
Figures are illustrative only.
What beginners get wrong
- Reading immutability as a guarantee that data is correct. It guarantees that data is unchanged, and a mistake recorded accurately stays recorded.
- Assuming it applies equally everywhere. A chain with little accumulated security is not meaningfully immutable.
- Publishing personal data on-chain. It cannot be removed later, which has real privacy consequences.
Related terms
Part of
How does a blockchain transaction actually work? — the subject page for blockchain mechanics, with all 15 of its definitions in one place.
Educational only — not financial advice.
