Blocks
Blocks update on the homepage as they are created with basic information including block number (block height), number of transactions in the block, and time since the block was created.
Click on a specific block number for information about that block, or View All Blocks for a more detailed overview of recent blocks.
The all blocks page can also be accessed from the top menu.

View All Blocks
The view all blocks page shows updated details from the most recent blocks. Use the page arrows to navigate

Details by line
Number of transactions in the block / size of block in bytes / time since block was created.
Validator appending the block to the chain (fee recipient).
Reward to validator (in SAVW). Equals the amount of priority fees sent by users to include transactions in the block.
Same as (3).
Portion of tx fee (in SAVW) burned due to RIP-1559. Amount burned =
baseFeePerGas * gasUsed
Amount of gas used in the block (amount and % of block space used). The blue line visualizes the %.
Individual Block Page
Click on a block number (this number, also referred to as block height, indicates how many blocks have been added to the chain) to view additional details about the block. Scroll down to view individual transactions contained in a block.
Click on the tooltip (i) next to each item to view relevant info.

Block Height: Also known as block number, shows the position of the block on the chain.
Timestamp: Time & date the block was produced.
Transactions: Number of transactions included in the block.
Fee Recipient: Address of the validator (block producer) that received priority fees. Copy the address with the blue icon and paste into search to find more details about this validator.
Size: Size of the data contained in the block in bytes.
Hash: Cryptographic hash of the block header.
Parent Hash: Hash of the preceding block.
Difficulty: Work required to mine a block in RIP.
Total Difficulty: Total difficulty to mine the chain up until this block.
Gas Used: Total amount of gas used in the block & % of filled space.
Gas Limit: Total gas limit for the block. 8M is StarTower limit, which represents 2x the 4M target.
Nonce: Demonstrates work in RIP.
Base Fee per Gas: Minimum multiplier required for a transaction to be included in a block.
Burnt Fees: Amount of SAVW burned in the block.
Priority Fee/Tip: Total tips for transactions included in the block
Miner Reward: Amount received by fee recipient in RIP. Matches (15).
Scroll below the block details to view transactions contained within the block.

Last updated