Memory Pool Memory Pool Refreshing

701 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (714,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,300 193,300 000000000000008b9ca2182c7bcebed8219c0f608a8c6021d10341c5ed440f03 0.01 MB 44 141
193,299 193,299 0000000000000719bd6e23c3bec436afc987fd3d49a1c5ab5f788d88c49b5c98 0.25 MB 656 150
193,298 193,298 0000000000000609f0631f6a6038b5cde1e0052d4c9db6b2662ca04c66a57504 0.06 MB 206 97
193,297 193,297 00000000000000c92f78e01256ce2402c2daf3c9a687a9bb07e217d6cfb154b2 0.00 MB 1 0
193,296 193,296 00000000000006cd2588ad78ec420215aeeb96c730b4f2d6140862242071a8d1 0.05 MB 102 167
193,295 193,295 00000000000002689698cdae76f1c48fdfeda07cf4b9050986c66f00c2e71d22 0.05 MB 126 131
193,294 193,294 00000000000006803a2d2c0cf7dd747463f1b7d5b586c193cb08a97c5288d09c 0.05 MB 98 1,924
193,293 193,293 00000000000006987298b820153f90be72f49c9d0b2d7f661c551c808ce9afba 0.19 MB 441 298
193,292 193,292 000000000000031ea94742851989d44b518aa57e12940592695e119c0e4ad083 0.00 MB 4 31
193,291 193,291 000000000000010a972158897dae81287e454655fb083cfa88d25855d8ebb3ba 0.05 MB 123 273
193,290 193,290 00000000000003f95ac9b9b6ba4b7bcf653c154d4bbb6701b52716d4e33b0a9c 0.11 MB 256 111
193,289 193,289 00000000000002a7ecdb3a4496704170c2ce8206ada54670d1842b616853f43f 0.05 MB 125 113
193,288 193,288 000000000000070b443acfade6fa6944f3e94791d48d5c517de39c83b1c4d4f2 0.13 MB 391 156
193,287 193,287 000000000000022eeace3367cabdc0253a9aaf6659387e8c55235cffc5991f3a 0.04 MB 77 175
193,286 193,286 00000000000002d6ef57409c763554bd90cfb1fd47eca44850a0de1c31e20ef3 0.00 MB 10 149
193,285 193,285 000000000000071e3b4f5551c16d082536e54495e30e09f97ee2d928121e880e 0.02 MB 30 106
193,284 193,284 00000000000005c47e059c640f42aa0e941d128b667463b7642ff0c15bf80fe0 0.02 MB 57 10
193,283 193,283 000000000000059c6e39396df190620e5d28123830677696f671f1a9e88ba4b6 0.03 MB 50 63
193,282 193,282 00000000000000f1513ab26cb5d415017647e2546198c9a558815734bee5a53b 0.15 MB 399 148
193,281 193,281 00000000000006cbd2c0432e63b03c1ba212999a949b32cb21a1b60ca642d106 0.01 MB 25 126
193,280 193,280 00000000000006154782ffad1e21a2e9de1ff3746ac73664820df7debb5d6159 0.01 MB 24 25
Previous 10 blocks ↓
Total Size: 769.10 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,628.58 GB sent, 93.38 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.