Memory Pool Memory Pool Refreshing

33,255 transactions
28.31 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,515 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,514 (249,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,291 613,291 0000000000000000000a8805b6f1c304e58c07a248b34cd3dc2a56c4b4c832e1 1.42 MB 2,903 35
613,290 613,290 00000000000000000010e4d3de9d8a0dcf82a06652f1670d4f7e13a231a721ab 1.36 MB 2,724 18
613,289 613,289 000000000000000000002e9f378a58c9ec07edb1704e0bf4f6760f6cb6c4e0f4 1.37 MB 3,282 33
613,288 613,288 00000000000000000000bcbd30014a6085b119cd5be8585ddf3c7f818f5766bb 1.32 MB 3,191 32
613,287 613,287 000000000000000000093978455f87ca8defafd249613bdba2c032d4e3244f72 1.31 MB 3,503 32
613,286 613,286 0000000000000000000fe17b0c783eedf58fce43793dd1eb78f4a68c1db0ca47 1.30 MB 2,738 31
613,285 613,285 000000000000000000003dc4452c5376eaffbdae254609f38bda6a9e1d634139 1.31 MB 3,125 29
613,284 613,284 00000000000000000005292d6f06d7b796bbc521b1edd55c600c0d7fc3e8c526 1.33 MB 2,346 18
613,283 613,283 000000000000000000113b98d4456e78c7ec9e327f96ecb9d8cd0f9a6ed672cb 1.35 MB 1,645 22
613,282 613,282 000000000000000000044ec7959a35301c2ecff751109cdce5dff539ac72f950 1.23 MB 2,869 40
613,281 613,281 000000000000000000068b35b744403f8748e1be5fc690413818e4f390688252 1.16 MB 1,926 15
613,280 613,280 00000000000000000009633e6082cefb32cd24b9ae28920e3182dd34c8abd84d 1.20 MB 2,143 21
613,279 613,279 0000000000000000000e28a73c8dd0a5f20b5543cd472887a67d706b820c5852 1.03 MB 1,168 11
613,278 613,278 000000000000000000010fd3c390804ff52ab6fb396d7b90e5febdd6de89f521 1.13 MB 2,149 15
613,277 613,277 00000000000000000010c1c87fa763e68edbda701ba8fcab0bd8f148929bf4a1 1.25 MB 2,550 22
613,276 613,276 000000000000000000088215dfe111890bfd2dba53f7e301a1409cf5c03c7c36 1.14 MB 1,754 40
613,275 613,275 0000000000000000000d2aa2ca366cf2412c97c2865d130fda9a133a8df21f72 1.03 MB 1,055 80
613,274 613,274 00000000000000000006c92d87467fb3882c4566c8913523d1897a5b18ae10c7 0.77 MB 1,961 17
613,273 613,273 00000000000000000000ded97dbec9e39e5de3f21e01f882a016cd0e77c0d720 1.09 MB 1,426 5
613,272 613,272 000000000000000000074e7bbd7c84ecf9996a7aa15de1ab83e446b50778e6f5 1.37 MB 2,407 5
613,271 613,271 00000000000000000000ceb7dae70a2693074270a0188c3d602307a1693e645a 1.15 MB 2,444 7
Previous 10 blocks ↓
Total Size: 685.15 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,372.35 GB sent, 106.41 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.