Memory Pool Memory Pool Refreshing

18,426 transactions
27.91 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,725 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,724 (564,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
298,539 298,539 000000000000000011581a1498fa23c71c427f3ed59e4e40abb51dd806ee33bf 0.35 MB 1,032 66
298,538 298,538 00000000000000003b595efbcef1eea3635434799cef6430b9199e0f29eb581f 0.23 MB 253 18
298,537 298,537 00000000000000006802587c671b93feb9b221b719672c9e4ca33627751fedd9 0.50 MB 821 31
298,536 298,536 00000000000000004babfc671f1307755503a1fff0c21e52635d27f4c6985ad8 0.35 MB 898 44
298,535 298,535 0000000000000000101447dfbf27ebbd94655b341893e5ba8d42d26c4f09ee47 0.20 MB 254 24
298,534 298,534 0000000000000000454eebe310e45dcb139aee45b4c156aa51f2f4ba40234b51 0.32 MB 509 27
298,533 298,533 000000000000000013150d34b24d439502364ba9d8692f01f7119ae4441fc3a9 0.04 MB 55 23
298,532 298,532 0000000000000000694b26dd47d1ed40a7baf70c0c7cf49b3ea1620a49b1a0fb 0.00 MB 1 0
298,531 298,531 0000000000000000820afa8ce350ec5037c843f75ec194f70a14af2ed6022b8e 0.06 MB 103 28
298,530 298,530 000000000000000074fc854b5a56cd9ad9b54b3cbe964a1a7713538aae0ab2c7 0.06 MB 50 10
Previous 10 blocks ↓
Total Size: 685.56 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,386.72 GB sent, 109.19 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.