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 a network of computers. Instead of one person or company controlling it, everyone in the network has a copy. This shared notebook is used to record transactions or any kind of digital information.

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

The main purpose of a blockchain is to allow people who may not know or trust each other to share information and make transactions securely without needing a middleman. Traditionally, we rely on banks, governments, or other central authorities to verify transactions and maintain records. A bank confirms you have enough money to pay someone and updates both of your account balances. Blockchain technology was designed to do this job itself, directly between participants.

The Structure of a Chain

A blockchain is built from three main components: blocks, chains, and nodes.

Blocks are like the pages of our digital notebook. Each block contains a batch of transactions that have been verified by the network. It also includes a timestamp, marking exactly when it was created, and a unique code that acts like a digital fingerprint.

Chains are formed by linking these blocks together in chronological order. Each new block contains the digital fingerprint of the one that came before it. This creates a secure, unbreakable chain. If someone tried to alter the information in an old block, its fingerprint would change, breaking the entire chain from that point forward.

Nodes are the individual computers that make up the network. Each node keeps a full copy of the blockchain. When a new block of transactions is ready to be added, it's sent to all the nodes. The nodes check the block to make sure everything is valid before adding it to their copy of the chain. This collective agreement keeps the ledger accurate and secure.

This unique structure gives blockchain several powerful characteristics that set it apart from traditional databases.

Core Features

Three key properties define blockchain technology: decentralization, immutability, and transparency.

Decentralization

noun

The distribution of power and control away from a single, central authority to a distributed network of participants.

Decentralization means there is no single person or entity in charge. The blockchain is maintained by a network of nodes, and all participants collectively agree on the state of the ledger. This removes the need for a trusted intermediary and makes the system more resilient. If one computer in the network goes offline, the blockchain continues to run without interruption on the other nodes.

Immutability refers to the fact that once a transaction is recorded on the blockchain, it cannot be altered or removed. Because each block is cryptographically linked to the one before it, changing the data in one block would invalidate all subsequent blocks. To successfully alter the chain, a person would need to control more than half of the network's computing power, which is practically impossible on large, public blockchains.

Transparency in a blockchain means that all transactions are visible to all participants on the network. While the identities of the participants are often pseudonymous (represented by a string of characters), the record of transactions itself is open for anyone to see and verify. This creates an environment of shared trust, as everyone is working from the same unchangeable record.

These foundational concepts work together to create a new way of recording and verifying information. By understanding how blocks, chains, and nodes create a decentralized, immutable, and transparent system, you can begin to see why this technology has the potential to impact so many different industries.

Ready to test your knowledge? Let's see what you've learned.

Quiz Questions 1/5

What is the primary purpose of blockchain technology?

Quiz Questions 2/5

In a blockchain, what are the individual computers that each hold a copy of the entire ledger called?