smartbit.com.auA new bitcoin block explorer crafted in Melbourne, Australia was launched on the 5th of July. We're pleased to open our beta to the public. The Smartbit block explorer has a few cool features we hope you'll enjoy.
Along with all the detail you'd expect on Blocks, Transactions and Addresses, we've added Scripts and Op-Returns.
All of our calls are pagable, filterable and sortable. You can filter, sort and page the entire block chain.
We've built real search functionality with easily searchable blocks, addresses, transactions and op-return data.
Some features added since going live:- Mining Pools with searching. History of block count, transaction count, rewards collected - to name a few.
- Proof of existence as a detectable op-return type. Simply paste in the hash of the document into the search to bring up the transaction. eg. 8b03d5236a840e37c50c83c83e71e42eaee0230e4e4ac7889cde92d1cb1d25e9
- University of Nicosia Academic Certificates on the Blockchain. Like proof of existence, paste in the document hash in search to retrieve that transaction eg. 71f8291827ae0806619cddbbd648d4b82ffb2115f5f0d0224e13ad3e7b06a32d
Testnet Block ExplorerWe also have a bitcoin testnet block explorer at
sandbox.smartbit.com.au. We have gone down the path of a completely separated development/test site. This will make more sense in the future where we plan to add user accounts and many other features. Developers and users can use this to fully test their integrations.
Type "chuck" into search to bring up jokes embedded into op-return data. eg.
sandbox.smartbit.com.au/tx/7aa2344f0dbbad7d73c5240e38d5eaba5fa0702e2cca4830efd7ecdad19a8571 - click the arrows icon on the op-return header bar to expand all the cards to read the joke. There are many many transactions in testnet with Chuck Norris jokes. This was quite amusing when building the site.
API and WebsocketOur API and Websocket is open and free to use for your integrations. Please let us know if you do use it for integrations - we are very open to suggestions/changes/additions to the API to make it more usable. The documentation on the site describes all the calls you can make -
smartbit.com.au/docs. The API documentation is interactive allowing you to change variables on each call with feedback directly from our API.
API Endpoints:Mainnet:
api.smartbit.com.au/v1/blockchainSandbox/Testnet:
sandbox-api.smartbit.com.au/v1/blockchainWebsocket Endpoints:Mainnet: wss://ws.smartbit.com.au/v1/blockchain
Sandbox/Testnet: wss://sandbox-ws.smartbit.com.au/v1/blockchain
Please see documentation on how to subscribe to blocks, new transactions, addresses and confirmed transactions.Example API callsHere is a small sample of API calls you can craft:
Address with the biggest balance:
https://api.smartbit.com.au/v1/blockchain/addresses?sort=balance&limit=1Address with the most transactions:
https://api.smartbit.com.au/v1/blockchain/addresses?sort=transaction_count&limit=1Combined address balance with transactions (wallet style result):
https://api.smartbit.com.au/v1/blockchain/address/3A1KUd5H4hBEHk4bZB4C3hGgvuXuVX7p7t,39coweGgC8CPZ6hYL1BBEfc1zqbSfHsprW/walletBlock with the most transactions:
https://api.smartbit.com.au/v1/blockchain/blocks?sort=transaction_count&limit=1Get op-returns for a block:
https://api.smartbit.com.au/v1/blockchain/block/365956/op-returnsInformation on a mining pool and their mined blocks:
https://api.smartbit.com.au/v1/blockchain/pool/BitFuryOpen assets:
https://api.smartbit.com.au/v1/blockchain/op-returns/open-assetProof of existence:
https://api.smartbit.com.au/v1/blockchain/op-returns/proof-of-existenceFind output script types eg. multisig:
https://api.smartbit.com.au/v1/blockchain/scripts/multisigFind document hash via search:
https://api.smartbit.com.au/v1/blockchain/search?q=8b03d5236a840e37c50c83c83e71e42eaee0230e4e4ac7889cde92d1cb1d25e9Feel free to post any questions you may have.
All feedback is much appreciated!
Cheers,
Smartbit Team.
https://www.smartbit.com.au