MasiDaily Transfers
    Updated 2025-05-12
    select trunc(block_timestamp,'day') as daily,
    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
    group by 1
    Last run: 11 days ago
    DAILY
    From Address
    To Address
    Transactions
    Amount (BTC)
    1
    2025-04-25 00:00:00.000161729085547113.7893286
    2
    2025-04-26 00:00:00.00011737067913310.582988267
    3
    2025-03-31 00:00:00.000562266270.3836268686
    4
    2025-04-12 00:00:00.00057397125500.7977551316
    5
    2025-05-08 00:00:00.00012791231420223.200158452
    6
    2025-04-16 00:00:00.000601116632505.014404523
    7
    2025-04-24 00:00:00.000537194932921.103338024
    8
    2025-04-01 00:00:00.000652557172.600204633
    9
    2025-04-06 00:00:00.000433120729380.4506662933
    10
    2025-05-12 00:00:00.00023133113348.722052886
    11
    2025-04-11 00:00:00.000513100026070.8730058751
    12
    2025-04-21 00:00:00.0001146131548640.9125646339
    13
    2025-04-15 00:00:00.000518111524975.253647521
    14
    2025-04-04 00:00:00.000508123037412.959346258
    15
    2025-05-05 00:00:00.0001940195164602.182068232
    16
    2025-04-03 00:00:00.00026081421370.4878784855
    17
    2025-04-28 00:00:00.0001007178441241.165758757
    18
    2025-04-02 00:00:00.000136226982213.583054836
    19
    2025-04-20 00:00:00.000817102428840.4525588542
    20
    2025-04-19 00:00:00.0001006151745540.7794427177
    46
    2KB
    32s