flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
eth-val
messari
eth-val
Updated 2022-12-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date
(
slot_timestamp
)
as
dt
,
proposer_index
,
count
(
slot_timestamp
)
as
cou
from
ethereum
.
beacon_chain
.
fact_blocks
where
dt
>
DATE
(
'2022-12-14'
)
group
by
dt
,
proposer_index
order
by
cou
Results
Run a query to Download Data