Memory Pool Memory Pool Refreshing

17,385 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (686,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
221,461 221,461 0000000000000200fc3503d9eea3328146841c19d0d839ee019b59f2d0e3ae29 0.05 MB 103 163
221,460 221,460 00000000000002022a0ce9ad70445f0fe77f084590bcbe83f6fcb086a2913748 0.01 MB 17 204
221,459 221,459 00000000000004d599860d5ba09ef2ac5eee25c511c722aedd3bc8fbc83cb6e6 0.11 MB 259 153
221,458 221,458 00000000000003cd808a70bf522f153f60d0ce4658653d2287819bfeee773976 0.10 MB 141 118
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.