# View transaction history

### Supported types of transactions for display

{% hint style="info" %}
SubWallet supports 2 types of transactions for display in the History tab:

* All transactions made directly within the wallet will be **saved and displayed**.
* Transactions from networks that have their own block explorer will be **retrieved and displayed**.
  {% endhint %}

### View the transaction history of your accounts

**Step 1**: Open the SubWallet extension and click the "**History**" tab at the bottom right of the screen.

<figure><img src="/files/XuTxQufSF0bcLIIJ9Mwe" alt="" width="363"><figcaption></figcaption></figure>

**Step 2**: In the History tab, select the network you want to check the transaction history.

*In this example, we want to check the transaction history of the account named "Andy 2" on the Hydration network.*

<div><figure><img src="/files/3j5e0llW0yXWh8Ib4NTH" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/8eXWdR5cXaAqxdsPHW91" alt="" width="363"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you are in the "**All accounts**" mode, you will also need to select the account for which you want to view the transaction history.

<img src="/files/IW0Td7qRH270m54l2kkH" alt="" data-size="original"><img src="/files/LiTNRuYZvPYNu3CbrKtW" alt="" data-size="original"><img src="/files/51l7ZmnngnKWN7HvJOp4" alt="" data-size="original">
{% endhint %}

**Step 3**: You can now see all the transactions that happened in the account.

<figure><img src="/files/4ReOIJYJlJb3TmmNnPL3" alt="" width="363"><figcaption></figcaption></figure>

Click on the transaction you want to view the details.&#x20;

<figure><img src="/files/wcXiwwcjSxckt0GeOo9u" alt="" width="363"><figcaption></figcaption></figure>

{% hint style="info" %}
You can also use the filter feature to view transactions in a specific category by clicking on the <img src="/files/4BQSn4wVyX29caN2zxwE" alt="" data-size="line"> icon in the upper-right corner. Choose the type(s) of the transaction you want to view and click the "**Apply filter**" button below.

![](/files/c7GYLGMQ9Mo14cdADHsE)  <img src="/files/lU5LkmluEpG0NEsa0sPX" alt="" data-size="original">
{% endhint %}

<details>

<summary>View transaction history on Bitcoin</summary>

Unlike other ecosystems, Bitcoin has multiple address types. This means that if you want to view the transaction history of your account on Bitcoin, you will also need to select the address type that corresponds to it.

In the History screen, select "**Bitcoin/Bitcoin Testnet**" as the network you want to view your transaction history:

<div><figure><img src="/files/7yLulmp2lRuckqyGft4t" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/7yLulmp2lRuckqyGft4t" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/WbkzwmRTn6QAbeNrTXVw" alt="" width="362"><figcaption></figcaption></figure></div>

Once done, select the address type you want to view transaction history by clicking on the Account option, and select an address from the drop-down list:

<div><figure><img src="/files/ZJrPgdNIvZqQhSwaTnnp" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/27Yi8ZnZLtVfpVXNdY1k" alt="" width="362"><figcaption></figcaption></figure></div>

You will now see all the transactions that happened at the address:

<figure><img src="/files/6QPhPDPPcVdV4frtKRun" alt="" width="362"><figcaption></figcaption></figure>

Click on the transaction to view its details.&#x20;

<div><figure><img src="/files/Bo0NedSd7EXRSi7RJXqY" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/ym8N6mHB37CsA8dszW2r" alt="" width="362"><figcaption></figcaption></figure></div>

</details>


---

# 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://docs.subwallet.app/main/extension-user-guide/receive-and-transfer-assets/view-transaction-history.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.
