# Block Details Page

You can access this page by one of the following:

* Clicking on the Block ID wherever it's presented, for example, in the Blocks table of the [Blockchain](/zus-docs/system-overview/blockchain.md) page.
* Using this url format: [`https://atlus.cloud/block-details/`](https://atlus.cloud/block-details/68a4f2523df87d1d1975f90bb136168e730ff94d5eded1f0bce43644984a8369)`<block_hash>`

### Block Details

This part of the page views the details of the block in JSON format, with a summarized Overview. At the top of the viewer, you can see the round number of this block, with a copy icon to copy it to clipboard.

#### Block Overview

<figure><img src="/files/HpAIqGDePf5sPJodpXCN" alt=""><figcaption><p>Fig1: Block Details Overview</p></figcaption></figure>

* **Block Hash**: This is the hexadecimal hash representing block content, it's also an identifier to the block, with a copy icon to copy it to clipboard.
* **Created At**: This shows the date where this block was generated.
* **Transactions**: This shows the count of transactions in this block.
* **Mined By**: This shows the Provider ID of the Miner that generated this block, with a copy icon to copy it to clipboard. Clicking on it redirects to the [Miner Details Page](/zus-docs/webapps/atlus/details-pages/miner-details-page.md) of this Miner.
* **Magic Block Hash**: This shows the hexadecimal hash of the contents of the [Magic Block](broken://pages/PueNaAkJ7dfxtQ0xMxoy) known to this block, it's also an identifier for the Magic Block.

#### Block Details JSON

<figure><img src="/files/itIYBoKCw4V1Mt3zCIW8" alt=""><figcaption><p>Fig2: Block Details JSON</p></figcaption></figure>

This views the details of the block in JSON format. More information on these details in [The Block](broken://pages/4oqBni55iLVrAc2pPheb) page.

### Transaction Table

<figure><img src="/files/4Q93ADsszvwlkvRepdHK" alt=""><figcaption><p>Fig3: Transactions Table</p></figcaption></figure>

This table shows the transactions of this block. It views the same data of the transactions as in the Transactions table in [Blockchain page](/zus-docs/webapps/atlus/blockchain-page.md) in Atlus.


---

# 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.zus.network/zus-docs/webapps/atlus/details-pages/block-details-page.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.
