Memory Pool Memory Pool Refreshing

6,416 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,305 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (438,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,667 469,667 0000000000000000013e233e8e55176b1e10361060ec27383a60122d64b34dde 1.00 MB 1,680 323
469,666 469,666 00000000000000000005e06565228bd0b593002a4f225215a97b87a579e267dc 1.00 MB 1,273 253
469,665 469,665 0000000000000000010cd9309c9d92f19d1e4d938e1b437b1d9c045f869dac35 1.00 MB 2,121 271
469,664 469,664 000000000000000001a40c7690c15bad32081fab844df2f0a4a6ddc3244ed24e 1.00 MB 1,845 279
469,663 469,663 0000000000000000010a50c2fb049337ab45614414fe3e89323d6ab7b9323726 1.00 MB 1,351 250
469,662 469,662 000000000000000001c27fac29bf11a8727562a796d6c9ee6c826365aa02edd7 0.99 MB 1,606 365
469,661 469,661 0000000000000000012a3491c0cdf011c19a3981e6d3950b37cf49676ef58789 0.99 MB 1,726 239
469,660 469,660 00000000000000000191858b8d54e9143d22faf6a33effafa952ea56afc92950 1.00 MB 2,232 358
469,659 469,659 000000000000000000f559673a02607be0c798d13b360afd807bfd6eb6c79467 0.99 MB 2,038 381
469,658 469,658 000000000000000001ce59129a9c8559bf4c9ca4f5555a06a2fa0ec00cf81cc6 1.00 MB 2,416 263
469,657 469,657 000000000000000000765a0cefd873fcc85dacd5aa24622baab371cd3c366f9c 1.00 MB 2,325 474
469,656 469,656 0000000000000000006f43c5ac8cfdab3ed48a0a09cc63edbb0d0ce1fd0042ef 1.00 MB 2,033 479
469,655 469,655 0000000000000000007d6613eb4060a9117cbd9a663594bc12ed68547394766a 1.00 MB 2,200 226
469,654 469,654 000000000000000000f2436b3f43bbe21c1cd50ba1410e17fc900ab392182ffe 1.00 MB 1,917 293
469,653 469,653 0000000000000000005e2cdf125c8ef9023c8f7b098ec910d701e04ba73ad167 1.00 MB 1,884 294
469,652 469,652 000000000000000000a09dc7df48b927456bed01287dc93e79ce231b95dd869b 1.00 MB 2,243 296
469,651 469,651 000000000000000000fe0214d858c3aa7deea2295bf9e93feef95dd3950fa12b 1.00 MB 1,571 341
469,650 469,650 000000000000000000e7a44db77e4628ac95c9d159228ba0b315eaac3aa8a252 1.00 MB 2,001 294
469,649 469,649 0000000000000000017b2440c8d6731135325e2aa5cd062e62be0bd0305b69e0 1.00 MB 2,079 366
469,648 469,648 0000000000000000015154d5fcdd876cda58a51cda7a8bd295d1a94b55ed5e01 1.00 MB 2,304 339
469,647 469,647 000000000000000000649e70dd2668f79821f63b76af1250ca601a7342f82c97 1.00 MB 2,666 323
Previous 10 blocks ↓
Total Size: 769.27 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,635.31 GB sent, 94.25 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.