Memory Pool Memory Pool Refreshing

3,131 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (603,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,450 304,450 00000000000000003a3e04d1d8971c9ed5ef11f7d18db109676e14330f7def1d 0.24 MB 428 26
304,449 304,449 000000000000000025062b491200f682c6065f1234f76b6635f98b5415b93064 0.09 MB 256 48
304,448 304,448 0000000000000000352ba136d7a5653e86ec8de033e7df5f6a0b23bc87cb2777 0.08 MB 88 16
304,447 304,447 00000000000000001ec1d97c1e6675c9804f7c8291c9aad9973a105272d954cd 0.08 MB 111 16
304,446 304,446 00000000000000002388679fe503d715603b39ae7f965cdaec66dbe1de7071d4 0.40 MB 616 28
304,445 304,445 00000000000000000970f76d6162af401f18ad2328f83e62f5af0689909b2938 0.00 MB 1 0
304,444 304,444 00000000000000004ed338238b50cfe288fd37f446eb85ff72337174cb074d05 0.26 MB 536 31
304,443 304,443 000000000000000046e0f4f54d3ceaf8573145861920d24f95c91e8f9f7c4839 0.16 MB 304 32
304,442 304,442 0000000000000000097391f6482e4c1e03585ff0d7d5c344aefa0096c8ed3e6e 0.17 MB 85 6
304,441 304,441 000000000000000050c16c6da4fa4e95c56d228767e8f48a09a6891f0a85e2a3 0.04 MB 76 36
304,440 304,440 0000000000000000354f7eba9adb53bc16e5e94a51ed8dea83a65d6ac36ce40b 0.21 MB 345 31
304,439 304,439 000000000000000041c11e53fa96975eba633275a270932f55b1d93de9257573 0.61 MB 399 16
304,438 304,438 00000000000000000741fa924284f275370672dc15109cae360ca692dd8adc2e 0.35 MB 556 26
304,437 304,437 00000000000000001d109d84deb36d96dd2d75ef753eb4c0b1a2bd0c40d07385 0.35 MB 962 43
304,436 304,436 0000000000000000491946968c92edc996e1a4cbad3711a648b410280f36d09d 0.35 MB 1,016 47
304,435 304,435 00000000000000000fe4798777b01b096fb6e2ca02cc24841d280efd5db05ee7 0.06 MB 40 5
304,434 304,434 00000000000000003add8d0cbedf82ca40752e8386c28cb7952325c1fbe85a63 0.09 MB 174 28
304,433 304,433 000000000000000040b0814cb4b1c87bb361d6f2f70d8dfa5dca1b76a3719efa 0.31 MB 258 18
304,432 304,432 00000000000000004dcb7d9ac1fd2bf1dc6bbbe0bd9175e006e1c7e187a57fbe 0.50 MB 690 21
304,431 304,431 0000000000000000531f09776e2b4c75b9d3cb1e307fef008cc2641107b39055 0.35 MB 1,065 48
304,430 304,430 00000000000000005086fa249e62810f67b52a5e66a4968b3b9365319a190af4 0.35 MB 942 43
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.23 GB sent, 94.87 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.