permarycreative-chocolate
    Updated 2025-02-17
    SELECT
    COUNT(DISTINCT account) AS total_stellar_users
    FROM
    stellar.core.fact_transactions
    WHERE
    account IS NOT NULL;

    Last run: 2 months ago
    TOTAL_STELLAR_USERS
    1
    2249198
    1
    11B
    30s