Memory Pool Memory Pool Refreshing

30,065 transactions
33.45 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,095 (563,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
298,560 298,560 00000000000000006211f1cf35999f3ec75bfd592bf2261bc6a4263e0763ae20 0.35 MB 664 33
298,559 298,559 00000000000000004dec9e039050de998e20c0432801384c932d5a0f03d0bcb1 0.02 MB 52 40
298,558 298,558 0000000000000000799f2f4555323281ac461ed43d00014ac0a694e4ee65ab9d 0.06 MB 114 36
298,557 298,557 0000000000000000093a311a2e596de1ee5156efb44475c87b022fd4a0ffb95e 0.15 MB 182 22
298,556 298,556 000000000000000029732ba37fb868cf183190168835c8c687d44c84a511d976 0.09 MB 113 21
298,555 298,555 00000000000000006723815a78d37c1d3ed9d8048fc71d9c07705453ba621d75 0.35 MB 689 33
298,554 298,554 0000000000000000360d66795eafa8075108db64c5403a159c5eafa119a3a366 0.26 MB 432 27
298,553 298,553 00000000000000000922d0256f8f49edd39f8c0dd7544eaa18b2b17f6636878b 0.02 MB 45 11
298,552 298,552 00000000000000002d7721d469521376de95b67bd575bf6db452fe9c7e8039ac 0.03 MB 78 32
298,551 298,551 00000000000000001da48dd30480150ddabfac05c1786e4d838082894fe698d5 0.04 MB 60 23
298,550 298,550 0000000000000000776618b10336062fbd68b15d3d35d92b596dd999651515a6 0.61 MB 983 29
298,549 298,549 000000000000000078d3b2c5d4233f1a0bd9d7316c4fdb43b3d43c6cccb64d17 0.04 MB 69 24
298,548 298,548 00000000000000001b05fe9a4f65124101e8f1aa37313a6c20ce5e8547be9925 0.10 MB 140 27
298,547 298,547 000000000000000058867e5fe71ea46ad2ab815fc7fc6d41c742f2f408a61dc1 0.11 MB 189 29
298,546 298,546 00000000000000003f4e0fbd194cd50fe8aa0187650be9aa121fb45f43e8621b 0.03 MB 71 23
298,545 298,545 00000000000000007b0d2b7746a431ad0369bb6183af63c5f6bf81f00d6368a8 0.19 MB 256 27
298,544 298,544 00000000000000005aa27c976e0644eb2fa97cc7bd40de64dd27844db285615c 0.37 MB 636 28
298,543 298,543 000000000000000076939586cb99f2ad162dc4c0cdc390f181a01b351aeab4ce 0.32 MB 527 26
298,542 298,542 000000000000000030f339c5d26a0de0dde9584ba3a588d2407c2b58a2efa079 0.19 MB 512 50
298,541 298,541 00000000000000001ea438fa4106be5392a91ebe7da1f8ed94de04fbb346a52d 0.59 MB 324 14
298,540 298,540 0000000000000000256651b74239d325192fc4b4055f1bcb8df91dc1e0efdd6b 0.50 MB 995 29
Previous 10 blocks ↓
Total Size: 684.35 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,336.17 GB sent, 100.62 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.