Memory Pool Memory Pool Refreshing

4,005 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,662 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (611,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,588 296,588 000000000000000044daad657a29aab00e69511da38a7f4351cfaf021e33f874 0.61 MB 940 36
296,587 296,587 00000000000000005348ad57cbcbc92a74d7ee84210521f3fa82d52d1da9d164 0.16 MB 512 81
296,586 296,586 00000000000000006775cea90e5dddcb630d88926f4a8298a0e649f922ea3ca0 0.23 MB 272 19
296,585 296,585 000000000000000023c247cb408b68be60425206d1cdf8ee844f72b9ea8e5129 0.35 MB 767 54
296,584 296,584 0000000000000000173bfa668670df66a81e94d5ef6b68316b0d392a7ac5b0b3 0.05 MB 114 31
296,583 296,583 0000000000000000397eef7324f6d6c888273264a6814d55f1a814260f4f7fb8 0.05 MB 115 36
296,582 296,582 000000000000000032ec11c7f92b6efc35d23f49922bc15b86de0998b0ab2e94 0.12 MB 208 34
296,581 296,581 00000000000000002d5390bca8de2908dfb1329410be33ea29e8899e0e24ae53 0.39 MB 363 19
296,580 296,580 00000000000000006d57266d85d907ed0c3bfd39b33f6dc29a1e19694dc68670 0.08 MB 90 19
296,579 296,579 00000000000000003e042d5e99da3d8a836ff69b5419e3a0c9d149a72d45fbb3 0.01 MB 13 79
296,578 296,578 000000000000000082a97481e1b11fd5b371c854218b62e630d0dc08be2bc26a 0.25 MB 528 53
296,577 296,577 00000000000000007ccd82be09c52cdc41fe25ea9ab213722e45a000e310a1cf 0.14 MB 280 47
296,576 296,576 0000000000000000861b8bbb5087c161e631783e994b32662b49ed21a16ca4cd 0.35 MB 579 30
296,575 296,575 000000000000000031962ca60f476086babc1d1ec3f220d3b320daed36710129 0.22 MB 396 36
296,574 296,574 00000000000000007cb5cfbe143bf6260017034b188096837cbaf5ebc8999d94 0.05 MB 112 34
296,573 296,573 00000000000000008559bd33902c7073c0ca8cd9cd967c217a1b07d63c9ee4a7 0.03 MB 64 44
296,572 296,572 00000000000000004f04e3d4976f46b0483786caba53b5388676d3a5cd1aa2ea 0.44 MB 687 30
296,571 296,571 000000000000000026516bc001efbb4c6553e93b7becd5c83d6af4e1441c890a 0.19 MB 512 53
296,570 296,570 0000000000000000527083e74f37640c7acce077f0bb4fcaf7eeda7696241f56 0.06 MB 63 24
296,569 296,569 00000000000000006199698d15b6a6179f60bcccb4aea3969559ed6c7db05907 0.35 MB 415 28
296,568 296,568 000000000000000089321f57b0582af5edcfaca3191d3f203e0361ae0e79c7ef 0.35 MB 709 37
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.