BTCplex: Difference between revisions
Jump to navigation
Jump to search
added a missing link |
m fixed broken link |
||
Line 16: | Line 16: | ||
* A [http://docs.btcplex.com/api_rest/ REST API] for acessing blocks, transactions and addresses balance. | * A [http://docs.btcplex.com/api_rest/ REST API] for acessing blocks, transactions and addresses balance. | ||
* A [BlockExplorer.com|BlockExplorer.com] compatible [http://docs.btcplex.com/api_query/ plain text query API]. | * A [[BlockExplorer.com|BlockExplorer.com]] compatible [http://docs.btcplex.com/api_query/ plain text query API]. | ||
* Few [http://docs.btcplex.com/api_sse/ server-sent events endpoints] to monitor addresses, unconfirmed transactions, and new blocks. | * Few [http://docs.btcplex.com/api_sse/ server-sent events endpoints] to monitor addresses, unconfirmed transactions, and new blocks. | ||
Revision as of 15:40, 22 March 2014
BTCplex is an open source Bitcoin block chain browser written in Go (source code available on GitHub).
Blockchain Explorer
Web Interface
BTCplex allows you to search and navigate the blockchain.
- Browse blocks and transactions.
- Check addresses balance history.
- Search for blocks, transactions, and addresses.
API
BTCplex provides a full-featured JSON API to access data pragmatically.
- A REST API for acessing blocks, transactions and addresses balance.
- A BlockExplorer.com compatible plain text query API.
- Few server-sent events endpoints to monitor addresses, unconfirmed transactions, and new blocks.