Memory Pool Memory Pool Refreshing

218 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (654,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,422 253,422 00000000000000128a3bc402bc32cd8ca461f11044af5ee49cf32496624c5f47 0.06 MB 146 67
253,421 253,421 00000000000000167351cfd83ffd7c1ae0357825a50b023877fce92a44f60289 0.22 MB 579 118
253,420 253,420 0000000000000022d2f1a0df5648a7e044bf76bba8008f4f0acb445902446616 0.21 MB 530 138
253,419 253,419 00000000000000270789a882dc656a26697e64904482e0a060779879508e1306 0.03 MB 73 22
253,418 253,418 000000000000003072ceb65bceff72754075d41cc1b5d651a80b9a9c52aebcea 0.36 MB 870 120
253,417 253,417 000000000000003c20b3002f0e2656ab531862bbc4958c872dd885278b0c0bce 0.15 MB 345 99
253,416 253,416 00000000000000150bf8733fe35dc02b55faa8b4b91b11f574a64030d1eb4d68 0.04 MB 102 83
253,415 253,415 0000000000000003468ca8423fa54045e9350b76b0e96b3c44aabadaf7462405 0.25 MB 277 53
253,414 253,414 0000000000000037ebe76a4ce5b86c00a11be0de5fa87252ad3943d804cff341 0.25 MB 130 56
253,413 253,413 000000000000003d55ebf9ebdbb31990d00b194930c015d2b2c432c3700c9104 0.25 MB 627 147
253,412 253,412 00000000000000060bac8e0570589c9776e7e3926858b82f49c67eb28ee8897d 0.24 MB 529 82
253,411 253,411 00000000000000469c29c8f76fecc5159581034331fbb82f8f98759fb0dcd28b 0.22 MB 512 135
253,410 253,410 0000000000000044340e2fb675868d83273ec6bf325cea2a3d9e07f8a2a6a123 0.03 MB 69 60
253,409 253,409 000000000000000b8072fc107f267c1a530a377ae72f488a377cc74d9aa73f56 0.25 MB 653 110
253,408 253,408 0000000000000010ac5696e723509b4aa5c495317f92daa4a47f27be1ac532f4 0.03 MB 93 136
253,407 253,407 0000000000000044f4e94bb3bbdd4388fb3e41c4f7db72303c325acd6c13d00a 0.04 MB 102 72
253,406 253,406 0000000000000042bdeb21d735889cc77865b68a533808e68835d41ac3fcd68b 0.15 MB 311 97
253,405 253,405 000000000000003af2051284d1d63cac78f86a380dc3260029015211d0b25ba6 0.07 MB 163 83
253,404 253,404 000000000000000d4b6a46d1b275ae01575384cae0ac076f050ce0c78c9c9c68 0.28 MB 535 82
253,403 253,403 00000000000000297b7d3ceb4da12d5fe114fbc594b18943b34b2178c596cb41 0.25 MB 628 131
253,402 253,402 0000000000000045f8c376bd6f6e263fbcfe74794062d119ea80ad1122cd667e 0.16 MB 191 69
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.