No history yet

Introduction to Blockchain

What is a Blockchain?

At its heart, a blockchain is a special kind of digital notebook. Think of it as a ledger that's shared among many computers. Its main purpose is to record information, like transactions, in a way that is secure and very difficult to change.

It’s a list of records that is constantly growing. Once a record is added, it's there for good.

Unlike a traditional ledger kept by one person or organisation, like a bank, a blockchain is managed by a network of participants. This simple but powerful idea changes how we can store and trust information.

Blocks in a Chain

The name 'blockchain' is quite literal. It's a chain of blocks. Each block is like a page in our digital notebook. It holds a collection of records called transactions.

Transaction

noun

A single operation or record of an event stored on a blockchain. This could be a transfer of money, a vote, or an update to a medical record.

When a block is full of transactions, it gets added to the end of the chain. Each new block is linked to the one before it, creating a chronological and unbreakable sequence. This linking is crucial because it's what makes the blockchain so secure. If someone tried to alter an old block, they would break the chain, and the network would immediately spot the tampering.

Decentralised and Transparent

Two of the most important features of a blockchain are that it is decentralised and transparent.

Decentralisation means there is no single person or entity in control. The ledger is distributed across many computers in a network. Anyone participating in the network has their own copy of the full ledger. This is different from a centralised system, like your bank account, where the bank holds the one true record.

Lesson image

Transparency means that the transactions on the blockchain are visible to everyone on the network. While the identities of the participants are often pseudonymous (not directly linked to real-world names), the record of transactions itself is open for inspection. This creates a system where trust is built not by relying on a central authority, but through shared, open information.

Together, decentralisation and transparency mean that no single entity can secretly change the records, and everyone can verify the information for themselves. This builds a powerful, trust-worthy system without needing a middleman.

Now let's check your understanding of these core concepts.

Quiz Questions 1/4

At its most basic level, what is a blockchain?

Quiz Questions 2/4

What does the term 'decentralisation' mean in the context of a blockchain?

This covers the basic structure and purpose of a blockchain. It’s a foundational technology with many potential uses, all built on these simple principles of chained blocks, decentralisation, and transparency.