Skip to content

Instantly share code, notes, and snippets.

@allenday
Created May 26, 2019 08:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenday/24d802b11fe03a2a1814114fb7736d9e to your computer and use it in GitHub Desktop.
Save allenday/24d802b11fe03a2a1814114fb7736d9e to your computer and use it in GitHub Desktop.
Ethereum gas price by block number from BigQuery
SELECT number, gas_used AS gas FROM `bigquery-public-data.crypto_ethereum.blocks` WHERE number = 7000000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment