Memory Pool Memory Pool Refreshing

8,812 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (678,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,569 229,569 00000000000000b02164812cc90a4d3cab4ec4cb5af6dab3fdf5c6cb37652390 0.38 MB 742 183
229,568 229,568 000000000000009b364b51b3fc269ed73ca45423b312cdc6c96427f3ec16b7c6 0.25 MB 420 108
229,567 229,567 00000000000001be18ebb6e01f9478e27baf2ec8e7febce31e728fc0ce582600 0.13 MB 269 193
229,566 229,566 0000000000000158f5bc94429feb1cc4f67153068584bfb6d2a3fcd21215014a 0.25 MB 414 90
229,565 229,565 000000000000014deec9504aac1a0862f5b042b41facc99de505c249af9bcddd 0.25 MB 541 293
229,564 229,564 00000000000001587b7ac46af90c1851dccab793969f2b635e00bb24ff315dd6 0.47 MB 801 126
229,563 229,563 000000000000023497f47fc049292504b65188286b548232ea38bd1724e72f52 0.25 MB 602 2,226
229,562 229,562 00000000000002556a4da5ba1424f0fd7b7150f42b1629e84e5684f7d952c054 0.47 MB 1,404 199
229,561 229,561 000000000000026b30e91eee0becd2e69a951c5d471e6c110350778e619730df 0.47 MB 930 170
229,560 229,560 0000000000000196ced2fa9ab583a86a61e9f006a8493e9667f2e2b210d349b9 0.09 MB 208 152
229,559 229,559 0000000000000162c900d644b773c0a77133e63d74708ba263a7f75b18304467 0.25 MB 466 100
229,558 229,558 00000000000000bda32296f8940d03f16e29f0a0c96cbb85f0f8a7443f313a90 0.10 MB 213 139
229,557 229,557 00000000000001555fbc161156663cfe112d295c100f5a2012fdb1e516179755 0.34 MB 760 144
229,556 229,556 00000000000001cf15a129c41196617c9da49689f47b2ea9b18610cc73959495 0.25 MB 431 36
229,555 229,555 000000000000015c5678c4c9b4e44faa25ba25c2485ea81ddd9c05f7cfb823d4 0.26 MB 556 160
229,554 229,554 0000000000000255265704c2f03fd870fcfdda4574e54de01f79e28c9d3a6bad 0.25 MB 373 60
229,553 229,553 000000000000000748818180e11425795bbb9f05691794e51f98d30e697fed64 0.25 MB 462 143
229,552 229,552 00000000000000600c42443cc14dbea6f235a7b29e49642e2d76020a858bdfe3 0.25 MB 706 251
229,551 229,551 00000000000001eef8794638cb11364353aff2ac3a23a8ea27e62cae6f7618de 0.06 MB 135 102
229,550 229,550 000000000000000794601c4b1e8bf235089ba52cd87546683a94820263babcb0 0.12 MB 292 171
229,549 229,549 000000000000014c5247fee4069d4fe6ef83fb7d3d82b68542a3cd00a08bfab1 0.25 MB 320 105
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.38 GB sent, 92.72 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.