Block Details Page

A page contains details about a specific block of the blockchain

You can access this page by one of the following:

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

  • 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 of this Miner.

  • Magic Block Hash: This shows the hexadecimal hash of the contents of the Magic Block known to this block, it's also an identifier for the Magic Block.

Block Details JSON

This views the details of the block in JSON format. More information on these details in The Block page.

Transaction Table

This table shows the transactions of this block. It views the same data of the transactions as in the Transactions table in Blockchain page in Atlus.

Last updated