Comprehensive crypto dashboard featuring two line charts showing Current Price and Total Staked with time period selectors, market cap and volume metrics, plus wallet transaction cards for Trust, Metamask, and Coinbase. Perfect for cryptocurrency analytics.
Current Price
$156,091.03
+2.4%Market Cap
$10.93B
24h Volume
$22.12M
Total Staked
156,091 SOL
+5.2%Users Staking
125,850
Average APR
8.35%
Trust Wallet
16,545
MetaMask
47,720
Coinbase
32,450
import CryptoChartWithDetails from "../crypto-chart-with-details"
export default function CryptoChartWithDetailsPage() {
return <CryptoChartWithDetails />
}
Web3 transaction analytics dashboard with search bar, current price and active accounts badges, area chart visualization, and detailed metrics for tokens, fees captured, and rewards. Perfect for crypto portfolio tracking.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROTransaction Overview
Monthly transaction volume across the network
7,982
+12.5% from last month
10,932 SOL
≈ $1.7M USD
4,531 SOL
≈ $706K USD
import CryptoLargeChartWithOneLine from "../crypto-large-chart-with-one-line"
export default function CryptoLargeChartWithOneLinePage() {
return <CryptoLargeChartWithOneLine />
}
Web3 analytics dashboard combining price chart with market cap and volume, alongside interactive world map displaying global node distribution across Europa, Asia, America with detailed statistics. Perfect for blockchain network visualization.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROCurrent Price
$156,091.03
+2.4%Market Cap
$10.93B
24h Volume
$22.12M
Global Node Distribution
Total Nodes
41,995
Europe
25,850
Asia
10,631
America
5,394
Others
120
import CryptoChartsWithMap from "../crypto-charts-with-map"
export default function CryptoChartsWithMapPage() {
return <CryptoChartsWithMap />
}
Comprehensive activity overview displaying three-line comparison chart tracking Total Transactions, 24h Volume, and Users Staking with period selector and color-coded metrics. Perfect for blockchain analytics dashboards.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PRONetwork Activity Overview
Total Transactions
416,180
+12%24h Volume
348,850
+8%Users Staking
260,500
+15%import CryptoLargeChartWithThreeLines from "../crypto-large-chart-with-three-lines"
export default function CryptoLargeChartWithThreeLinesPage() {
return <CryptoLargeChartWithThreeLines />
}
Three metric cards displaying APR Metrics (38.033%), Staking Metrics (5.7M), and Fees Metrics (42.9M SOL) with trend badges and individual line charts. Perfect for crypto dashboard summaries.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROAverage APR
38.03%
Total Staking
5.74M
Network Fees
42.9K SOL
import Web3SimpleMetrics from "../web3-simple-metrics"
export default function Web3SimpleMetricsPage() {
return <Web3SimpleMetrics />
}