Memory Pool Memory Pool Refreshing

5,573 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (616,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,378 291,378 0000000000000000f2b638c4b49723f3690d38076dc03d4db1f00add22e1e724 0.10 MB 256 36
291,377 291,377 0000000000000000180055b88070872fb78f6770d1e840144eeab01f4c4abdc9 0.13 MB 246 21
291,376 291,376 0000000000000000cb3c1d5122a5ca87b37db75a90fbab12247c21d5983f3451 0.12 MB 43 12
291,375 291,375 0000000000000000b7aa4137649a9bbc0bea1ceb1518e1952cb98163d370cc2a 0.90 MB 1,793 31
291,374 291,374 0000000000000000c7cb0567f1dddff05db43f9d2c32acdb26e89e69eb80c492 0.20 MB 512 56
291,373 291,373 00000000000000009786498fc4c5a2da2b74b97d5833e926b89963ab139a6023 0.35 MB 1,028 54
291,372 291,372 0000000000000000b1872bd06f7410e598afaf3822adb0cf3a09cfbae9c8ff98 0.34 MB 637 34
291,371 291,371 000000000000000067c4c46a5fa2d2686559607d14450497efb2826234b18d87 0.09 MB 256 62
291,370 291,370 0000000000000000bb8e8e215734f2855ab6da93a8e1caf12392231696f01f83 0.12 MB 282 32
291,369 291,369 0000000000000000cdfa4b0e156df98293a32586b91958374b6e9f00ecf34514 0.33 MB 275 18
291,368 291,368 00000000000000000bf3d7813e8e9187e0042335ad35a09695be12bee2842dcf 0.35 MB 991 49
291,367 291,367 0000000000000000b9a466252d61836473ec60f1def40db1020f181aa53757ab 0.35 MB 512 24
291,366 291,366 0000000000000000a57d4389b4ebac73f451fdf77168c0165afe978b0fdc885d 0.35 MB 1,068 64
291,365 291,365 00000000000000008359ff8e49d11042844ac1fe1cd9a88111391180e6946602 0.13 MB 336 28
291,364 291,364 0000000000000000f1cf0d128f6b7771ce61c26d224faed61a7cd37c6d7a8d06 0.10 MB 89 8
291,363 291,363 0000000000000000568650b71a2f37362eee17f6bdb1ee69f5742895425b21f0 0.25 MB 610 59
291,362 291,362 0000000000000000fcf8ff5ccee2f3f678f098434a53d19343228b56a8f2f46f 0.20 MB 432 36
291,361 291,361 00000000000000000ffce191ea2d3d09aaf08621720223704be3ee43fb4c98ac 0.42 MB 918 47
291,360 291,360 00000000000000000da53d8f3cd941b91d3a98263fd75b6271729395e7bb9518 0.81 MB 1,217 20
291,359 291,359 0000000000000000c6a4b9403ab467d14cd3990c5564e595e55218e42b59116d 0.35 MB 906 47
291,358 291,358 0000000000000000651d2371cd4f9d17c977fa0fbb157c626fde40f3e1e6fc4f 0.25 MB 894 70
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.