Memory Pool Memory Pool Refreshing

991 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (848,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,381 60,381 0000000009952e141feb0c35af0f8c5b9eed0fbaa5d6e0188e25c0c797128264 0.00 MB 1 0
60,380 60,380 0000000005286aed77c8aaac9479f1f57859c7c3a98fb74f9cced629cd6b78a2 0.00 MB 1 0
60,379 60,379 00000000021a74d1cbede4254dc1914ca4d619ddd510c66ced0e32ce1fb9cdae 0.00 MB 1 0
60,378 60,378 0000000006c00f388d43fca7e8016b33a19fa1003bb9dae94a4d379ffd442b54 0.00 MB 1 0
60,377 60,377 000000000caefb525419c19ebca4cb419f868f4dd5b0466d65a705514b01bbfe 0.00 MB 1 0
60,376 60,376 0000000005375b4325d81f4aa0994269724922aaac7690179cba2019ab9ea897 0.00 MB 1 0
60,375 60,375 0000000009f1c9031c2fc5aa9b2c42b3283386bd52f7bd11c77fee8fe17794ed 0.00 MB 1 0
60,374 60,374 0000000003601652f1b2562aede6e1d31465c07a3c44745211cfdd2874311d67 0.00 MB 5 0
60,373 60,373 00000000001b75f6bcf940edb58d35db0326e9d66da89ac94cee0dd666d1d893 0.00 MB 1 0
60,372 60,372 000000000b6f99c979415b323db13f51f076b7803d7c99b648372224cd4b0ef6 0.00 MB 1 0
60,371 60,371 000000000b5053756248f334756a755dccf6142b1cd60c37d9ec879e9390403c 0.00 MB 1 0
60,370 60,370 00000000010995762a5d6a33e9c3f4ab4f6eddfe174eedaf25b48a97d8c6f9d4 0.00 MB 1 0
60,369 60,369 000000000220c7c569c53358f43f0077050679f858895dbae0c6a99f3ece4466 0.00 MB 1 0
60,368 60,368 000000000a29aa889a37aa11c7e6555936aac8b8eb9cded4b32a7993ed2400f1 0.00 MB 1 0
60,367 60,367 0000000008c3fb43066ad5f98a8f267458dc34483032c2687547b953018c853e 0.00 MB 1 0
60,366 60,366 00000000062bb84a1ea356d3187b211f0fe4f0dda5b9a4846402240cd3e83fc0 0.00 MB 1 0
60,365 60,365 00000000084e61a2dfb11efa025990606048d35ff86c918065f2d91d7e8e5db3 0.00 MB 1 0
60,364 60,364 000000000b695b2b665a46a34f48b2935f61651de26e7b3895cead6f41d650e9 0.00 MB 1 0
60,363 60,363 0000000005633ccc2700512c409dd4486a3d10fc09aa92936b16d0ad2625f821 0.00 MB 1 0
60,362 60,362 000000000d7489d709ae9d9fc437bf1c3078c3c14f106c21f233a45bc69519b5 0.00 MB 1 0
60,361 60,361 000000000eeb60968c3fa1f8e9e00c936e29425a8c180b2b9a909cdb583e9eb7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,853.31 GB sent, 101.64 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.