GithubHelp home page GithubHelp logo

Comments (6)

hpduong avatar hpduong commented on August 15, 2024

Thanks, Alex, and I'm also wondering the same. @cakcora did you end up syncing the entire blockchain? How long did it take?

from ethereum_blockchain_parser.

cakcora avatar cakcora commented on August 15, 2024

Hi,

I actually used an R script to download data very fast. See the Ethr library here: https://github.com/BSDStudios/ethr

from ethereum_blockchain_parser.

hpduong avatar hpduong commented on August 15, 2024

Thanks @cakcora, I'll give it a go! How long did it take you and how big was the file size when complete roughly?

from ethereum_blockchain_parser.

cakcora avatar cakcora commented on August 15, 2024

It should be around 65 GB, I downloaded the last 0.5 million blocks with ethr and wrote each to its file. It took 38 GB, which is too much. Downloaded 0.5m blocks in a night.

from ethereum_blockchain_parser.

hpduong avatar hpduong commented on August 15, 2024

from ethereum_blockchain_parser.

medvedev1088 avatar medvedev1088 commented on August 15, 2024

Maybe this article will be useful https://medium.com/@medvedev1088/exporting-and-analyzing-ethereum-blockchain-f5353414a94e
Exporting the data will take a few hours if you run it in the cluster https://medium.com/@medvedev1088/how-to-export-the-entire-ethereum-blockchain-to-csv-in-2-hours-for-10-69fef511e9a2

Here is the schema

blocks.csv

Column Type
block_number bigint
block_hash hex_string
block_parent_hash hex_string
block_nonce hex_string
block_sha3_uncles hex_string
block_logs_bloom hex_string
block_transactions_root hex_string
block_state_root hex_string
block_miner hex_string
block_difficulty bigint
block_total_difficulty bigint
block_size bigint
block_extra_data hex_string
block_gas_limit bigint
block_gas_used bigint
block_timestamp bigint
block_transaction_count bigint

transactions.csv

Column Type
tx_hash hex_string
tx_nonce bigint
tx_block_hash hex_string
tx_block_number bigint
tx_index bigint
tx_from hex_string
tx_to hex_string
tx_value bigint
tx_gas bigint
tx_gas_price bigint
tx_input hex_string

erc20_transfers.csv

Column Type
erc20_token hex_string
erc20_from hex_string
erc20_to hex_string
erc20_value bigint
erc20_tx_hash hex_string
erc20_block_number bigint

from ethereum_blockchain_parser.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.