What is Block-Chain?

As the name suggests, it’s a chain of block. And here the blocks are unique from each other. In terms of Computer Science, it’s basically one data-structure. The type of this data-structure is linked list. So each blocks points to it’s previous block. As shown in the above figures, it mainly contains the transactions. Transactions…