BTCplex: Difference between revisions
Jump to navigation
Jump to search
m fixed broken link |
m Added Twitter account |
||
Line 24: | Line 24: | ||
* [http://docs.btcplex.com BTCplex documentation] | * [http://docs.btcplex.com BTCplex documentation] | ||
* [https://github.com/tsileo/btcplex GitHub repository] | * [https://github.com/tsileo/btcplex GitHub repository] | ||
* [https://twitter.com/BTCplex Twitter account] | |||
[[Category:Services]] | [[Category:Services]] |
Revision as of 17:57, 24 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.