# Transaction History

> Tutorials for working with transaction history

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

# Introduction

In this section, you will find tutorials and resources for working with transaction history using the Alchemy API. Transaction history is a record of all the transactions that have occurred on the blockchain, and is an important aspect of many blockchain applications.

# Tutorials

The following tutorials are listed under this section:

* [How to Get the Number of Transactions in a Block](/docs/how-to-get-the-number-of-transactions-in-a-block)
* [How to Get Transaction History for an Address on Ethereum](/docs/how-to-get-transaction-history-for-an-address-on-ethereum)
* [How to Get a Contract's First Transfer Event](/docs/how-to-get-a-contracts-first-transfer-event)
* [How to Get a Contract's Last Transfer Event](/docs/how-to-get-a-contracts-last-transfer-event)
* [Integrating Historical Transaction Data into your dApp](/docs/integrating-historical-transaction-data-into-your-dapp)