DEV Community

Tanisk Annpurna
Tanisk Annpurna

Posted on

Blockchain and How its formed..

πŸ’œ What is Blockchain and How its created??

Here is a thread......

πŸ’œ What is Blockchain?

Blockchain is a decentralized system that serves as a public transaction ledger. This was developed in 2008 by Satoshi Nakamoto.

πŸ’œ Now what is a Decentralized System?

A decentralized system means that not one or any single authority has complete decision making rights.

eg. Our Banks are centralized system because there is one authority i.e. government whose decision may impact our saved money etc.

Now Decentralized system transfers this authority to distributed system and thus the decision making power doesn't reside with one authority or single unit.
In case of Bank it would give the same authority to distributed network thus creating a decentralized system.

πŸ’œ What do we mean by public transaction ledger?
As per the name goes, blockchain is chain of blocks. Here chain means that blocks are connected together like a chain and these blocks contains transactions.

πŸ’œ What is block?
A Block is just a collection of data. These data are encrypted. It contains transaction information from previous block with new transaction information. It will also store few other data like nonce, previous block's address to form a chain with.

This is how a blockchain is formed

So, let's summarize it then :

πŸ’œWhen transactions happen, then these transactions are verified(will go into detail in next POST)
πŸ’œThere can be many transactions, these transactions together form a BLOCK with some additional required data.
πŸ’œThese BLOCKS contains encrypted previous transaction with new transaction, They also have previous block's address to form a chain.

The very first block is called as GENESIS BLOCK as its previous block's address is null.

This is how a blockchain is formed. There are more details to it like how transactions are verified, what makes this blockchain system so secure or why it takes time for the transaction to go onto blockchain.

Follow me to get more, will be creating more POST for those.
Hello, I am Tanisk Annpurna

I will be posting about
πŸš€web3, Blockchain, Ethereum
🐦Smart Contract, Solidity
πŸŽ‰Javascript, ReactJS, NodeJS
🍩Other new technologies

Follow and like for more such threads.

!!✌️!!

Top comments (0)