# Blockchain Tab

The Blockchain Tab allows you to check out real-time transactions/blocks that has been done and confirmed/verified.&#x20;

**Transactions Tab**: Real time transactions, with definitive instructions from the system.

<figure><img src="https://3408068746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2WGem6IdHOZpBD3zJX%2Fuploads%2FMfvNA7LQtqy75jRAbnjg%2Fimage%20(22).png?alt=media&#x26;token=c7429d9a-2eb9-485e-8d71-1dd0a2c44bed" alt=""><figcaption></figcaption></figure>

* **Signature**: The Solana runtime verifies that each signature was signed by the private key corresponding to the public key at the same index in the message's account addresses array.
* **Block: T**he block number at which the transaction is included and signed.
* **Time**: The exact time of the transactions' update in the system
* **Instruction**: Execution logic/ command of the transaction
* **By**: Signer of the transaction
* **Fee**: Payment to the validator for executing the action&#x20;

Click on Signature will take you to [Transaction Details: ](https://docs.solscan.io/transaction-details/transaction-details)

\--------------------------------------------------------------------------------------------------<br>

**Block Tab:** monitoring new blocks on the chain&#x20;

<figure><img src="https://3408068746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2WGem6IdHOZpBD3zJX%2Fuploads%2FRwMZKygoodYyATNLv1F2%2Fimage%20(23).png?alt=media&#x26;token=2221ffe1-935c-4134-8e32-81ca515f4dc9" alt=""><figcaption></figcaption></figure>

* **Blockhash**: The unique identifier of a block&#x20;
* **Slot**: the period of time in which validator ingest and create a block&#x20;
* **Time**: how long ago was the block created
* **TXN count**: number of TXN inside the block
* **Leader**: The validator that creates the block&#x20;
* **Reward**:  of Sol earned on the block&#x20;

Click on Blockhash or Slot to navigate to the content of the block

<figure><img src="https://3408068746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2WGem6IdHOZpBD3zJX%2Fuploads%2FDZOOom5kfUsROmnLBxWq%2Fimage%20(24).png?alt=media&#x26;token=a3604c26-1424-4a02-9472-f112df48fcf6" alt=""><figcaption></figcaption></figure>

Within the Block Detail Page, you will see two separated sections:

**Block Details:** Give you an overview of the block

* Block: The slot that the block comes in
* Timestamp: Real-time tracking of when the block is created
* Blockhash: Unique ID to the block
* Leader: The validator that performs the creation of the block&#x20;
* Rewards: The amount of SOL rewarded for creating the block
* Transactions: number of transactions inside the block
* Previous Blockhash: The identifier of the previous block in the chain

**Transactions**: This is the list of all transactions included inside the block.
