Memory Pool Memory Pool Refreshing

6,916 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,685 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,586 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,684 (686,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,482 221,482 00000000000000ca89860bfacf6ee0b57c478df19cfe422e04151b7dbfdaab0b 0.17 MB 406 249
221,481 221,481 00000000000000768fb792cdcdab67cd7905cc5589fab8040c1af8ac0c6ea726 0.00 MB 6 121
221,480 221,480 00000000000002dbcaca1d9e8782b5c51a88bf1dd9ffef038bb36f6fdfda7a03 0.10 MB 179 127
221,479 221,479 000000000000051af39cb552419358887c66bf16cd3cdb690e7a7720723891ab 0.25 MB 606 209
221,478 221,478 00000000000003a7640001c79f81e1b9cbd826b930a14f633670858b0f8a05c1 0.11 MB 261 191
221,477 221,477 000000000000013054b770fa314d5ad15bee90bed1393ebb20443890a4d2bbde 0.05 MB 127 233
221,476 221,476 00000000000001f867b25605aec22e2e2529c77ddc73eff72100bb2c46278f1d 0.03 MB 72 27
221,475 221,475 00000000000003b193723309039348c7f1b436fe522afe21af99478d34a883ff 0.02 MB 30 117
221,474 221,474 000000000000032276443eb5f1feeeeda656b4b97c02d5ac9c3bf95946cf6161 0.18 MB 285 139
221,473 221,473 0000000000000210f3595f1e7b40708bd9d8753de5e6d2dd699b20462fa07c67 0.05 MB 121 298
221,472 221,472 00000000000001502a1df7a16e27a95b1f6e293e9783428a5e029fa8574543d4 0.01 MB 32 127
221,471 221,471 00000000000004df48af58306427e6d50be47a4266334f7620062b76095f9bdb 0.03 MB 92 242
221,470 221,470 00000000000004b800c65f0dcd070df062498c454a3b66fdca83eb6ecab1de21 0.08 MB 185 157
221,469 221,469 00000000000003db058515a70878140bf19be2e6449bc19fd1ea651c20c8da52 0.25 MB 586 184
221,468 221,468 0000000000000220ba2aabc554503fd68334fbbcc01e3b1fd44169aeaf445a21 0.00 MB 9 352
221,467 221,467 00000000000004c4f23a598e33f6dcb445b0b17c57c5ae5a7cb6b9edd309ff88 0.24 MB 618 198
221,466 221,466 00000000000000cb1a1f79069ad817ea1f9064e9d42f4cb2620452ae9bba3539 0.01 MB 22 79
221,465 221,465 000000000000003e819b02a3f89fc3999b799050566bcee0c8370c48a23b5cac 0.15 MB 364 178
221,464 221,464 00000000000004c40c3e8c3f4e4c68a6690ea226034b96a8eaeac74f4cd30cf6 0.23 MB 606 203
221,463 221,463 00000000000000a5ca68131054989ee83f50fba10da7d082e28d835fccb0f2e7 0.14 MB 314 188
221,462 221,462 000000000000027347512c2a9e3367d9416b11af0ff0b4f277bb5531bad0ac74 0.21 MB 537 238
Previous 10 blocks ↓
Total Size: 768.95 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,614.75 GB sent, 92.59 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.