flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Ethereum all transactions
Josh956
Ethereum all transactions
Updated 2022-10-10
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
with
a
as
(
select
date_trunc
(
'second'
,
block_timestamp
)
as
second
,
count
(
*
)
as
ct
from
ethereum
.
core
.
fact_transactions
group
by
1
)
select
sum
(
ct
)
from
a
Results
Run a query to Download Data