BlockDB/ETH-and-ERC20-Transfers-Ethereum-Cryptocurrency-Data
ETH and ERC-20 Transfers — Ethereum Cryptocurrency Data Native ETH (transaction and internal), plus all ERC-20 transfers on Ethereum mainnet. Chain Ethereum mainnet (chain_id 1) Coverage 2015-08 → 2025-10 (UTC, by block_timestamp) Transfer types 0 native tx, 1 native internal, 2 ERC-20 Format Parquet, Hive partitions data/year=YYYY/month=MM/ Source BlockDB blockdb0304_token_transfers_v1 Schema Token Transfers — data catalog Files data/… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/ETH-and-ERC20-Transfers-Ethereum-Cryptocurrency-Data.
091

ETH and ERC-20 Transfers — Ethereum Cryptocurrency Data
Native ETH (transaction and internal), plus all ERC-20 transfers on Ethereum mainnet.
Files
data/
year=YYYY/month=MM/part-NNNN.parquetLoad
import duckdb
duckdb.sql("""
SELECT block_timestamp, transfer_type, from_address, to_address, token_address, amount_adj
FROM read_parquet('hf://datasets/BlockDB/ETH-And-ERC20-Transfers-Ethereum-Cryptocurrency-Data/data/year=2024/month=01/*.parquet')
WHERE transfer_type = 2
LIMIT 10
""")Full mirror of this dataset
huggingface-cli download BlockDB/ETH-And-ERC20-Transfers-Ethereum-Cryptocurrency-Data \
--repo-type dataset --local-dir ./blockdb-eth-erc20-transfersNeed more than this snapshot?
- Filters, other tokens, or recent history — BlockDB Historic REST API.
- Real-time streams — BlockDB WebSocket feed.
- Custom extracts (anything we can derive from on-chain data) — support@blockdb.io.
