flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Arbitrum # of Txs and Users
rajs
Arbitrum # of Txs and Users
Updated 2022-09-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
count
(
*
)
as
no_of_txs
,
count
(
distinct
from_address
)
as
no_of_active_users
,
count
(
*
)
/
count
(
distinct
from_address
)
as
avg_tx_per_user
from
arbitrum
.
core
.
fact_transactions
group
by
1
order
by
1
Results
Run a query to Download Data