Memory Pool Memory Pool Refreshing

6,463 transactions
2.20 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (702,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,440 205,440 0000000000000290203f3d9d8af69fe177f344f52ade925ae5e6b4678fc6719e 0.00 MB 6 17
205,439 205,439 0000000000000523191d037c333909e6edc7f084b2aad4e19ac1bf60820d07c4 0.18 MB 348 164
205,438 205,438 00000000000001a6395ca89be533c7df5b07a6553286f391d8b6187405b57592 0.05 MB 143 84
205,437 205,437 00000000000002892451eb5860a063e1158ed590dd07d84f3d71ba9dd064d050 0.00 MB 9 14
205,436 205,436 00000000000004a939ad95a0111247d31d3c17662a1a660974cd3266a0eb5a07 0.09 MB 130 143
205,435 205,435 00000000000005640937b15b3373e3ee9cec9ce01f11ba3a1f1bdefe035635c6 0.00 MB 1 0
205,434 205,434 000000000000039e0706d12180a54c38aa11135c9296d0637e8848815175d611 0.00 MB 10 470
205,433 205,433 0000000000000288654e10b0856679fba73c34d93ecdef289b299959033392f3 0.02 MB 27 136
205,432 205,432 0000000000000448fdefa036d714264790259498ee3ea2d86821bfc1d2accdd1 0.02 MB 19 51
205,431 205,431 00000000000000c605e23a9c248d07a7c9a317dd41c29d5bb37a7be58dd7a083 0.07 MB 182 180
205,430 205,430 00000000000002a02c110eb50fbdfe9ed291eed16cf218cf0c3120da62bb504f 0.20 MB 266 47
205,429 205,429 000000000000013f99bf1ba3c088d682a38cb9e344a535fa99abf454458b7d44 0.17 MB 166 268
205,428 205,428 00000000000004f3b9754bb42368a3c7537963f6663f43a26138f15abfcd4096 0.05 MB 123 358
205,427 205,427 0000000000000151e3bdee242b1b0da50fba4c1f8fea26de5839fee0e5fe6e90 0.15 MB 217 49
205,426 205,426 00000000000000a4948cbe37677c2be98cecf061a62797880f5e673525a9ef47 0.04 MB 93 78
205,425 205,425 00000000000000c9d89d64229f6c38766a9ad72e923782b02419fb8b030f039a 0.00 MB 8 0
205,424 205,424 0000000000000098816e43848b1940027ba66da943c114c46dfd6427d9f68ea1 0.11 MB 247 142
205,423 205,423 00000000000001cdb6f3d7531950deb12debea18ce71bf0b240909b0b32bc034 0.00 MB 7 612
205,422 205,422 00000000000002e04c7163afdf0d1fa391af51e54dcf15d5a6b2771c0e9b0c82 0.06 MB 77 78
205,421 205,421 0000000000000262f5dbcfa36fc733531cf19f525bf9fc284a59afe0dd2b1cd1 0.12 MB 244 146
205,420 205,420 000000000000024d28ee8a5204760258507459d2c3f1e5d2f22a95cc8dfd83de 0.07 MB 158 104
Previous 10 blocks ↓
Total Size: 768.98 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,616.36 GB sent, 92.71 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.