Memory Pool Memory Pool Refreshing

2,352 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,884 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (621,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,346 286,346 00000000000000004b9b1e4efd0c32986d6e1cae7bafbfbe3737dfd8c93abae7 0.08 MB 115 27
286,345 286,345 0000000000000000d8d51b7a58c78ea7de1120a98c8c564cd4b9428265713cb9 0.21 MB 352 45
286,344 286,344 0000000000000000d9db4e31e8f69a5dddbdee10a8bac65120068d9a27eda80c 0.10 MB 160 21
286,343 286,343 0000000000000000ed9dc4048bcc6952e2ed55deea62901b7165c1a87286afea 0.16 MB 181 20
286,342 286,342 00000000000000000dd1cd36da9731b87ae35112fcf2e76c83d84794a3483e55 0.35 MB 883 52
286,341 286,341 0000000000000000bb66047da56ce2001823b0dc0c143606da1cba1a96456fea 0.13 MB 262 29
286,340 286,340 0000000000000000197171621898439d89069bfb247956d04e975b17cc623af6 0.05 MB 122 41
286,339 286,339 0000000000000000c0df72bf1730d40a3c535145ebe303d544619675887269cc 0.19 MB 449 51
286,338 286,338 000000000000000001a3af059a86a66df945d12ded46b7751b400abf1ae83db3 0.09 MB 174 27
286,337 286,337 0000000000000000fa19bf5d86e9682d276c0584ae29a77b6149c46a9aa18586 0.21 MB 518 42
286,336 286,336 000000000000000089db0ee729d3970679e2b65d546da3c07fe8f27b27e7e4b4 0.26 MB 510 36
286,335 286,335 00000000000000009cbb401fcf72684533308c694f6781e2fe06e3cdeeac1e5e 0.26 MB 659 147
286,334 286,334 0000000000000000614d3dbc797ea6d13afab4443536ddf33447213be20ce533 0.35 MB 808 34
286,333 286,333 0000000000000000618637bffc15e7e5ecf31e3da6cf284d7d54e9d291c30073 0.06 MB 209 103
286,332 286,332 0000000000000000a9b30cc4f3d0a3d67ca61132f6387c3dc3f598b584f71599 0.33 MB 761 42
286,331 286,331 0000000000000001107991a36786c17c1c2997c71c3d3c049385887c0c4731e9 0.21 MB 269 22
286,330 286,330 000000000000000013d5e16cbf6acbe91f1b43d67840200d71e752a1d18c09e9 0.35 MB 791 56
286,329 286,329 000000000000000016affa2dd15fc812079c57b89f8d857319e24e953bcaaae2 0.19 MB 392 40
286,328 286,328 000000000000000136b40df49a2a578dabaef6cb08df0d6dd8416c297945df30 0.13 MB 139 59
286,327 286,327 00000000000000010d165fe8c96d0217303d5c3af06bdf89cae6089ae8b47419 0.27 MB 649 42
286,326 286,326 000000000000000157db3cfb898685b79524a7effd6e0b8f69dcfd412fb16ad6 0.04 MB 100 37
Previous 10 blocks ↓
Total Size: 769.32 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,643.11 GB sent, 94.58 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.