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

Transaction List

PreviousBlock DetailNextTransaction Detail

Last updated 1 month ago

Was this helpful?

The transaction list screen allows users to track the movement of BDAG tokens, verify transaction statuses, view details like sender, recipient, and amounts, monitor network activity, and analyse transaction patterns. This provides transparency and real-time information for efficient transaction tracking.

Transaction Summary

  • Total Transactions: Shows the total number of transactions being displayed (e.g., "Total of 57 Transactions"). This helps users understand how many transactions have occurred.

  • Total Contract Transaction: This metric specifically tracks the number of transactions involving smart contract interactions. Contract transactions include deploying smart contracts, executing function calls within contracts, minting NFTs, swapping tokens, and any other interaction requiring contract execution.

  • Average Transaction Fee: The average transaction fee represents the median gas cost paid by users to process transactions on the network. It is determined based on network congestion, gas price variations, and transaction complexity.

Transaction Table

The main body of the page lists all the transactions, each with specific details:

  • Transaction Hash: A unique identifier for the transaction, generated using cryptographic hashing.

  • Block No: The block where this transaction was confirmed, indicating its placement in the BlockDAG structure.

  • FR 4.002c: Events Shows the type of action taken in the transaction, such as:

    • Transfer: Standard token transfer.

    • Mint: Token generation (typically ERC-20 or ERC-721/ERC-1155 NFT minting).

  • Age: Time elapsed since the transaction was processed.

  • From: The sender’s wallet address

  • To: The recipient’s wallet address or contract address if interacting with a smart contract.

  • Amount: The amount of BDAG (BlockDAG’s native token) transferred.

  • Transaction Fee: The gas fee paid in BDAG for processing the transaction.

Pagination Controls: Located at the bottom of the transaction list, this feature allows users to navigate through different pages of transactions. In this case, the system shows there are “89 pages” with a total of “57 transactions” displayed. Users can jump between pages by clicking the arrows or typing the page number.