| Height | Age | Transactions | Size |
|---|---|---|---|
| Waiting for blocks... | |||
| {{b.height}} | {{humanSince(b.time)}} | {{b.txlength}} | {{b.size}} |
| Hash | Value Out | floData |
|---|---|---|
| Waiting for transactions... | ||
| {{tx.txid}} | {{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC'}} | {{tx.floData}} |
flosight is an open-source Florincoin 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 florincoind RPC. Check out the source code.
flosight is still in development, so be sure to report any bugs and provide feedback for improvement at our github issue tracker.