in

Blockchain – Chaining Blocks

Blockchain - Chaining Blocks
Blockchain - Chaining Blocks

In this tutorial you will learn about Blockchain – Chaining Blocks step by step. So without much to do let’s get started.

What is Blockchain?

A blockchain is a continuously developing ledger which continues a permanent record of all the transactions which have taken place in a secure, chronological, and immutable way.

Let’s breakdown the definition,

o Ledger: It is a record this is constantly growing.
O Permanent: It means once the transaction is going internal a blockchain, you can put up it completely within the ledger.

O Secure: Blockchain placed information in a secure way. It uses very advanced cryptography to ensure that the data is locked inside the blockchain.

O Chronological: Chronological means each transaction happens after the previous one.

O Immutable: It method as you construct all the transaction onto the blockchain, this ledger can never be changed.

A blockchain is a chain of blocks which include records. Each block records all of the latest transactions, and as soon as finished goes into the blockchain as a permanent database. Each time a block gets finished, a brand new block is generated.

Note: A blockchain may be used for the secure transfer of money, property, contracts, and so forth. Without requiring a third-party intermediary like bank or government. Blockchain is a software protocol, but it couldn’t be run without the Internet (like SMTP used in email).

Blockchain – Chaining Blocks

The blocks created through numerous miners are chained collectively to form what’s called as a truly distributed public ledger.


Each block inside the chain contains multiple messages (transactions) as seen in advance in Figure 8. A block inside the chain might also come from any miner. While creating the chain of blocks, we take a look at the rule that hash of the previous block is added to the current block.

Thus, a miner while creating the block, picks up the hash of the remaining block in the chain, combines it with its own set of messages and creates a hash for its newly created block. This newly created block now becomes the new end for the chain and consequently the chain continues on growing as increasingly more blocks are added to it by the miners.

READ NEXT

Blockchain – Double Spending

Blockchain – Public Key Cryptography

Blockchain – Hashing

Bitcoin – Mining

Bitcoin – Mining


This is about Blockchain – Chaining Blocks and we really hope that you have learned something from this tutorial and also share your opinion about this tutorial. What do you think about it and if you think that this tutorial will help some of your friends then do share this tutorial with them.

salman khan

Written by worldofitech

Leave a Reply

Bitcoin - Mining

Bitcoin – Mining

Blockchain – Proof of Work