# How to track a crypto transaction (TXID, status, confirmations)

When you send crypto, the wallet can show “In progress” for a while. That’s normal. The simplest way to understand what’s happening is to track the transaction using its **TXID** in a blockchain explorer.

## Step-by-step: track a transfer in MyTonWallet

{% stepper %}
{% step %}
Open your **Activity** feed.
{% endstep %}

{% step %}
Tap the transfer you want to check.
{% endstep %}

{% step %}
Open the transaction in a **blockchain explorer** to see the full status and details.
{% endstep %}
{% endstepper %}

## What is TXID, and why it matters

**TXID** is the transaction ID (hash). Think of it as a universal receipt that any explorer can show. It’s the best thing to share with a merchant or support when you need to prove that you sent a payment.

## What “confirmations” mean

After a transaction is included in a block, it can receive confirmations. More confirmations generally means more certainty that the transaction is final.

In practice:

* A transaction can be visible in an explorer before it is fully confirmed.
* Some services wait for a specific number of confirmations before crediting a deposit.

## Why a transaction can be “pending”

Common reasons include:

* The network is busy.
* The fee is not high enough for current conditions.
* The recipient service is waiting for more confirmations.
* You used the wrong network or missing memo/tag for a deposit flow.

## If the recipient says “we did not receive it”

Send them:

* The **TXID**.
* The explorer link.
* The network used (TON, TRON, Solana).

This is usually enough to resolve the situation quickly.

## Related articles

* [How to check the transaction status?](/intro/transfers/how-to-check-the-transaction-status-where-to-find-the-txid-hash.md).
* [How to find my Transaction ID (TXID)?](/intro/transfers/how-to-find-my-transaction-id-txid.md).
* [What is a Transaction ID (TXID)?](/intro/introduction-to-crypto-and-mytonwallet/what-is-a-transaction-id-txid.md).
* [What is a blockchain explorer? How do you use it?](/intro/introduction-to-crypto-and-mytonwallet/what-is-a-blockchain-explorer-how-do-you-use-it.md).
* [What should I do if the transfer has failed?](/intro/transfers/what-should-i-do-if-the-transfer-has-failed.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.mytonwallet.io/intro/transfers/how-to-track-a-crypto-transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
