BlockDAG Docs
  • 🎯Introduction to BlockDAG
  • ⭐GETTING STARTED
    • What is BDAG?
    • Introductory Concepts
      • Decentralized Application (dApps)
      • Accounts
        • EVM Account
        • UTXO Account
      • Transactions
      • Blocks
      • EVM
        • Opcodes
      • Gas Fees
    • Nodes and Mining
      • Testnet Node Setup
    • BlockDAG Architecture
      • Architecture Overview
      • Core Modules and Components
      • Development and Implementation
      • Blockchain Features
      • Consensus Algorithm
  • TEST/MAIN NETWORKS
    • Testnet Alpha
    • Testnet Beta 1: Primordial
      • Network Details
  • BlockDAG Tools
    • Block Explorer
    • Faucet
    • Smart Contract IDE
      • IDE Layout
      • How to create and deploy
    • Contracts Wizard
  • BlockDAG Client APIs
    • EVM RPC
    • WebSocket
  • BlockDAG dApps
    • Create dApps
    • dApps Overview
    • Reflection User Guide
      • Home
      • Reflection Dashboard
      • Reflection
    • Lottery User Guide
      • Lottery Dashboard
      • Lottery
      • Participants
  • Block Explorer
    • EVM
      • Home
      • Block List
        • Block Detail
      • Transaction List
        • Transaction Detail
      • Address Details
      • Contract Listing
        • Contract Details
          • Transfer Tab
          • Holders Tab
          • Events Tab
          • Info Tab
          • Contract Tab
            • Code Tab
            • Read Tab
            • Write Tab
        • Contract Owner
        • Contract Verification
        • Contract Transaction Details
      • Tokens List
        • Token Detail
          • Transfer Tab
            • Transfer Detail Tab (Overview)
            • Transfer Detail (Logs)
          • Holders Tab
            • Holders Detail
          • Events Tab
          • Info Tab
          • Contracts Tab
        • Token Transfer
      • Node Visualizer
      • Faucet
    • UTXO
      • UTXO Home
      • Block List (UTXO)
        • Block Details (UTXO)
      • Transaction List (UTXO)
        • Transaction Details (UTXO)
      • Address Details (UTXO)
Powered by GitBook

Copyright © BlockDAG

On this page

Was this helpful?

Edit on GitHub
  1. Block Explorer
  2. EVM

Block List

PreviousHomeNextBlock Detail

Last updated 2 months ago

Was this helpful?

The block list is a key feature that shows a detailed and record of all the blocks added to the blockchain. It allows users to track transactions in each block, see block details (like number, timestamp, and miner). This helps ensure transparency and allows for real-time monitoring and analysis of blockchain activity.

Summary Section: This section provides an at-a-glance view of key metrics for the blockchain:

  • Last Safe Block: Displays the most recent block deemed "safe" for transactions (in this case, `84`).

Block List

Below the summary, you can see a detailed list of blocks (blocks “90 to 99” are shown here). Each block provides various key metrics:

  • Block Number: Represents the height of the block in the chain, showing the sequence of block creation. (e.g., #35791).

  • Hash: A unique identifier for the block, generated based on the block's contents.

  • Age: The timestamp of when the block was added to the network. (e.g., "9 sec. ago").

  • Txn Count: The number of transactions included in the block, showing how many transactions were confirmed in this block.

  • Gas Used: The total amount of computational effort spent executing transactions within the block.

  • Gas Limit: The maximum amount of gas that can be used in the block, set by the network to regulate transaction throughput.

  • Base Fee : The minimum fee per gas unit that must be paid for a transaction to be included in the block.

Block Navigation: A pagination bar is visible at the bottom of the block list, total, and users can navigate through these blocks by page (`1/89`).