CoolFace
Datasetpublic

BlockDB/Stablecoin-Transfers-Ethereum-Cryptocurrency-Data

Stablecoin Transfers — Ethereum Cryptocurrency Data ERC-20 transfer events for USDC, USDT, and DAI on Ethereum mainnet. Chain Ethereum mainnet (chain_id 1) Coverage 2017-11 → 2025-10 (UTC, by block_timestamp) Tokens USDC, USDT, DAI Format Parquet, Hive partitions data/year=YYYY/month=MM/ Source BlockDB blockdb0304_token_transfers_v1 Schema Token Transfers — data catalog Files data/ year=YYYY/month=MM/part-NNNN.parquet… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/Stablecoin-Transfers-Ethereum-Cryptocurrency-Data.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
1likes314downloads
Dataset Card

BlockDB Banner

Stablecoin Transfers — Ethereum Cryptocurrency Data

ERC-20 transfer events for USDC, USDT, and DAI on Ethereum mainnet.

ChainEthereum mainnet (chain_id 1)
Coverage2017-112025-10 (UTC, by block_timestamp)
TokensUSDC, USDT, DAI
FormatParquet, Hive partitions data/year=YYYY/month=MM/
SourceBlockDB blockdb0304_token_transfers_v1
SchemaToken Transfers — data catalog

Files

data/
  year=YYYY/month=MM/part-NNNN.parquet

Load

python
import duckdb

duckdb.sql("""
  SELECT block_timestamp, from_address, to_address, token_address, amount_adj
  FROM read_parquet('hf://datasets/BlockDB/Stablecoin-Transfers-Ethereum-Cryptocurrency-Data/data/year=2024/month=01/*.parquet')
  LIMIT 10
""")

Full mirror of this dataset

bash
huggingface-cli download BlockDB/Stablecoin-Transfers-Ethereum-Cryptocurrency-Data \
  --repo-type dataset --local-dir ./blockdb-stablecoin-transfers

Need more than this snapshot?