Fetch & export your transactions

Tracking your onchain activity can be a hassle, especially if you need a quick export of your transactions for analysis. So I built Transaction Exporter, a simple Node.js script that fetches transactions from a blockchain explorer and exports them to CSV.

What it does

  • Fetches both normal and internal transactions

  • Exports the data into an easy-to-use CSV format

  • Works with any Etherscan-compatible explorer (Etherscan, Polygonscan, etc.)

How to use it

  1. Clone the repo: transaction-exporter

  2. Install dependencies: npm install

  3. Add your API key and base URL in a .env file

  4. Run: npm run fetch <address> <handle>

No fuss, no complex setup. Just quick access to your transactions.

Check it out: GitHub Repo