In one sentence
A distributed database chained together in blocks that records transactions permanently, publicly, and immutably, with no need for a central authority.
A blockchain is a distributed database chained together in blocks that records transactions permanently, publicly, and immutably, with no need for a central authority.
Picture a ledger copied identically onto thousands of computers around the world at the same time. Every time someone makes a transaction, the information is grouped into a block that joins the previous one, forming a continuous, unalterable chain. That’s a blockchain, and it’s the technology that makes it possible for digital money to exist with no bank in the middle. Its great contribution is trust without intermediaries, because for the first time two strangers can exchange digital value without a third party validating the operation.
How a blockchain works, block by block
Each block contains a batch of transactions, a timestamp, and the cryptographic fingerprint (hash) of the previous block. That chaining is the key to immutability, because altering an old transaction would change its hash, break the link with every following block, and the entire network would detect it instantly. Consensus mechanisms like Proof of Work or Proof of Stake decide who adds the next block, so that thousands of strangers keep the same record with no coordination and no trust required.
What blockchain is used for beyond money
Although it was born with Bitcoin, the technology spread to anything that needs a reliable record with no central authority. Today it runs full financial applications (DeFi), certifies digital ownership (NFTs), tokenizes real-world assets, and backs identity and traceability systems. Not everything labeled “blockchain” actually needs it, and part of the skill is telling when decentralization adds something and when it’s just marketing.