Blockchain Info

{{ IC.blockchainInfo.supply | numeraljs : '0,0[.][00000000]' }} SIRX
Total Supply
{{ IC.blockchainInfo.relayfee }}
Relay Fee
{{ IC.blockchainInfo.difficulty['proof-of-stake'] | numeraljs : '0,0[.][00000000]' }}
Difficulty
{{ IC.blockchainInfo.connections }}
Connections
{{ IC.blockchainInfo.stakingInfo && IC.blockchainInfo.stakingInfo.netstakeweight ? IC.blockchainInfo.stakingInfo.netstakeweight / 1e8 : 0 | numeraljs : '0,0[.][00000000]' }}
Network Weight
{{ IC.blockchainInfo.blocks | numeraljs : '0,0'}}
Block Height
{{ IC.blockchainInfo.reward ? IC.blockchainInfo.reward / 1e8 : 0 }} {{ IC.rewardCurrency }}
Block Reward
Value Info
{{ IC.marketsInfo.market_cap_usd | numeraljs : '0,0' }}
Market Cap in USD
{{ IC.marketsInfo.price_usd | numeraljs : '0.000'}}
Price in USD
{{ IC.marketsInfo.price_btc }}
Price in BTC

Transactions

  • Value Out: {{ $root.currency.getConvertion(tx.valueOut) }}
{{ IC.chartDays }} {{ 'day Sirius Transaction History' | translate }}

About

Sirius Explorer is based on an open-source blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by siriusd RPC. Check out the source code here.

Powered by:

Send Raw Transaction

You could enter a Signed Raw Transaction in hex format and broadcast it over the Sirius network.

Transaction is required
Type here your TX hex
{{ isStatusError() ? 'Try again' : 'Send transaction' }} Transaction can not be sent{{error}}
Transaction has been successfully sent! {{txid}}