NUM_BLOCKS | UNIQUE_USERS | PAID_FEES | MONAD_VOLUME | NUM_TXNS | AVG_TXN | |
---|---|---|---|---|---|---|
1 | 7131158 | 111622680 | 6071048.31016328 | 11064040413.8743 | 733324177 | 8333229.284091 |
saeedmzn[Monad ] - Total
Updated 10 days ago
9
1
2
3
4
5
6
7
8
9
›
⌄
select
count (distinct BLOCK_NUMBER) num_blocks ,
count (distinct FROM_ADDRESS) unique_users ,
sum (TX_FEE) paid_fees ,
sum (VALUE) monad_volume ,
count (tx_hash) num_txns ,
num_txns / count (distinct BLOCK_TIMESTAMP::date) avg_txn
from monad.testnet.fact_transactions
Last run: 10 days ago
1
80B
17s