How to Find & Copy Your ETH / BSC Transaction Hash (TxID)

2 min. readlast update: 10.08.2025

 

Method 1 — In your wallet/exchange app

Works for MetaMask, Trust Wallet, OKX, Binance, Bybit, etc.

  1. Open the app → go to Assets / Wallet and select the correct network:

    • Ethereum: Ethereum / ERC20

    • BNB Smart Chain: BNB Smart Chain / BSC / BEP20

  2. Open History / Transactions.

  3. Tap the specific deposit/withdrawal/transfer entry.

  4. On the details page, find Hash / TxID / Transaction ID.

    • Often under “More details” or “View on Explorer”.

  5. Copy it (long-press or use the “Copy TxID” button). If you open it in the explorer first, copy Transaction Hash there.

If you only see an internal order number, tap View on Explorer to get the on-chain Transaction Hash.



Method 2 — Using a block explorer

Good when you know the sender/receiver address or want to verify independently.

A. Ethereum (ETH / ERC20)

  1. Copy your Ethereum address (starts with 0x).

  2. Open an Ethereum explorer (e.g., Etherscan).

  3. Paste the address into the search box.

  4. In Transactions, locate the right transfer by time/amount/peer.

  5. Open it and copy the Transaction Hash (Txn Hash).

B. BNB Smart Chain (BSC / BEP20)

  1. Copy your BSC address (0x as well).

  2. Open a BSC explorer (e.g., BscScan).

  3. Paste the address → find the transaction → open it → copy the Transaction Hash.

Important: Always search on the correct chain (ETH on Etherscan, BSC on BscScan). Otherwise you’ll see “not found”.



Quick checks & tips

  • TxID format: usually 0x + 64 hex characters (total 66).
    Example pattern: 0x4f1a…c9b2 (don’t shorten when submitting).

  • No spaces or extra symbols.

  • Confirm the network: ERC20 ≠ BEP20.

  • If “Txn not found”: wrong chain, very recent tx (node not synced), or failed/canceled tx. Recheck and try again shortly.

  • Internal transfers (within the same exchange) may not have an on-chain TxID—only an internal reference. Contact the platform’s support with that reference.

Was this article helpful?