Memory Pool Memory Pool Refreshing

1,321 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (895,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,567 13,567 000000007d918269d5fb64ece1e5cbcafbe74da2fca7e24c42736d451df5c9f6 0.00 MB 1 0
13,566 13,566 00000000bed39ac2305b082382ff25cba69840e9a4b76255184214ea1949b651 0.00 MB 1 0
13,565 13,565 00000000e5420e8c30f063813ce6d9adcf7f9c83580f141a36b88621e41b8a0f 0.00 MB 1 0
13,564 13,564 000000004952dfeb3a37edc90067afc22bde5a6eed41458b0be89b9580707aff 0.00 MB 1 0
13,563 13,563 00000000bc7bfd777fcb877d13bb99aed8ff68de961d019594c21cc20885d278 0.00 MB 1 0
13,562 13,562 000000001a3fa54726d7b02b64f85e9c92af1dd55b347d568cb34e8edc96a6f0 0.00 MB 1 0
13,561 13,561 0000000021fb08e3bcad9ea1e78e32ccca72bc14a8af9f399f4a38e58b6d8924 0.00 MB 1 0
13,560 13,560 00000000586fda757de13fd5885173763c8d88aae7c769c4b4d102d98367579a 0.00 MB 1 0
13,559 13,559 000000007e0a888e6d110aa60f48bd785d67ae6c5e16c271d16d78d274b28610 0.00 MB 1 0
13,558 13,558 00000000e474147aa602878bf8c877f731829fbcb41d031adeac2d293f8c5b09 0.00 MB 1 0
13,557 13,557 0000000073d321a26570f4cd97ccde92e903a33081e8d5c4a4061771c34a107a 0.00 MB 1 0
13,556 13,556 000000003a3f8785954482a684b71948159751d9411e1da74abd81051f2802d9 0.00 MB 1 0
13,555 13,555 00000000a3eba5a385f3e387c057b1098c4ed18c6ff690349a5fb40d9949c6ef 0.00 MB 1 0
13,554 13,554 00000000688b2a520055d92ec3b96f06bc5edfaa94ed8ccdf9ea6865a9a6ba9d 0.00 MB 1 0
13,553 13,553 0000000091f4291c54748decb84d5c567b1f9b16082577799905eaf75d25a484 0.00 MB 1 0
13,552 13,552 000000008b828ccaa3701de58aa90de6b4e1b80fcbce9f3c4754fe31f615df55 0.00 MB 1 0
13,551 13,551 00000000156cb7c985c07b1e889d641eed6e1913607e8f386c4e5afe7eaab6a6 0.00 MB 1 0
13,550 13,550 00000000031e429fd63eaf49e325cbafb303a919e91fa8d014a31f30c381a81e 0.00 MB 1 0
13,549 13,549 00000000adb3c6f038e2fd8e315dc27b978f3df6b19d36e8a1ec52311bbd9751 0.00 MB 1 0
13,548 13,548 00000000a59e0b9b0ba9825ed6993a98d8a5621d299dc5af1c777260904208eb 0.00 MB 1 0
13,547 13,547 000000005e07222e4091ccaeb10507ccd93280f661f2647a7a89e4564e21e8a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.