> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/webapps/atlus/details-pages/block-details-page.md).

# Block Details Page

A page contains details about a specific block of the blockchain

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="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FVn3uUAuIFkLPbkhq9Dpb%2Fimage.png?alt=media&amp;token=c00de453-b59f-469f-a844-944207dc629b" 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="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FsKqLzD3X9tlXZ8Kz0KcH%2Fimage.png?alt=media&amp;token=50043319-61f7-413d-9923-c1fe1632b6a2" 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="https://2414485336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGN3Vu2Hi1voQQLrIVGO%2Fuploads%2FhOY0NU16DpxZHZOyqFi3%2Fimage.png?alt=media&amp;token=0d80add0-7928-4a55-80dc-0c4fbccee6b1" 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.
