Tip {{ stats ? '#' + formatNumber(stats.last_known_block_index) : '--' }} {{ stats ? formatNumber(stats.height) + ' total blocks' : '--' }}
Transactions {{ stats ? formatNumber(stats.transactions_count) : '--' }} Chain-wide confirmed count
Supply {{ stats ? formatCoins(stats.already_generated_coins) : '--' }} Already generated coins
Difficulty {{ stats ? formatDifficulty(stats.difficulty) : '--' }} Target interval {{ formatDuration(blockTargetInterval) }}
Hashrate {{ stats ? formatHashrate(stats.difficulty / blockTargetInterval) : '--' }} {{ averageAlgoHashrate ? 'Avg.' + ': ' + formatHashrate(averageAlgoHashrate) : 'Based on current network difficulty' }}
Next reward {{ stats ? formatCoins(stats.next_reward) : '--' }} Projected base block reward
Min fee {{ stats ? formatCoins(stats.min_fee) : '--' }} Network minimum fee
Connected node {{ nodeLabel(api) }}
{{ statsStatusText }} {{ statsFreshnessText }}

Network difficulty

{{ difficultyChart ? 'Recent ' + difficultyChart.points.length + ' blocks' : 'Recent blocks' }}

Click any point to open that block and inspect its details.

{{ formatDifficulty(difficultyChart.latest) }} Latest difficulty
Avg difficulty {{ formatDifficulty(difficultyChart.average) }}
Avg interval {{ formatDuration(difficultyChart.averageLapse) }}
Avg size {{ formatBytes(difficultyChart.averageSize) }}
Avg tx / block {{ formatNumber(Math.round(difficultyChart.averageTxCount * 10) / 10) }}
Difficulty over time H {{ formatNumber(difficultyChart.firstHeight) }} H {{ formatNumber(difficultyChart.lastHeight) }}

Load recent blocks to draw the chart.

Transactions pool

Pending mempool

Loading mempool...

No pending transactions.

Received Amount Fee Size Hash
{{ formatDateTime(tx.receive_time) }} {{ formatRelativeTime(tx.receive_time) }}
{{ formatCoins(tx.amount_out, false) }} {{ formatCoins(tx.fee, false) }} {{ formatBytes(tx.size) }} {{ tx.hash }}

Recent transactions

Latest confirmed transactions

Loading recent transactions...

{{ home.recentTransactionsError }}

No confirmed transactions in the current block window.

Confirmed Amount Fee Size Block Hash
{{ formatDateTime(tx.timestamp) }} {{ formatRelativeTime(tx.timestamp) }}
{{ formatCoins(tx.totalOutputsAmount, false) }} {{ formatCoins(tx.fee, false) }} {{ formatBytes(tx.size) }} #{{ formatNumber(tx.blockIndex) }} {{ tx.hash }}

Recent blocks

Latest chain activity

Loading blocks...

{{ home.error }}

Height Time Interval Hash Size Difficulty Txs
#{{ formatNumber(block.height) }}
{{ formatDateTime(block.timestamp) }} {{ formatRelativeTime(block.timestamp) }}
{{ block.lapse ? formatDuration(block.lapse) : '--' }} {{ block.hash }} {{ formatBytes(block.cumulative_size) }} {{ formatDifficulty(block.difficulty) }} {{ formatNumber(block.transactions_count) }}

Loading block...

{{ blockView.error }}

Loading transaction...

{{ txView.error }}

Payment ID

{{ route.params.hash }}

Transactions found for this payment identifier.

Loading transactions...

{{ paymentView.error }}

No transactions found for this payment ID.

Hash Fee Total amount Size
{{ transaction.hash }} {{ formatCoins(transaction.fee, false) }} {{ formatCoins(transaction.amount_out || transaction.totalOutputsAmount, false) }} {{ formatBytes(transaction.size) }}

Address

{{ route.params.address }}

Address validation, public-key inspection, and registered account-number lookup.

Validating address...

{{ addressView.error }}

Validation

Address status

{{ addressView.result && addressView.result.isValid ? 'Address is valid' : 'Address is invalid' }}

View and spend public keys are available below.

View public key{{ addressView.result.viewPublicKey }}
Spend public key{{ addressView.result.spendPublicKey }}

Privacy note

Why balances stay hidden

This explorer cannot show a Karbo address balance or its full history. CryptoNote privacy relies on one-time destination keys and ring signatures, so observers cannot map funds back to a public address the way they can on transparent chains.

Account number

{{ route.params.accountNumber }}

Resolve a registered account number to its Karbo address and public keys.

Resolving account number...

{{ accountNumberView.error }}

Node monitor

Public network nodes

Live node health and common chain data from the published HTTPS list.

Loading nodes...

{{ nodesView.error }}

Alternative blocks

Competing chain tips

Alternative blocks currently visible from the connected node.

Alt blocks {{ formatNumber(altView.items.length) }}

Loading alt blocks...

{{ altView.error }}

No alternative blocks reported by this node.

Height Time Hash Size Difficulty Txs
{{ formatNumber(block.height) }}
{{ formatDateTime(block.timestamp) }} {{ formatRelativeTime(block.timestamp) }}
{{ block.hash }} {{ formatBytes(block.cumulative_size) }} {{ formatDifficulty(block.difficulty) }} {{ formatNumber(block.transactions_count) }}

Tools

Explorer utilities

A collection of useful tools for interacting with the Karbo blockchain.

{{ tool.label }}

{{ tool.description }}

Tools

Broadcast transaction

Paste raw transaction hex and submit it to the connected node.

{{ broadcastTool.error }}
{{ broadcastTool.success }}

Tools

Check reserve proof

Verify a reserve proof against an address, message, and optional blockchain height.

{{ reserveTool.error }}
{{ reserveTool.result.good ? 'Proof is valid' : 'Proof is invalid' }}

As of height {{ formatNumber(reserveTool.result.height) }}, total proven funds: {{ formatCoins(reserveTool.result.total, 12) }}, spent: {{ formatCoins(reserveTool.result.spent, 12) }}.

Tools

Check payment

Verify whether a transaction paid a given address using a tx key, private view key, or payment proof.

{{ paymentCheckTool.error }}
{{ paymentCheckTool.result.signatureValid === false ? 'Invalid signature' : 'Received amount: ' + formatCoins(paymentCheckTool.result.amount, 12) }}

{{ formatNumber(paymentCheckTool.result.outputs.length) }} matching outputs found.

Tools

Validate address

Check whether an address is valid and inspect its public keys.

{{ validateTool.error }}
{{ validateTool.result.isValid ? 'Address is valid' : 'Address is invalid' }}
View public key{{ validateTool.result.viewPublicKey }}
Spend public key{{ validateTool.result.spendPublicKey }}

Tools

Verify signed message

Verify whether a message signature matches the supplied address.

{{ verifyMessageTool.error }}
{{ verifyMessageTool.result.sigValid ? 'Signature is valid' : 'Signature is invalid' }}

Tools

Amount converter

Convert between atomic units and human-readable KRB values.

Tools

Payment ID tools

Generate a payment ID, decode one to text, or encode a short ASCII memo into one.

Tools

Paper wallet

Generate a fresh wallet locally in your browser for offline storage.

{{ paperWallet.error }}

Generating paper wallet...

Address{{ paperWallet.wallet.address }}
Mnemonic seed{{ paperWallet.wallet.mnemonic }}
Legacy GUI keys{{ paperWallet.wallet.privateKeys }}
View public{{ paperWallet.wallet.view.pub }}
View secret{{ paperWallet.wallet.view.sec }}
Spend public{{ paperWallet.wallet.spend.pub }}
Spend secret{{ paperWallet.wallet.spend.sec }}

Settings

Appearance and other preferences

Choose a theme, switch your RPC endpoint, etc.

Appearance

Theme

Node endpoint

Preferred RPC

Routing

Explorer links

Block/block/<hash-or-height>
Transaction/transaction/<hash>
Payment ID/payment-id/<hash>
Address/address/<address>
Account number/account/<number>
Loading...
{{ toast.message }}