Bitcoin Forum
June 25, 2024, 01:04:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Bitcoin Wiki / Re: Request edit privileges here on: February 22, 2016, 11:09:37 PM
Hi I'd like to request editing privileges on the Bitcoin Wiki for Smartbit  Smiley
2  Economy / Service Announcements / Re: [ANN] smartbit.com.au - bitcoin block explorer on: October 14, 2015, 07:13:04 AM
All have been said about this bitcoin block explorer but nothing is said about the security and safety of the coin.

There is no user login or wallet functionality as yet ☺
3  Economy / Games and rounds / Re: CoinWallet.eu Stress Test Cancelled + Bitcoin Giveaway on: September 11, 2015, 12:43:27 AM
Mempool on Smartbit just got to 160k - https://www.smartbit.com.au/

May have to start thinking about ignoring transactions with low fees.
4  Economy / Service Announcements / Re: [ANN] smartbit.com.au - bitcoin block explorer on: July 22, 2015, 01:20:21 PM
Nice and clean interface you have there. Anyway, it look a bit weird on my machine (1360x768 resolution). Take a look at the below screenshot.

http://imgs.us/image/sD

Running Firefox 39.0 - latest version.

Thanks Jack. Will have our UX developer work on this. Unfortunately Firefox is the odd one out in this instance Smiley
5  Economy / Service Announcements / Re: [ANN] smartbit.com.au - bitcoin block explorer on: July 19, 2015, 09:04:54 AM
Thanks for the feedback Uptrenda.

Can you provide a screenshot of which input box you are referring too?

We have no plans to support additional cryptocurrencies at this stage.  Our main focus is Bitcoin.

Cheers
Charles
6  Economy / Web Wallets / Re: List of Bitcoin blockchain APIs on: July 19, 2015, 05:02:56 AM
We have just launched a new block explorer - smartbit.com.au

Our launch thread can be found here: https://bitcointalk.org/index.php?topic=1127817.0

A snippet of the API calls available:

Address with the biggest balance: https://api.smartbit.com.au/v1/blockchain/addresses?sort=balance&limit=1
Address with the most transactions: https://api.smartbit.com.au/v1/blockchain/addresses?sort=transaction_count&limit=1
Combined address balance with transactions (wallet style result): https://api.smartbit.com.au/v1/blockchain/address/3A1KUd5H4hBEHk4bZB4C3hGgvuXuVX7p7t,39coweGgC8CPZ6hYL1BBEfc1zqbSfHsprW/wallet
Block with the most transactions: https://api.smartbit.com.au/v1/blockchain/blocks?sort=transaction_count&limit=1
Get op-returns for a block: https://api.smartbit.com.au/v1/blockchain/block/365956/op-returns
Information on a mining pool and their mined blocks: https://api.smartbit.com.au/v1/blockchain/pool/BitFury
Open assets: https://api.smartbit.com.au/v1/blockchain/op-returns/open-asset
Proof of existence: https://api.smartbit.com.au/v1/blockchain/op-returns/proof-of-existence
Find output script types eg. multisig: https://api.smartbit.com.au/v1/blockchain/scripts/multisig
Find document hash via search: https://api.smartbit.com.au/v1/blockchain/search?q=8b03d5236a840e37c50c83c83e71e42eaee0230e4e4ac7889cde92d1cb1d25e9

Cheers!
7  Other / Beginners & Help / Re: Which Block Explorer do you use ? on: July 19, 2015, 04:56:33 AM
We have just launched a new block explorer - smartbit.com.au

Our launch thread can be found here: https://bitcointalk.org/index.php?topic=1127817.0

Cheers!
8  Economy / Service Announcements / [ANN] smartbit.com.au - bitcoin block explorer on: July 19, 2015, 04:46:36 AM
smartbit.com.au

A 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 Explorer
We 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 Websocket
Our 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/blockchain
Sandbox/Testnet: sandbox-api.smartbit.com.au/v1/blockchain

Websocket 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 calls
Here 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=1
Address with the most transactions: https://api.smartbit.com.au/v1/blockchain/addresses?sort=transaction_count&limit=1
Combined address balance with transactions (wallet style result): https://api.smartbit.com.au/v1/blockchain/address/3A1KUd5H4hBEHk4bZB4C3hGgvuXuVX7p7t,39coweGgC8CPZ6hYL1BBEfc1zqbSfHsprW/wallet
Block with the most transactions: https://api.smartbit.com.au/v1/blockchain/blocks?sort=transaction_count&limit=1
Get op-returns for a block: https://api.smartbit.com.au/v1/blockchain/block/365956/op-returns
Information on a mining pool and their mined blocks: https://api.smartbit.com.au/v1/blockchain/pool/BitFury
Open assets: https://api.smartbit.com.au/v1/blockchain/op-returns/open-asset
Proof of existence: https://api.smartbit.com.au/v1/blockchain/op-returns/proof-of-existence
Find output script types eg. multisig: https://api.smartbit.com.au/v1/blockchain/scripts/multisig
Find document hash via search: https://api.smartbit.com.au/v1/blockchain/search?q=8b03d5236a840e37c50c83c83e71e42eaee0230e4e4ac7889cde92d1cb1d25e9

Feel free to post any questions you may have.

All feedback is much appreciated!

Cheers,

Smartbit Team.

https://www.smartbit.com.au
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!