Immutability
Immutability refers to the inability of a ledger to be changed or deleted once data has been recorded. In a decentralized blockchain, this is achieved through cryptographic hashing, consensus protocols, and the distribution of the ledger across a global network of nodes. Because every node holds a copy of the history, tampering with a single entry would require overriding the consensus of the majority of the network, which is computationally and economically prohibitive.Definition
Immutability refers to the inability of a ledger to be changed or deleted once data has been recorded. In a decentralized blockchain, this is achieved through cryptographic hashing, consensus protocols, and the distribution of the ledger across a global network of nodes. Because every node holds a copy of the history, tampering with a single entry would require overriding the consensus of the majority of the network, which is computationally and economically prohibitive.Simple explanation
Immutability means a permanent record that is carved in digital stone. Once a transaction is saved on the blockchain, no one—not even the network administrator—can go back and change it, erase it, or edit it. It is as permanent as history itself.Why it matters
This feature eliminates the need for trusted intermediaries to verify records. It provides users with confidence that their historical financial or data records are secure from censorship and retroactive tampering.How it works
Each new block contains a cryptographic hash of the previous one. To change a block, an attacker would have to regenerate every subsequent block in the chain simultaneously. Since nodes reject blocks that do not match the consensus, the network maintains a single, unchangeable source of truth.Real-world example
Bitcoin’s ledger remains the most prominent example of immutability, having never been successfully altered or censored in over a decade.Advantages
- Provides a permanent, trusted record
- Eliminates need for third-party auditors
- Prevents fraudulent retroactive changes
Limitations
- Hard to correct legitimate user errors
- Requires massive network energy for security
- Permanent storage costs grow over time
Common misconceptions
- People think immutability makes a blockchain impossible to hack. It only makes the record unchangeable, not the software itself.
- Many believe immutability implies perfect privacy, but it actually means all recorded history is permanently transparent.
Related knowledge
- Consensus — term
- Cryptography — term
Canonical knowledge ID:
glossary:immutability