# What is Block Explorer in blockchain

In a blockchain network, all the information is stored in the form of blocks which are joined together forming a chain of blocks.

If you want to learn more about actually this works, [check out this article](https://blog.aniketbindhani.com/what-is-blockchain-technology-explained).

Blockchain is a decentralised network where all the transactions are transparent. But how do you see all the transactions that are happening?

This is where the role of **<mark>block explorers</mark>** comes into play. Block explorers are like search engines for blockchain networks where you can go and search for transactions that are happening in the blockchain network.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1673020077119/55573bca-be69-4de3-8f50-57eb75a3d1a7.png align="center")

It is a real-time system which shows the current new blocks that are being added to the chain along with a lot of valuable information.

1. Number: It shows the serial number of the block added.
    
2. Hash: This is a unique feature of the blockchain. Each block contains a unique hash code which is a combination of letters and numbers.
    
3. Miner: This shows the name of the miner or the exchange from where it is mined.
    
4. Mined: It shows the time taken to mine the block.
    
5. Tx Count: It shows the number of transactions the block is containing.
    
6. Nonce: NONCE ( number only used once )
    

....and a lot more.

You can check this block explorer for the bitcoin blockchain.

[https://www.blockchain.com/explorer/blocks/btc?page=1](https://www.blockchain.com/explorer/blocks/btc?page=1)

There are different block explorers for different blockchain networks. Ethereum has a different block explorer.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1673021789979/3c2d1672-de4d-4e2e-8097-42372ea0f8d7.png align="center")

If I click on a block I can see a lot of details to be precise all the details of the particular block. This is a pretty transparent system.

For Ethereum, you can check out [https://etherscan.io/](https://etherscan.io/)
