Blockchain is a decentralized, digital ledger that records transactions across multiple computers securely and transparently. It is designed to be tamper-proof, meaning once data is recorded, it cannot be altered without consensus from the network.
When a transaction (e.g., sending Bitcoin) occurs, it is grouped with other transactions into a "block."
The network (a group of computers called "nodes") verifies the transaction using consensus mechanisms like Proof of Work (PoW) or Proof of Stake (PoS).
Once verified, the block is added to the blockchain in a linear and chronological order. Each block contains:
Because blockchain is decentralized (no single authority controls it), hacking or altering data is nearly impossible without controlling more than 50% of the network, which is highly impractical.
Decentralization – No central authority (banks, governments) controls it.
Immutability – Once recorded, data cannot be changed.
Transparency – Public blockchains allow anyone to verify transactions.
Security – Uses cryptography to protect data.