Memory Pool Memory Pool Refreshing

51,135 transactions
19.34 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,755 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,683 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,754 (667,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,291 203,291 00000000000002d2d882028dd189f4a02b7c1526436c9a5ba29a417c997c2a89 0.26 MB 304 157
203,290 203,290 00000000000003d80898ceba8ba1e568e85065b9f135a014a61a017e1c0c9ac4 0.24 MB 362 211
203,289 203,289 00000000000000bb4e7ce19fb4b03ade99d1fece9b79009eab8b436de1cb0ec6 0.13 MB 276 149
203,288 203,288 0000000000000142e4bf3a3e5a1b11c8982606875e09abe8982f68d3b4876483 0.25 MB 692 153
203,287 203,287 00000000000003005381b13c4a4a6df03e819f1618c1d7096c2d1b4b7739d943 0.05 MB 126 34
203,286 203,286 000000000000017fe9b591fc8554b383c1af1b41f2b97ac7298a5fb6f4ccb794 0.25 MB 495 143
203,285 203,285 00000000000001190b8a044e4ec1df236f85f0b1acd84abc382997a4b771c608 0.00 MB 12 183
203,284 203,284 00000000000003f6fc8036ab7c78a8a2f961d26048d19ec33df63a0e08f2a7cd 0.05 MB 121 182
203,283 203,283 00000000000001e57a685dd0c8d390e8438fa3e15f187c5a6560ab68328a71c7 0.04 MB 72 85
203,282 203,282 0000000000000147621afa5de7dfb3bc506413c46d2382be63e7f8bcb827648c 0.04 MB 96 86
203,281 203,281 000000000000054d65fa82978eb01b7f839c0318d20dbec1b36991107f9f7eae 0.20 MB 250 68
203,280 203,280 000000000000034e816752b4240ca746de406838ebca8826040a67be2d8cd95f 0.02 MB 68 147
203,279 203,279 0000000000000258bcf82ca2c5dfebdfcbfc6de65aec14db0e0fb7355318376f 0.09 MB 161 92
203,278 203,278 000000000000041344096a0ea2189f08f39d35b59d4a4b57f8757ff6e49fc9ec 0.06 MB 108 97
203,277 203,277 0000000000000146e72c3dc7f402e9f6b8437375488f644881b9d0459655ffef 0.02 MB 53 121
203,276 203,276 000000000000023d414f6c49f2d5ff6694b1e0e890e5bebf11582e2fdfb0bc59 0.05 MB 110 75
203,275 203,275 0000000000000132f03172dd874682f3756da35461d4f42d2b78e9518ca43547 0.17 MB 390 134
203,274 203,274 00000000000004dfbcad75a9a772d5db417bef05e4edba85509b449316f5cc8b 0.21 MB 408 80
203,273 203,273 00000000000003b5ec4acc697c91c37b077b4017e71eed1ac8131f52917a5a28 0.01 MB 30 105
203,272 203,272 000000000000009bcdb08bfed6bad8886c55fc64e2c40e4145df8bb77a2a665e 0.02 MB 47 73
203,271 203,271 000000000000027f06052cf04b6bbf6dfb59cdfbe3edca7eda7d31dd56ac5274 0.04 MB 72 81
Previous 10 blocks ↓
Total Size: 700.89 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: 2,386.01 GB sent, 216.31 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.