Memory Pool Memory Pool Refreshing

5,801 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,432 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (52,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,665 855,665 000000000000000000004598bf987a88f25226e36060c3eb49f6cdcf1efd9679 1.63 MB 3,736 5
855,664 855,664 00000000000000000001f887a8ded64ed01b829ab29107a0cdd2dc0f16c1ff85 1.72 MB 3,948 5
855,663 855,663 00000000000000000002af55953b80b4d0f168b6309316189e43779acff83223 1.62 MB 5,336 3
855,662 855,662 000000000000000000022a026fa28e910a716488d26764efda5412cf65f09b95 1.64 MB 5,816 3
855,661 855,661 0000000000000000000071723b8087e66e80944bc7798ab56ae642961dfa0037 1.62 MB 4,533 4
855,660 855,660 00000000000000000002880729ff4a63ea6165d34b2e31dd62f80b1f77cf832d 1.64 MB 5,625 3
855,659 855,659 00000000000000000000c9f507b37c17b88733473b7ae7e5c2430bfad50d9366 1.57 MB 6,468 3
855,658 855,658 00000000000000000001ec1744b4f270b82dc2de92e19d55f69c2437297b960e 1.50 MB 1,850 6
855,657 855,657 00000000000000000001cf36327673713f8f7abd9aa5b332153e3e5f38c9a38e 1.27 MB 1,470 3
855,656 855,656 00000000000000000000694b0c160a3075b1e7c639be01d95a994b173e75fc85 1.65 MB 3,057 5
855,655 855,655 0000000000000000000290657b2fb1dd80b1c2f46242ae3e50a6cc52dcf402e5 1.54 MB 3,178 9
855,654 855,654 000000000000000000021ab9c1f809d54507b2f1dae4a4f91e3a77c711d5d4a7 1.74 MB 2,190 4
855,653 855,653 00000000000000000002392b6afe73d728ceb4282fe31121181543175e567017 1.50 MB 2,065 5
855,652 855,652 000000000000000000024b5f1f4d7054976da3982faa492817c5f783f245880c 1.57 MB 3,754 9
855,651 855,651 000000000000000000017bb284f16ffb6de70085476ad84e08bb1e3ac059dcc5 1.60 MB 3,912 4
855,650 855,650 0000000000000000000171bf025bc7c0a0f130b1f2112f3095c2c98f5e65550c 1.66 MB 3,531 7
855,649 855,649 000000000000000000031877608366c1bc78fa1687b045defee090fa23bc8caa 1.70 MB 3,278 5
855,648 855,648 00000000000000000002ed2083e0e70350ed52d2f18cc006551f6c885ab053ff 1.51 MB 3,166 13
855,647 855,647 00000000000000000000b09263bc5bb02d476471d8377064951745f22c9747ac 1.50 MB 3,041 11
855,646 855,646 00000000000000000002a5e23660f2c5ce4284a3dbc9ae7581936fbde81c3702 1.58 MB 3,070 11
855,645 855,645 00000000000000000000f1b91ab7362174f4a5bfe001f02a8eb8194bccc6802e 1.57 MB 3,231 5
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.