Blocks
Blocks are nothing but a group of transactions that's always added to the end of chain. It's called a chain because a block always contains the information of the previous block and this forms the chain.
chain is chronological
The chain is sorted in chronological order and this is ensured by always adding the new block only at the end of the chain.
Main USP
The main USP of block chain technology is the trustless and no single authority.
peer to peer
Peer-to-Peer in a block chain has two meanings
- Direct transactions between two parties.
- underlying bitcoin network also works peer-to-peer. No central controlling system.
Validation
The validating nodes must validate and approve the blocks generated. Each full node will validate the block, if its valid, it will add it to its local copy of the blockchain and also forward it to its peers.