TL;DR: A blockchain is a shared digital ledger that records transactions across a network of computers. No single person or company controls it. Once data is added, it can't be changed, making blockchains transparent, secure, and resistant to tampering.
The Simple Explanation
Think of a blockchain as a shared notebook that thousands of people maintain at the same time. Every time someone makes a transaction (sending cryptocurrency, minting an NFT, or executing a smart contract) it gets written into this notebook. But instead of one person keeping the records, every participant in the network holds an identical copy.
This is what makes blockchain different from traditional databases. Banks, social media platforms, and governments all store your data on servers they control. That centralized setup creates a single point of failure: if the server goes down, gets hacked, or decides to restrict access, you're out of luck. Blockchain removes that vulnerability by distributing the data across potentially thousands of independent computers, called nodes.
How Blocks and Chains Work
The name says it all. Transactions are grouped into blocks, and each block is linked to the one before it, forming a chain. When someone initiates a transaction, it's broadcast to the network. Nodes verify it using agreed upon rules called a consensus mechanism. Once verified, the transaction is bundled with others into a new block. That block receives a unique cryptographic fingerprint (a hash) that also references the previous block's hash. The block is then added to the chain, and every node updates its copy.
Because each block references the one before it, changing any historical data would require rewriting every subsequent block and convincing the majority of the network to accept it. On established networks, this is virtually impossible.

