Skip to content
Glossary

Immutable

Immutable describes data that, once written to a blockchain and confirmed, cannot practically be altered or removed. The history is effectively permanent.

How it works

Each block includes a cryptographic fingerprint of the block before it, so changing an old record would change its fingerprint and break every block that follows. To rewrite confirmed history an attacker would have to redo the network’s accumulated work or stake and overpower the honest majority — economically irrational on a large chain. Immutability is therefore a practical guarantee backed by cost, not a magical absolute.

Why it matters

Immutability is what lets strangers trust a shared record without a referee: no one can quietly edit balances or erase transactions. The flip side is that mistakes and theft are also permanent, which raises the stakes on writing correct smart contracts and guarding keys.

Example

Once a payment has enough confirmations, it becomes part of the immutable ledger and cannot be reversed.

Immutable: Frequently Asked Questions

What does it mean for blockchain data to be immutable?
It means that once data is written to a blockchain and confirmed, it cannot practically be altered or removed, so the history is effectively permanent. Each block includes a cryptographic fingerprint of the block before it, so changing an old record would change its fingerprint and break every block that follows it.
Is immutability an absolute guarantee?
Not quite. Immutability is a practical guarantee backed by cost, not a magical absolute. To rewrite confirmed history, an attacker would have to redo the network's accumulated work or stake and overpower the honest majority, which is economically irrational on a large chain. On smaller or weaker networks the protection is correspondingly weaker.
What is the downside of immutability?
The flip side of permanence is that mistakes and theft are also permanent. Once a payment has enough confirmations, it becomes part of the immutable ledger and cannot be reversed. That raises the stakes on writing correct smart contracts and guarding your keys, because there is no one to undo an error or claw back stolen funds.