# Block Explorer

Block explorer is a tool used to view and navigate through the contents of a blockchain. Block explorer provides valuable insights into the transactions, addresses, and overall state of the blockchain network.

Use Spydra's block explorer feature to:

1. View Transactions: Explore and search for specific transactions by its hash. You can examine transaction details and owner details.
2. View Blocks: Explore and search for specific block by a block's number. You can examine number of transaction in the block and other details.
3. Monitor Network Stats: Keep track of network statistics, including the total number of transactions, the block height, and the overall health and performance of the blockchain network.

To explore block explorer-

* Open any active network details.
* Click 'Block Explorer' option on the left menu
* You will see a tabular data with following column information
  * Transaction ID
  * Block number- if a block has 10 transactions, 10 rows with the same block number will be displayed.&#x20;
  * Transaction type-
    * CONFIG Transaction:\
      Represents a transaction used to make changes to the network's protocol or rules. These can include various settings like block size, transaction fees, consensus rules, or other network-specific configurations.
    * CONFIG\_UPDATE Transaction:\
      Represents a transaction which is typically initiated by a network participant, such as validator or administrator, who wish to propose modifications to the network's configuration settings.
    * ENDORSER\_TRANSACTION:\
      Represents a transaction that has been endorsed by the required endorsers, indicating that the transaction has gone through the endorsement process and is ready for further processing, validation, and inclusion in a block
  * Organisation- which added the transaction
  * Application name
  * Age of the block
* Search for a transaction using a transaction ID or search for a block using block number

<figure><img src="/files/JCwkNQ0MaQhwfJ7dx8tb" alt=""><figcaption></figcaption></figure>

* Click 'Details' to view detailed JSON of each transaction

<figure><img src="/files/UutxLFTAwDGcoknWdxbP" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spydra.app/products-overview/private-network/block-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
