A blockchain is a digitized, decentralized ledger of transactions. Blockchains record a continuously growing list of records, called blocks, which are linked and secured using cryptography.
- A blockchain is a distributed database that maintains a continuously growing list of records, called blocks, secured from tampering and revision.
- Each block contains a timestamp and a link to a previous block.
- A blockchain is typically managed by a peer-to-peer network collectively adhering to a protocol for validating new blocks.
- Once recorded, information cannot be altered without the alteration of all subsequent blocks.
• Genesis Block :
The Genesis Block, also known as Block 0, is the very first block upon which additional blocks in a blockchain are added. It is effectively the ancestor that every other block can trace its lineage back to since every block references the one preceding it. The Genesis Block is a critical element of a blockchain network because it serves as the foundation for the entire network.
• Blockchain Explorer :
A blockchain explorer is a platform that allows people to search and navigate a blockchain. They're not necessary for using the blockchain. However, they offer a valuable service to those who wish to inspect a blockchain in detail. You can view transactions on the blockchain, smart contract code, account balances, and more.