Block Explorer — Transactions

Transaction List

The Transactions page shows all transactions across the network with:

  • Transaction hash
  • Type (transfer, swap, stake, bridge, NFT, etc.)
  • Sender and recipient
  • Amount
  • Block number
  • Timestamp

Transaction Detail Page

URL: /tx/:hash

Shows the full transaction details:

FieldDescription
HashTransaction hash (SHA-256)
TypeTransaction type
FromSender public key
ToRecipient public key
AmountTransaction amount
FeeTransaction fee (XRGE)
TokenToken symbol (if applicable)
BlockBlock height containing this tx
TimestampWhen the transaction was processed
SignaturePQC signature (ML-DSA-65)

Transaction Types

TypeDescription
transferToken transfer between addresses
create_tokenNew token creation
stakeStaking tokens
unstakeUnstaking tokens
create_poolCreating a liquidity pool
add_liquidityAdding liquidity to a pool
remove_liquidityRemoving liquidity from a pool
swapToken swap via AMM
bridge_mintMinting bridged tokens (qETH, qUSDC)
bridge_withdrawBurning bridged tokens for withdrawal
nft_create_collectionCreating an NFT collection
nft_mintMinting an NFT
nft_transferTransferring an NFT
nft_burnBurning an NFT

API

GET /api/txs                                    — List recent transactions
GET /api/tx/:hash                               — Get transaction by hash
GET /api/address/:public_key/transactions       — Get transactions for an address