Memory Pool Memory Pool Refreshing

3,849 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (844,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,141 63,141 0000000004e4d702046c6d780e96647a5b447401449ae603b339b6c396b13bb2 0.00 MB 2 0
63,140 63,140 0000000005b49b7f555c93dea752637a23cf7af243fe401d83dfca0becaa1621 0.00 MB 1 0
63,139 63,139 00000000082b8373bf64376fafdda7d7dee500f805cdf5f6a4e4118f802d85f2 0.00 MB 1 0
63,138 63,138 00000000000ae756961c886467b014a91516f7b337b1578ce62443fdcccc41f4 0.00 MB 1 0
63,137 63,137 0000000004d491afb51c13dab139a9c024fec8d39aa35a2a54eb1a32c6af7639 0.00 MB 1 0
63,136 63,136 000000000b8eaf4ee7ac494bb19b99e431715fcf2eb7dce5123f523a3964a2d2 0.00 MB 2 0
63,135 63,135 000000000b5d7b0c84def69972afb3d36c6da94965952b6c3fa896c14b2f6b90 0.00 MB 1 0
63,134 63,134 000000000acb36e6bb98e7968addd60579a1a76337f1c8f56b930ca73c6676ca 0.00 MB 1 0
63,133 63,133 0000000003aa36e17b474c3db6a28688b1d12fa066d622e42e00e6616221bcc1 0.00 MB 1 0
63,132 63,132 000000000147c7565c32eaa8d81ad242c19c38afafbc1335d2f3ea12bc65c54a 0.00 MB 1 0
63,131 63,131 000000000d0c5686e7e219b34643c7740aedd069350d855776a8dd7597f85fe5 0.00 MB 1 0
63,130 63,130 00000000051e2415163a485f2e4130d61585b4b37301afed3e9822b9d4e3cda8 0.00 MB 1 0
63,129 63,129 00000000069490d561f667346897f62700cce5145e5bc5e318be0a480fdbc608 0.00 MB 2 0
63,128 63,128 00000000060fd78d338fd91a9e861c13e31b02e6c088e6e71e9f1593065ca551 0.00 MB 1 0
63,127 63,127 000000000b5cd453b3ba7799fe94e840e97b1834aa0421fa927aa546128c85e8 0.00 MB 2 0
63,126 63,126 000000000ad9ed69dd8b43ec1dc8010e23b6044df43462b90dde01289e94f250 0.00 MB 1 0
63,125 63,125 00000000038edb197f6bd772833a71347b1171a74fe07d84219849619e2409cd 0.00 MB 1 0
63,124 63,124 0000000005efbd102fd42ad4c80a4a42fad20bd420a306c9597fc2ef76602a10 0.00 MB 2 0
63,123 63,123 000000000392a6c75860b60fb53da7a813cad65ef347bf8e6b672115e2a1a7ab 0.00 MB 3 0
63,122 63,122 00000000078d5821e7b76b10b79fde8babd21d6671bb9b6781b300f2d6060eda 0.00 MB 1 0
63,121 63,121 0000000002ffce13ab4953192c9d1fcceaae67ace1000519dca33c76b97e9f40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.