Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/theme/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ const data: NavbarItem = {
label: 'Hubble',
activeBasePath: 'docs/data/analytics/hubble'
},
{
to: '/docs/data/analytics/public-dashboards',
label: 'Dashboards',
activeBasePath: 'docs/data/analytics/public-dashboards'
},
{
to: '/docs/data/analytics/analytics-providers',
label: 'Providers',
Expand Down
4 changes: 4 additions & 0 deletions docs/data/analytics/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Hubble is an open-source, read-only BigQuery data warehouse maintained by SDF th

Within Hubble, the stellar-etl product powers the extraction and transformation of Stellar network data into BigQuery. This open-source pipeline allows developers to extend or customize data ingestion workflows based on their analytical needs. Stellar-etl provides flexibility in how data is processed, enabling users to extract specific ledger entries, operations, or event logs based on their requirements.

## [Public Dashboards](./public-dashboards.mdx)

Public Dashboards is a directory of free, browser-based dashboards that track Stellar network activity, real-world assets, stablecoins, and DeFi. Most are maintained by ecosystem analytics platforms rather than SDF. Start here if you want to look at Stellar metrics without writing a query.

## [Data Analytics Providers](./analytics-providers/analytics-providers.mdx)

Data Analytics Providers provide a complete historical record of Pubnet Stellar network data for analysis and insights. These platforms enable users to explore network trends but are not designed for real-time data access or transaction execution. The key difference is that these ecosystem platforms operate independently of SDF and provide metrics and dashboards about the Stellar network.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ title: Data Analytics Providers

The following is a list of data analytics platforms that make a complete historical record of Pubnet Stellar network data available.

For curated dashboards you can browse without writing queries, see the [Public Dashboards](../public-dashboards.mdx) page.

| Platform | Description | Home page and Signup | Pricing | Data Access | Dashboard access |
| --- | --- | --- | --- | --- | --- |
| Hubble | SDF provides a publicly available raw dataset with a complete historical record of Stellar network data, updated every 15 minutes. | [Hubble](https://console.cloud.google.com/bigquery?project=crypto-stellar&ws=!1m4!1m3!3m2!1scrypto-stellar!2scrypto_stellar) <br></br> [Signup](https://cloud.google.com/?hl=en) | End users incur the cost to execute queries. Visit the [BigQuery Pricing](https://cloud.google.com/bigquery/pricing#analysis_pricing_models) page to learn more. | Please see the [Analyst Guide](./hubble/analyst-guide) for more information. | N/A |
Expand Down
41 changes: 41 additions & 0 deletions docs/data/analytics/public-dashboards.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Public Dashboards
description: A directory of free, public dashboards that track Stellar network activity, real-world assets, stablecoins, and DeFi.
sidebar_position: 500
---

This page lists public dashboards that show what is happening on the Stellar network. Every dashboard here can be opened in a browser without an account, though some platforms offer extra views to signed-in users. Most are built and maintained by third parties, not SDF, so refresh cadence and methodology vary by platform.

If you want to run your own queries against the underlying data instead, see [Hubble](./hubble/README.mdx) or the [Data Analytics Providers](./analytics-providers/analytics-providers.mdx) page. For looking up a specific transaction, account, or contract, use a [block explorer](../../tools/developer-tools/block-explorers.mdx).

## Network Overview
Comment thread
hunterpack marked this conversation as resolved.

Chain-level activity: transactions, operations, accounts, fees, and comparisons with other networks.

| Dashboard | Published by | What it shows |
| --- | --- | --- |
| [Stellar Network](https://dashboard.stellar.org) | SDF | Real-time network liveness for developers and validators: ledger close times, transaction throughput, and testnet status. The first place to check during a protocol upgrade. |
| [Stellar on Dune](https://dune.com/blockchains/stellar) | Dune | Entry point to Dune's Stellar datasets and community dashboards. Best when you want to fork a query or build your own chart. |
| [Stellar Ecosystem Portal](https://stellar.messari.io) | Messari | Metrics alongside research reports, news, and ecosystem project profiles. Aimed at investors and analysts who want context, not just charts. |
| [Stellar on Artemis](https://app.artemis.xyz/project/stellar) | Artemis | Fees, revenue, active addresses, and TVL in a standard format for comparing Stellar against other chains. |
| [Stellar on Token Terminal](https://tokenterminal.com/explorer/projects/stellar) | Token Terminal | Financial statement style metrics for Stellar. Useful for analysts benchmarking Stellar with the same definitions Token Terminal applies to every chain. |
| [Stellar Cross-Chain Explorer](https://stellar.range.org) | Range | Cross-chain transfers into and out of Stellar at the transaction level, with bridge hops and counterparties. For compliance and bridge users. |
| [Stellar on DappRadar](https://dappradar.com/chain/stellar) | DappRadar | Dapp discovery and usage rankings. Best for finding which Soroban apps have users. |

## Real-World Assets and Stablecoins

Tokenized assets, stablecoin supply, and related transaction volume on Stellar.

| Dashboard | Published by | What it shows |
| --- | --- | --- |
| [RWAs on Stellar](https://dune.com/stellar/rwas) | SDF | SDF's own view of tokenized assets and stablecoins on Stellar. Lists assets as they launch on Stellar, including ones not yet tracked by rwa.xyz. |
| [Stellar on rwa.xyz](https://app.rwa.xyz/networks/stellar) | rwa.xyz | Tokenized asset value on Stellar by asset class and issuer, using the same vetted methodology rwa.xyz applies to every network. Useful for comparing Stellar's RWA footprint with other networks on a like-for-like basis. |

## DeFi and Lending

Total value locked, protocol activity, and lending metrics for Soroban-based protocols.

| Dashboard | Published by | What it shows |
| --- | --- | --- |
| [Stellar on DefiLlama](https://defillama.com/chain/stellar) | DefiLlama | TVL by protocol on Stellar, with history. The TVL figure most commonly cited in third-party research. |
| [Blend Protocol Analytics](https://dune.com/stellar/blend-protocol-analytics) | SDF | SDF-maintained view of Blend lending pools: TVL, supply and borrow, utilization, and volume. Currently the one dashboard here focused on a single Soroban protocol. |
1 change: 1 addition & 0 deletions routes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
/docs/data/analytics/hubble/developer-guide/visualization
/docs/data/analytics/hubble/developer-guide/visualization/getting-started
/docs/data/analytics/hubble/developer-guide/visualization/overview
/docs/data/analytics/public-dashboards
/docs/data/apis
/docs/data/apis/horizon
/docs/data/apis/horizon/admin-guide
Expand Down
Loading