> ## Documentation Index
> Fetch the complete documentation index at: https://docs.b3.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Verify the Status of a Transaction on B3

> Learn how to track and verify your transactions on the B3 Network using the block explorer with transaction hashes or wallet addresses

If you've sent a transaction on the B3 Network and want to check whether it's been confirmed, pending, or failed, you can easily track it using the B3 Block Explorer. All you need is the transaction hash (TxHash) or the wallet address involved in the transaction.

## Steps to Verify a Transaction

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/CZncVWI1aHk" title="How to verify transaction status on B3" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

<Steps>
  <Step title="Navigate to B3 Explorer">
    Go to [explorer.b3.fun](https://explorer.b3.fun).
  </Step>

  <Step title="Access transactions">
    Hover over the left side panel to expand it and click on **Transactions.**

    <Frame>
      <img src="https://s3.amazonaws.com/helpscout.net/docs/assets/685306b72e0550277aa9250e/images/687e55494b3936693ba0ecbb/file-o0WPrzMUbf.png" alt="B3 Explorer sidebar with Transactions option highlighted" />
    </Frame>
  </Step>

  <Step title="Search for your transaction">
    A new search bar will appear. In the search bar, enter either:

    * The wallet address that initiated the transaction
    * Or the transaction hash (TxHash)

    <Frame>
      <img src="https://s3.amazonaws.com/helpscout.net/docs/assets/685306b72e0550277aa9250e/images/687e556e1946514c34bffae9/file-sfCem4gBEs.png" alt="Search bar for entering wallet address or transaction hash" />
    </Frame>
  </Step>

  <Step title="View transaction details">
    Browse the results and click the relevant transaction to view:

    * Status (Success / Failed / Pending)
    * Date & Time
    * Tokens transferred
    * Gas used
    * Any other on-chain details

    <Frame>
      <img src="https://s3.amazonaws.com/helpscout.net/docs/assets/685306b72e0550277aa9250e/images/687e55b1ffa88610da986dfd/file-ERrTVA4NLO.png" alt="Transaction details page showing status and transaction information" />
    </Frame>

    <Check>
      This is the best way to track mints, transfers, and other activity directly on the B3 Network.
    </Check>
  </Step>
</Steps>

## Transaction Status Meanings

* **Success:** Transaction completed successfully
* **Failed:** Transaction failed to execute (often due to insufficient gas or other errors)
* **Pending:** Transaction is still being processed by the network

<Tip>
  You can bookmark frequently used wallet addresses in the explorer to quickly check transaction history in the future.
</Tip>
