Skip to content

Instantly share code, notes, and snippets.

@rifkiamil
Created February 15, 2021 16:24
Show Gist options
  • Save rifkiamil/de1e1a2e7851480badaee1a1cc8f1182 to your computer and use it in GitHub Desktop.
Save rifkiamil/de1e1a2e7851480badaee1a1cc8f1182 to your computer and use it in GitHub Desktop.
SQL Bitcoin Part 2 - Find transactions with block_timestamp, block_timestamp_month, output_value
SELECT block_timestamp, block_timestamp_month, output_value
FROM `bigquery-public-data.crypto_bitcoin.transactions`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment