flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
terra max block
Sandesh
terra max block
Updated 2023-03-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
distinct
tx_sender
)
as
number_of_wallets
,
count
(
distinct
block_id
)
as
number_of_blocks
,
count
(
distinct
tx_id
)
as
number_of_transactions
,
sum
(
fee
)
as
total_fees
from
terra
.
core
.
fact_transactions
where
block_timestamp
>
CURRENT_DATE
-
1
Results
Run a query to Download Data