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
  3. Transaction List

Transaction Detail

PreviousTransaction ListNextAddress Details

Last updated 2 months ago

Was this helpful?

The transaction detail screen provides in-depth information about a specific transaction. Users can verify transaction details (hash, status, block number, timestamp), track sender and recipient addresses, check the transaction value, review gas information (price, limit, used), view input data, confirm block inclusion, explore contract interactions, analyze logs and events, and check the nonce.

Transaction Hash (Txn Hash)

  • Displays the unique identifier of the transaction (e.g., `0xcd7141bde1dd977648e2c1ddd9d69974805b89b494ec...`).

  • A “Copy” icon allows users to easily copy the transaction hash to their clipboard, enabling quick sharing or further analysis.

Transaction Details

The Transaction Details page provides a deep dive into a specific transaction on the BlockDAG blockchain, displaying critical information such as the transaction hash, sender and recipient addresses, gas fees, execution status, and input data.

  • Block No. : Block #7283 indicates the block in which the transaction was confirmed. Confirmed transactions are finalized once they are recorded in a block.

  • Status: This section indicates whether the transaction was successful, pending, or failed.

    • Success: Transaction executed and recorded successfully.

    • Pending: Waiting to be confirmed in a block.

    • Failed: Error occurred due to insufficient gas, invalid contract call, or other reasons.

  • Time: In the time section, "4 days ago (March 7, 2025, at 12:42:29 UTC)" is the exact date and time when this transaction was confirmed on the blockchain.

  • From (Send Address): This "0x321b06B6073760945539E04f23218201d4435Cde" is the wallet or contract address that initiated the transaction.

  • To (Recipient Address): In the to section this is the "0x321b06B6073760945539E04f23218201d4435Cde" recipient wallet or smart contract that received the transaction.

  • Value: Represents the amount of BDAG tokens transferred.

  • Transaction Fee: It's the total fee paid to process the transaction on BDAG.

  • Gas Price: The Gas price "0.000000000000064551 BDAG" represents the amount of BDAG paid per unit of gas. If the network is congested, users might have to increase the gas price to speed up transactions.

  • Gas Used: The total gas consumed by the transaction execution "98,364 Gas Units". Each transaction requires a minimum amount of gas, depending on whether it's a simple BDAG transfer or a smart contract interaction.

  • Input Data: The input data field contains encoded contract execution details.