Memory Pool Memory Pool Refreshing

4,925 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (24,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,367 883,367 00000000000000000000ae8734bad9bb87bf0e064819d8b91558c80ec9d73589 1.63 MB 3,058 4
883,366 883,366 000000000000000000012ba119a62de1bd286a2ca5ee70c6bc9f7d4338f0a0e5 1.84 MB 1,615 2
883,365 883,365 00000000000000000000e5c13b5dd2d82b7c307141fe0d6ba538fed5efb604ff 1.60 MB 1,259 2
883,364 883,364 000000000000000000014924b6729498c2a95df7436253605f7fc2d8f0aff595 1.57 MB 1,528 2
883,363 883,363 00000000000000000000d98af3de818d3d85cac690e39905873a2cec211f4bef 1.93 MB 1,407 1
883,362 883,362 00000000000000000001f31cade382bc366c1a14bfd3f7cbb7d9f889690dc6fc 1.77 MB 1,491 2
883,361 883,361 0000000000000000000224b44f413b696c013577991c8026a9eb451168c01a02 1.72 MB 2,514 2
883,360 883,360 0000000000000000000079216111420232420d32bed09db53b16a684e7b0024d 1.56 MB 3,127 4
883,359 883,359 000000000000000000007ee84275436815e6da40151f4b1758a9029fb0f0586f 1.83 MB 1,307 2
883,358 883,358 0000000000000000000082614d89c7c5708c7a5578c8a7ff682473f58bd262d0 1.65 MB 2,697 3
883,357 883,357 000000000000000000024f7514c9d7a0907eb4d014e9e4bed7f5a2d6331dcdf0 1.59 MB 3,739 5
883,356 883,356 000000000000000000004a2eb44b073dcd3e6a1bfa80f8575cd2b8575b360eae 1.47 MB 2,943 3
883,355 883,355 0000000000000000000219cb70e720b92599e0a7b62e6f08a908b3d8e2796a32 1.63 MB 3,461 5
883,354 883,354 00000000000000000000c767ace41e9e109cda4ba5ea6525a8bae7c883e6cdb8 1.58 MB 3,371 8
883,353 883,353 00000000000000000001ea3c1602b4f5d98685b0c65563847c4459482cd2c602 1.54 MB 3,127 6
883,352 883,352 00000000000000000000dcbadb3b841703dee24a1f177016cb2fec3366b09156 1.72 MB 2,194 2
883,351 883,351 00000000000000000000514d82d9a8f9b966c1136afef84eedfc3130809b58f2 1.98 MB 1,927 3
883,350 883,350 00000000000000000001f72b4e8db7ef9b1b78f03ac97caf3cdf3ecfe2c703c8 1.61 MB 3,444 5
883,349 883,349 0000000000000000000249ec4eed11017ec01d4e10c154188019bffe6be4e330 1.80 MB 2,923 3
883,348 883,348 000000000000000000025782c65fcf4e9f86936396052401a1d5564261ae5a6d 1.64 MB 3,129 6
883,347 883,347 00000000000000000000146cc10dccde64326e42a4cfad869a5fb3f905701567 1.59 MB 2,864 1
Previous 10 blocks ↓
Total Size: 768.95 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,614.10 GB sent, 92.55 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.