Memory Pool Memory Pool Refreshing

63,773 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,041 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,040 (508,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,510 353,510 00000000000000000b59341083a01fbc648bed2a29f7d240739ed041616478ad 0.46 MB 936 25
353,509 353,509 00000000000000001524a715620fde50a2d27f8f2c862c4e64a1e63217f941a8 0.75 MB 1,617 30
353,508 353,508 000000000000000000d2537590d84179d181e017bdd7e6b2c02ba466179064b4 0.29 MB 239 16
353,507 353,507 00000000000000000a969316857a35d8d78417f5a06ca11a7d2fda25bd4e5585 0.75 MB 475 16
353,506 353,506 000000000000000001a58f28b47a659f6260c75d576b8ec800ddedd7be748518 0.17 MB 341 29
353,505 353,505 0000000000000000168634184218f98243f252607774e33d6bac720e1cf71510 0.05 MB 62 11
353,504 353,504 00000000000000000127ae27c056bcaab1c38c99f8eaec2b2b6e1d8231e7ad46 0.67 MB 1,135 19
353,503 353,503 000000000000000016eaa0174e30e225b35150b51653d61602d535b96be7814a 0.90 MB 1,468 25
353,502 353,502 00000000000000000da0c0bbe1d42044de4705b149e8c0b637bf1f5841a8af70 0.90 MB 2,338 34
353,501 353,501 000000000000000010895e324df14297b92f985f6160acbbbc8abdca6c692662 0.25 MB 451 24
353,500 353,500 0000000000000000159db60b17bf31fedf79fdca7843480e668e94db6048ff2c 0.21 MB 368 18
353,499 353,499 00000000000000000988a4fc89e906a7ec030d4991b8688fd0bf7afeb20d85f1 0.69 MB 1,375 28
353,498 353,498 00000000000000000bc94e4bfcb67f6e9c0a1c3efae309a3e9c9353d26df2246 0.04 MB 84 20
353,497 353,497 000000000000000016679b9ad3c2a55b9a8f70c91a0267599de2f6e7d1712da2 0.53 MB 1,161 28
353,496 353,496 0000000000000000018e095699be939742e12afb0471e145b921094a8c62f14c 0.51 MB 467 5
353,495 353,495 000000000000000010a7308dce4fc91e370ede488686ec1405185feaf01bb5be 0.76 MB 1,752 32
353,494 353,494 0000000000000000039a8f04a49d817a929df60f9e1aec7d8eab2de34d892a34 0.73 MB 1,175 20
353,493 353,493 0000000000000000092c5221fd7c86bfc9cf6860d32eabb721c826bef5511871 0.75 MB 1,157 25
353,492 353,492 000000000000000006bc1125cf4438ee2ac6f362b60df90ad7841d53f7a54b47 0.00 MB 1 0
353,491 353,491 000000000000000004f87ec418d33ac4d698c265a9e35207339559b5bda33016 0.34 MB 512 24
353,490 353,490 000000000000000005e9206a9e694fcef80c5d6c94c2cf9bee3357c23198b0d7 0.75 MB 1,484 29
Previous 10 blocks ↓
Total Size: 684.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,330.60 GB sent, 99.97 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.