Memory Pool Memory Pool Refreshing

6,388 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (840,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,479 68,479 0000000001da95b715078809b7ad3dad7b2c02d7c13604d01bf2dc1083b42b49 0.00 MB 3 0
68,478 68,478 0000000004070d7c9bed4fc5ef7c9bbe6b82b58f357ae835eff5a9b30702a1c9 0.00 MB 1 0
68,477 68,477 0000000000b67a856c08859e555aee2dffafe0f295d314178e7fd72747fb2c6b 0.00 MB 1 0
68,476 68,476 000000000015ae2487d1698ff0c346cdd930c712581f6d19d1123c8ea7da50e5 0.00 MB 2 0
68,475 68,475 000000000092366861f89fa09b7c715f2d7a63c4056c0da9ac3a35099de68e66 0.00 MB 2 0
68,474 68,474 000000000043ec7370e925430923c9cf4f30cc4ab696b984009c72e44913d874 0.00 MB 1 0
68,473 68,473 0000000001ed909be949c1632143f2466c8963545c1cff7756cf39eeaadc6c5f 0.00 MB 1 0
68,472 68,472 0000000000a673de468b5f2e99266239391225536ae8d11c31575fcd0bc0e3aa 0.00 MB 2 0
68,471 68,471 00000000026df965111111e1026b330699fd2af904e907f44a51e97ecd92ffb6 0.00 MB 1 0
68,470 68,470 00000000037adf8b7d910d5dc0b44da7159d09e58b4f446688f482124b07806e 0.00 MB 1 0
68,469 68,469 000000000254d115be17014bf170082e1ac51cbfcf1100f821482eae89793c8d 0.00 MB 1 0
68,468 68,468 00000000032617c31d59f25735b552475bcba2a02ecbee70b4de4c72a5d3b0ce 0.00 MB 2 0
68,467 68,467 00000000052bd877b844582afde38de4a3530bbe732780650bb84497da57362b 0.00 MB 2 0
68,466 68,466 0000000000d35c2788923362d542e7acc589b98530d015fe2cc32207ed2b7fc9 0.00 MB 4 0
68,465 68,465 00000000014d0b7e8564f58281cc83469703634c57a89680d8250aa412c14c7e 0.00 MB 1 0
68,464 68,464 00000000020883aed182977eab616c9a22361b6a64fd597be54cd1965094ffea 0.00 MB 2 0
68,463 68,463 0000000001cd31c86e17b8c48b6f3ca7bba920d7b1b00801da3c413f709a8c21 0.00 MB 1 0
68,462 68,462 00000000044f5f81e259dc91aae817c139530f6547b4cd19fbb5880319313522 0.00 MB 1 0
68,461 68,461 0000000001fe21fcd25ece7db74d3d1f691640c2311a32581cfe002c1fbadc1a 0.00 MB 1 0
68,460 68,460 00000000053cc4e5469595f29deeb202ddc72093c4a4f76a38a1eb2a13a68127 0.00 MB 4 0
68,459 68,459 0000000001658dec463c4ec6cb2e8f84c72df52ee631afe54f3cae15a44da688 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,848.07 GB sent, 100.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.