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. UTXO

Transaction List (UTXO)

PreviousBlock Details (UTXO)NextTransaction Details (UTXO)

Last updated 2 months ago

Was this helpful?

In transaction list screen, the "Total Transactions" section provides an overview of the network's transaction activity, displaying the total number of transactions processed on the BlockDAG network. This serves as a real-time indicator of blockchain usage and activity. Below this, the transaction table lists recent transactions, showing key details such as the transaction hash, which uniquely identifies each transaction, the age indicating how recently the transaction was recorded, total fees paid for processing the transaction, and the total amount sent in BDAG tokens. Each transaction entry can be expanded for further details, ensuring transparency and allowing users to verify transaction history and network activity efficiently.

Total Transactions

The total number of transactions recorded on the blockchain. This represents every movement of BDAG tokens from one wallet to another. It shows how active the network is and helps track overall blockchain usage.

Latest Transactions List

The list below shows the most recent transactions on the UTXO-based BDAG blockchain. Each transaction displays:

  • Transaction Hash: This is the unique identifier for each transaction. By clicking on a transaction hash, users can view a more detailed breakdown of that specific transaction.

  • Age: The age tells how long ago the transaction was added to the blockchain. Older transactions are more secure because they have more confirmations.

  • Total Fees: This shows the amount of BDAG paid as a transaction fee to process the transaction. Fees incentivize miners or validators to process transactions and secure the network.

  • Total Sent: This shows how much BDAG was sent in the transaction. If it’s 0 BDAG, it might be a special transaction like a contract interaction. It helps track fund movements and detect any unusual transactions.