flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
hossein Total number of mined blocks based on the weekly timeframe from June
nsa2000
hossein Total number of mined blocks based on the weekly timeframe from June
Updated 2022-09-17
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
count
(
BLOCK_NUMBER
)
as
blocks_numbers
,
lag
(
blocks_numbers
)
ignore
nulls
over
(
order
by
week
asc
)
as
delay_block_numbers
from
ethereum
.
core
.
fact_blocks
where
week
>=
'2022-06-01'
group
by
1
Results
Run a query to Download Data