Memory Pool Memory Pool Refreshing

36,562 transactions
34.14 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,007 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 5,524 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,006 (315,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,282 527,282 00000000000000000031552854fde522e73177585ecd463dea64fb503c4e0083 1.01 MB 1,072 53
527,281 527,281 0000000000000000000145c52c6e1cf786776b4e351e10b116662b253059936a 1.02 MB 604 63
527,280 527,280 000000000000000000250c6c3e8f2524218e746b8483cccc815224f9c0205b34 0.59 MB 876 22
527,279 527,279 0000000000000000000311ac2a295f12d4ee0eefe259b7b159258245efd24af7 1.01 MB 995 10
527,278 527,278 0000000000000000000ed1f02642ca3db0b8bb00ab4f925df281b39b17d1963d 1.24 MB 405 12
527,277 527,277 000000000000000000098967b7380e3de1a0a626d4f113d3984ba96d4c2b4999 0.51 MB 820 31
527,276 527,276 00000000000000000037ddffd042476750f8405af5ea5d625fb89d1a6046710c 0.68 MB 1,349 18
527,275 527,275 0000000000000000001a6d9149ed16823e157cc9f7cd36fbae35eaf75c43f501 0.94 MB 1,071 2
527,274 527,274 00000000000000000025292da3d12b2a32d5485d3e0f6b31925607df5930222b 1.12 MB 2,188 20
527,273 527,273 00000000000000000028d0ae434a8bd5ba25964661673d66fc5e195034327a55 1.17 MB 2,052 38
527,272 527,272 0000000000000000001f6fdfbd0011251fc2a0c7b8d72412884be0a59097b129 1.26 MB 1,619 6
527,271 527,271 00000000000000000035a5fe03d22d957ab4204099d0569107670a4a5738e712 1.00 MB 1,889 7
527,270 527,270 0000000000000000002fc73e62fa09b0403962f7813c2a81b1e9fc393ed632e1 1.17 MB 2,876 21
527,269 527,269 0000000000000000000324b24465a5aef9b039d11d390da297ae9fc094802212 1.14 MB 2,541 41
527,268 527,268 0000000000000000001f9b2c9e5317dc243c7eea4a053c9de656ba7340b8e4b8 1.11 MB 2,435 16
527,267 527,267 000000000000000000067763ab14e849b9567257b64e1e83b0200d3da613f0c8 1.21 MB 2,818 8
527,266 527,266 000000000000000000025702c002359458696bcf7743aa7e3681d22289a2c00b 1.11 MB 2,240 50
527,265 527,265 00000000000000000020f35619b426e24aa496d793ab53685321ec50fb6c4512 1.17 MB 2,575 37
527,264 527,264 00000000000000000002a6f321f6abae97bbc143a8d76b32fd7f0a6c9bc0b86a 1.11 MB 2,450 17
527,263 527,263 0000000000000000002178c36816bb37bf90be846ce34592c22cdcc04f868b4c 1.20 MB 2,705 27
527,262 527,262 0000000000000000000f604e8762ba0d27ba197805c5d34c011b59ee0645d914 1.13 MB 2,173 40
Previous 10 blocks ↓
Total Size: 648.64 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,685.46 GB sent, 53.71 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.