flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
average daily block time
hess
average daily block time
Updated 2024-07-17
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date
(
a
.
block_timestamp
)
as
date
,
avg
(
datediff
(
second
,
a
.
block_timestamp
,
b
.
block_timestamp
)
)
as
avg_time
from
sei
.
core_evm
.
fact_blocks
a
,
sei
.
core_evm
.
fact_blocks
b
where
a
.
BLOCK_NUMBER
=
b
.
BLOCK_NUMBER
-
1
group
by
1
Results
QueryRunArchived: QueryRun has been archived