DATE | TYPE_STRING | OPERATIONS | |
---|---|---|---|
1 | 2025-01-07 00:00:00.000 | path_payment_strict_receive | 2607483 |
2 | 2025-01-05 00:00:00.000 | manage_sell_offer | 1327327 |
3 | 2025-01-02 00:00:00.000 | bump_sequence | 122 |
4 | 2025-01-14 00:00:00.000 | manage_buy_offer | 1380616 |
5 | 2025-01-20 00:00:00.000 | payment | 1923249 |
6 | 2025-01-08 00:00:00.000 | manage_data | 360 |
7 | 2025-01-18 00:00:00.000 | manage_buy_offer | 1200628 |
8 | 2025-01-15 00:00:00.000 | set_options | 39115 |
9 | 2025-01-18 00:00:00.000 | path_payment_strict_receive | 2660084 |
10 | 2025-01-16 00:00:00.000 | manage_data | 234 |
11 | 2025-01-14 00:00:00.000 | path_payment_strict_send | 603066 |
12 | 2025-01-09 00:00:00.000 | change_trust | 43102 |
13 | 2025-01-09 00:00:00.000 | end_sponsoring_future_reserves | 6473 |
14 | 2025-01-09 00:00:00.000 | manage_sell_offer | 1445470 |
15 | 2025-01-15 00:00:00.000 | manage_data | 325 |
16 | 2025-01-20 00:00:00.000 | manage_data | 263 |
17 | 2025-01-30 00:00:00.000 | payment | 1103107 |
18 | 2025-01-25 00:00:00.000 | manage_buy_offer | 1309190 |
19 | 2025-01-29 00:00:00.000 | manage_sell_offer | 1474509 |
20 | 2025-01-10 00:00:00.000 | set_trust_line_flags | 51740 |
pouya_22Stellar Operation Overtime
Updated 10 days ago
9
1
2
3
4
5
6
7
›
⌄
select
block_timestamp::date as date,
type_string,
count(distinct id) as operations
from stellar.core.fact_operations
where block_timestamp >= '2025-01-01'
group by 1,2
Last run: 10 days agoAuto-refreshes every 24 hours
...
1611
87KB
211s