pine_samiMiners data
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
date_trunc (month, block_timestamp) as date,
sum (BLOCK_REWARD) as "Block Reward",
count (DISTINCT block_number) as "Block count"
from bitcoin.core.ez_miner_rewards
GROUP by 1
Run a query to Download Data