From Address | To Address | Transactions | Amount (BTC) | |
---|---|---|---|---|
1 | 76911 | 58912 | 219206 | 579.48105292 |
MasiTotal Transfers
Updated 2025-05-12
9
1
2
3
4
5
6
7
8
›
⌄
select
count(distinct from_address) as "From Address",
count(distinct to_address) as "To Address",
count(distinct tx_hash) as "Transactions",
sum(value) as "Amount (BTC)"
from mezo.testnet.fact_transactions
where value != 0
Last run: 20 days ago
1
35B
31s