TRANSACTIONS | TOTAL_FEE_ALEO | AVERAGE_FEE_ALEO | TPS | |
---|---|---|---|---|
1 | 19636374 | 1712531.798331 | 0.08721222148 | 0.946954 |
Afonso_DiazTransactions
Updated 2 days ago
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
count(distinct tx_id) as transactions,
sum(fee) as total_fee_aleo,
avg(fee) as average_fee_aleo,
transactions / abs(datediff('second', min(block_timestamp), max(block_timestamp))) as tps
from
aleo.core.fact_transactions
where
tx_succeeded
Last run: 2 days ago
1
50B
8s