What is Blockchain?
The distributed ledger technology that makes Web3 possible
A blockchain is a digital record book shared across thousands of computers worldwide. No single person, bank, or government controls it. Once data is written to the blockchain, it cannot be changed or deleted — ever.
The simple explanation
Imagine a Google Doc that thousands of people share — but instead of being editable, every entry is permanent. And instead of Google controlling the server, no single company does. That is essentially what a blockchain is.
Data is grouped into "blocks." Each block contains a batch of transactions plus a unique fingerprint (called a hash) of the previous block. This links every block to the one before it — forming a "chain." If anyone tries to alter an old block, it changes that block's hash, which breaks its link to every block that came after it. The tampering becomes instantly obvious to the entire network.
The security of a blockchain comes not from a single trusted entity, but from mathematics and distributed consensus. Changing the record would require controlling over 50% of all computing power on the network simultaneously — which is practically impossible on large blockchains.
A container holding a batch of validated transactions plus metadata (hash, timestamp, previous hash).
A unique digital fingerprint generated from any piece of data. Changing the data changes the hash entirely.
A computer participating in the blockchain network, storing a full copy of the ledger.
The process by which all nodes in the network agree on which transactions are valid and in what order.
The property of blockchain data that makes it permanent and unchangeable once confirmed.
Distributed across many nodes with no single point of control or failure.