Memory Pool Memory Pool Refreshing

6,060 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (802,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,113 105,113 000000000002581db0b992c383e35f5cf8543f3e25d31f67afa5edfc8072e43f 0.01 MB 24 0
105,112 105,112 000000000000235afcccfe89d441d0b1441db44627748804442e678fd2e3abff 0.00 MB 11 0
105,111 105,111 000000000000994d19ebfdce10cae298e49828844745e48685da91c03748a7be 0.01 MB 23 0
105,110 105,110 0000000000025eedf9676e898c3887212bb41712cce722e5ee3d784afadbeaca 0.00 MB 11 0
105,109 105,109 0000000000018421eecaae1f47b8e715e17a37ace5a4ca255e493f4d684a361f 0.00 MB 10 0
105,108 105,108 0000000000009f20d687f04e52293fb73bbcffc99dadfdd25d1c2d2e344e2ab7 0.00 MB 10 0
105,107 105,107 0000000000004ecd609b938aad64f70a4d4bb4353b11cf4f5d5f533708583c86 0.00 MB 12 0
105,106 105,106 0000000000017e0bc33bbfae7944ea2b3ca31cfe60c879837de80a5d85228856 0.00 MB 12 0
105,105 105,105 000000000002b8f7681ee34c7b1bf3894a501d3e508b24d804183ff94ab05ae3 0.00 MB 9 0
105,104 105,104 000000000002a384011f8f18112064967f329de886f9f08f66a3fa6c9406b913 0.00 MB 12 0
105,103 105,103 000000000001140adcd2830d8480af2b038851c8026768ba66355e9ca86a3caa 0.00 MB 12 0
105,102 105,102 000000000001a6ecf3d51846c2b6f5ce2ade4737f64611281934ab73c1e69714 0.00 MB 13 0
105,101 105,101 00000000000178bb15c014c55085e79b8b530cd3c6e3d447f0c65bc0cb181d07 0.00 MB 18 224
105,100 105,100 00000000000195d7010f816400580628f61f723391147f93383a17c45c1fa79d 0.00 MB 5 0
105,099 105,099 00000000000015a07d0b0a9988210f267652276048876cec4d6b6b63262fae72 0.00 MB 12 0
105,098 105,098 0000000000017e9e72a0323995f8f4bafd03a896ba9d091932a62001c0de8e60 0.00 MB 12 0
105,097 105,097 000000000000d7545c816d486245497dddc19a6fd9d0c129dcbb428b89cf5429 0.00 MB 13 0
105,096 105,096 000000000002f5955d077c9aff3be795afe02f36b098583df44dad3847faa60e 0.00 MB 6 0
105,095 105,095 0000000000029c4a714ec35c96c58a70acbd9deeed4b3bead4f215e941471833 0.00 MB 10 0
105,094 105,094 00000000000115037df530eb7c70019e7c13dafd9f8b4e9ca3a83707fc93b5f0 0.00 MB 17 0
105,093 105,093 0000000000021c7722363849ac1e78452c7e09637ca96e49c35e47b158d5c5e9 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.