saeedmzn[Bearchain review] - over time
    Updated 2025-03-17
    select date_trunc(day , block_timestamp)::date date ,
    count (tx_hash) num_transactions ,
    sum (TX_FEE) total_paid_fees ,
    count (DISTINCT from_address) num_users ,
    avg (TX_FEE) avg_paid_fees ,
    num_transactions/num_users avg_txns_per_user
    from berachain.testnet.fact_transactions
    group by 1
    Last run: about 1 month ago
    DATE
    NUM_TRANSACTIONS
    TOTAL_PAID_FEES
    NUM_USERS
    AVG_PAID_FEES
    AVG_TXNS_PER_USER
    1
    2025-02-03 00:00:00.00026693111066.9016684954885410.00039969178135.463842
    2
    2024-10-26 00:00:00.00017108073615.7290069593108140.0021134640015.504279
    3
    2024-12-24 00:00:00.000349407214480.4549882774893780.0041442921017.139822
    4
    2024-12-29 00:00:00.000430252494469.8487270846757160.021956844116.367356
    5
    2024-07-02 00:00:00.0002249473114.3182650385729230.000050820020973.926309
    6
    2024-06-16 00:00:00.000652258105.843057061707130.00016227176539.224018
    7
    2025-01-08 00:00:00.000489195427069.6752990777377550.0055335097796.630865
    8
    2025-01-15 00:00:00.00045301515134.67792090410140040.0011334452034.467587
    9
    2025-01-24 00:00:00.00034644304699.14869274411907830.0013563987992.909371
    10
    2024-07-20 00:00:00.0003131494116.087642046862720.000037071008934.563051
    11
    2024-12-15 00:00:00.00015140877488.964594072910710.0049461917275.201779
    12
    2024-08-17 00:00:00.0001797710151.9502886943709590.000084524360824.846115
    13
    2024-09-14 00:00:00.0001995942207.43172863135370.00010392673166.36589
    14
    2024-10-30 00:00:00.00014650176623.2115886142613210.0045209110815.606197
    15
    2024-12-26 00:00:00.000392410552749.1210806476519160.013442331716.019341
    16
    2024-10-09 00:00:00.0005374833177.71986460814867010.000033065188193.615275
    17
    2024-06-25 00:00:00.0001815270103.9936646394518560.00005728826274.017364
    18
    2024-10-14 00:00:00.0004733100296.79148386313191200.000062705517293.588074
    19
    2024-10-23 00:00:00.000126171229055.6275451862212020.023028732035.703891
    20
    2024-12-07 00:00:00.00012817745936.573208542351900.004631528815.449951
    ...
    246
    20KB
    42s