You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset Card for USDC Transfers

This dataset contains all historical transfers of the USDC stablecoin on Ethereum mainnet up to block height 22,281,578 (April 16th, 2025).

image/png

Dataset Details

Dataset Description

This dataset contains a historical snapshot of USDC transfer events on the Ethereum blockchain starting from USDC's creation in 2018 until April 16th, 2025. USDC is a dollar-backed stablecoin issued by Circle, offering the speed, uptime, programmability, and transparency enabled by public blockchains with the stability of a dollar. USDC operates on many public blockchain networks including Ethereum and Solana.

Data is collected using the Cryo ETL, developed by Paradigm. Data is partitioned into chunks of 1M-block ranges.

  • Curated by: PortexAI
  • License: MIT

Dataset Sources

Uses

This dataset is designed to help answer key questions about the adoption and usage of USDC, currently the second-largest stablecoin on Ethereum after Tether by circulating supply. By analyzing the size and frequency of transactions, as well as the number of unique daily and monthly users, researchers can gain insights into user behavior and network activity. Using the null address (0x0000000000000000000000000000000000000000), one can track mints and burns to understand USDC’s supply dynamics over time.

The dataset supports a wide range of economic analyses—from measuring stablecoin velocity to identifying usage trends across DeFi protocols and web3 applications. When enriched with address labels, it can also reveal interactions between real-world entities and blockchain-native systems. Time-of-day analysis further allows for inferences about regional or geographic usage patterns.

Dataset Structure

Column Description
block_number Block number in which the USDC transfer transaction was confirmed.
transaction_index Position of the transaction within the block.
log_index Position of the transfer event log within the transaction receipt logs.
transaction_hash Unique identifier of the transaction containing the USDC transfer.
erc20 Contract address of the USDC ERC-20 token on Ethereum mainnet.
from_address Address that sent the USDC tokens.
to_address Address that received the USDC tokens.
amount Number of USDC tokens transferred, 6-decimal precision (converted to float).

Dataset Card Authors

Dataset Card written by Kyle Waters.

Dataset Card Contact

Reach out to [email protected] for more questions or follow us on 𝕏.

Downloads last month
34