Memory Pool Memory Pool Refreshing

40,178 transactions
50.36 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,106 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,136 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,105 (274,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,366 566,366 0000000000000000000d8fa649977437ba5141665cef64908b5c9b04054c82e4 1.09 MB 2,679 25
566,365 566,365 0000000000000000000bd96697bf28f4f6f86ace24f57b6d78e36770ea57a492 0.56 MB 1,225 23
566,364 566,364 00000000000000000026e3930414d34d907d91b18093daec722708a7b3656198 0.32 MB 749 24
566,363 566,363 000000000000000000098527150bc61f378c5a00d71c0ab899a06110c1d45da4 0.94 MB 2,121 22
566,362 566,362 0000000000000000001f34848feed3ac65410b77c9eb55806a6127c68bb9bf2a 0.79 MB 1,439 18
566,361 566,361 0000000000000000000706a9fa85529f8a294baf18661fdcc6aefdce790f115d 0.59 MB 562 4
566,360 566,360 00000000000000000023a7cf165150843ce4cbba601964146403aa6aa933c69b 1.30 MB 2,342 15
566,359 566,359 00000000000000000011c6b32f2d486d8b6c023db27af55273308c18591ded08 1.58 MB 808 8
566,358 566,358 0000000000000000001814b088a5802e464ae3af98ebd123b15502f897274932 1.59 MB 117 2
566,357 566,357 0000000000000000002518041130e3aae9b20396b08171ce47d66aa8535ab846 1.21 MB 2,717 13
566,356 566,356 0000000000000000000ee1eadeee89a7f53ab385762610c2ba51602c08311a6b 1.39 MB 3,314 34
566,355 566,355 000000000000000000144646cfd5e52bc3c56873bc240cd2946ba9b2fe530510 0.00 MB 1 0
566,354 566,354 000000000000000000162d74b11628de94087b1df58d4843d2f07d3970dde5fc 1.31 MB 1,764 5
566,353 566,353 000000000000000000100b41df6d7c0e702299653bc73bdbec184d7ce697b369 1.37 MB 1,273 10
566,352 566,352 0000000000000000001728557dff357cbb56e7b108dc92d351ac5a7992fcaad4 1.19 MB 2,357 14
566,351 566,351 00000000000000000016f7464c63c1fcb4e3c8de861dea9eaac98413455863f1 1.14 MB 1,870 17
566,350 566,350 000000000000000000115cd0386d5c1a3d4d2c9fff8e09a43710bd8d80bb9b09 1.16 MB 2,306 16
566,349 566,349 0000000000000000000e698b348367b795f0d31adc3c76e04a2e37cfd647ab21 0.00 MB 1 0
566,348 566,348 00000000000000000021c7667d88954c77b0219ac3862edec91a7aa10c355136 1.19 MB 1,950 30
566,347 566,347 0000000000000000002b3eee4361561d69d6ab7bd25c4e688652e381f23f6930 1.14 MB 1,275 25
566,346 566,346 000000000000000000077294cd5a8cb583793c2b857233becf9f136382630cc2 1.14 MB 1,781 22
Previous 10 blocks ↓
Total Size: 645.08 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,193.10 GB sent, 30.40 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.