Ethereum Transaction Network
收藏NIAID Data Ecosystem2026-03-12 收录
下载链接:
https://zenodo.org/record/4543268
下载链接
链接失效反馈官方服务:
资源简介:
Transaction network extracted from Ethereum. This contains the following files, compressed with gzp:
addresses.dat -- list of all addresses used with IDs, including bit whether it is a contract (one file)
edges_ts_%d.dat -- edges extracted from transactions with timestamps and sequence numbers for convenience (addr_id1, addr_id2, timestamp, block_num, block_ix)
txin_%d.dat -- transaction inputs with values, timestamps and sequence numbers (addr_id, value, timestamp, block_num, block_ix)
txout_%d.dat -- transaction outputs with values, timestamps and sequence numbers (addr_id, value, timestamp, block_num, block_ix)
Files containing edges, transaction inputs and outputs are split into multiple files, each containing data from 100000 blocks. Note: numbering of files is not sorted, but numbers refer to the same set of blocks among files. Addresses are referred to by numeric IDs, and a separate mapping is provided to the address representation usually used in Ethereum.
创建时间:
2021-02-25



