Memory Pool Memory Pool Refreshing

1,626 transactions
12.69 vMB
Show Random Selection Loading Transactions
Max Size: 52/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (801,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,673 106,673 00000000000186688a89e98a0a4f48bc900cc021469b7e3fa277b529fa42682e 0.00 MB 1 0
106,672 106,672 000000000001764ed5657265f29434864b03539b95373d3f2244eb897dbecc7f 0.00 MB 1 0
106,671 106,671 0000000000015665f0ba9542ca13716aaf90b7636fbbe9456f36360d8dd47bda 0.00 MB 2 0
106,670 106,670 0000000000008e2db2397b2ea080078ccc9acaacf4114d84fbda751722fbd7c2 0.00 MB 5 0
106,669 106,669 00000000000111b98c718ca240ffd1f1989e420e8591dae207dc0199b730d60d 0.01 MB 18 0
106,668 106,668 0000000000013707b0244e7293250b2c70e60845136fe9bfb464b8627863bed3 0.00 MB 2 0
106,667 106,667 0000000000014170b797079be0cbb670a6111226437f89d47f540ad9b24c8ba1 0.00 MB 1 0
106,666 106,666 0000000000012305e02dcbca5803c6c10a7c89cc025780ebcf6d521841adc081 0.00 MB 1 0
106,665 106,665 000000000001c85dde313e4fd6cee613b3d50d4b2e7c89d3d65087ebd5865c4e 0.00 MB 1 0
106,664 106,664 000000000002a56293b39df310e666f66c3b34a13350f6f2878e74eead477a26 0.00 MB 2 0
106,663 106,663 0000000000014a8ec09ad58fcb76b8c4ca2c33e4a89bba4e4ad9394bc6db8671 0.00 MB 1 0
106,662 106,662 0000000000022a8459acf3c77db69be400422c0b1f2c666408bb99150e24d625 0.00 MB 2 0
106,661 106,661 0000000000010e6ac4adcdc54eef1391eeb57f081237f7d2bba9f99d3625efc9 0.00 MB 3 0
106,660 106,660 000000000000ca0cc28d637c5430f8b868f06f0a725103f35e99ae00f9e0ba0d 0.01 MB 31 0
106,659 106,659 000000000001c827f3a833a3351b71e7e6f1815b11e69ee82f9c98d8da689529 0.00 MB 1 0
106,658 106,658 0000000000003a98a55885a3cbd9a90957a7c4ca794bfcd055b4b44544ed91b3 0.00 MB 1 0
106,657 106,657 000000000000e51db6752ebecf3f4b5886538af668a9102ee7cfc670e1e02e4e 0.00 MB 1 0
106,656 106,656 000000000002948f786d1b7be5035f2dbabce3318b59c2ef14923cc7ef74c8d1 0.00 MB 1 0
106,655 106,655 0000000000019720945f7db094fc75e3bad24f1e449286c1403b1b6fd9191ee4 0.00 MB 3 0
106,654 106,654 0000000000025f813d308a4d0cb26304f393028bae83293a8c78e39565e10439 0.00 MB 4 639
106,653 106,653 000000000000f40e109d30959ad00991734d0b269a15307f38fdcae9a4d5cb16 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.12 GB sent, 98.45 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.