No history yet

Introduction to Blockchain

What Is a Blockchain?

At its heart, a blockchain is a special kind of database, often described as a digital ledger. Think of it like a shared notebook that's passed around a group of people. When someone adds a new entry, everyone in the group gets a copy of that new page. No single person owns the notebook; everyone has an identical version.

At its most basic level, a blockchain is a digital ledger maintained by a decentralized network of computers.

This ledger is organized into a list of records, called blocks. Each new block of information is linked to the one that came before it, creating a chronological chain. This structure is what gives blockchain its name. A block contains a batch of transactions, a timestamp, and a reference to the previous block.

The Power of Decentralization

Traditional databases are usually centralized. A single entity, like a bank or a tech company, controls the data. They own the servers, and they are the authority on what is true. If their server goes down, the whole system stops working. They can also change or delete records at will.

Blockchain is different because it's decentralized. Instead of one central authority, the ledger is copied and spread across a network of computers. There is no single owner or point of control. This distribution has major benefits. First, it makes the system incredibly resilient. To shut it down, you'd have to take down every computer on the network simultaneously. Second, it resists censorship, as no single person or group can block legitimate transactions.

Built to Last

Two of the most important features of a blockchain are immutability and transparency.

Immutability means that once data is recorded on the blockchain, it cannot be altered or deleted. Each block is cryptographically linked to the one before it. If someone tried to change the data in an old block, it would break the link to all subsequent blocks, and the rest of the network would immediately reject the change. This makes the ledger a permanent and unchangeable record.

Transparency means that the ledger is open for anyone on the network to see. While the identities of participants can be hidden behind pseudonyms, the transactions themselves are public. This shared visibility helps build trust among participants because everyone is working from the same set of facts.

How Everyone Agrees

If there's no central authority, how does the network agree on which new blocks to add to the chain? This is handled by a consensus mechanism.

A consensus mechanism is a set of rules that participants in the network follow to agree on the state of the ledger. It’s how the network validates new transactions and ensures everyone maintains an identical copy of the blockchain. There are different types of consensus mechanisms, but they all serve the same core purpose: to create trust in a trustless environment, allowing strangers to coordinate and transact securely without needing a middleman.

Ledger

noun

A book or other collection of financial accounts of a particular type.

Now that you have a grasp of the fundamentals, you're ready to test your knowledge.

Quiz Questions 1/5

What is the primary characteristic that distinguishes a blockchain from a traditional database?

Quiz Questions 2/5

In a blockchain, what does the term 'immutability' mean?

These core concepts are the building blocks for understanding everything else in the world of blockchain.