Memory Pool Memory Pool Refreshing

55,518 transactions
37.98 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,755 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,335 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,754 (315,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,379 527,379 0000000000000000001958a8bcfa441b1437945987435193e1048119f23bc704 0.29 MB 553 38
527,378 527,378 0000000000000000001d7690db74381934dd902897408c1515a7e3d1f17b9be3 0.33 MB 539 4
527,377 527,377 0000000000000000002dd225ca00221499d818faf8e8cdefe456538c9705e6ca 1.20 MB 2,642 41
527,376 527,376 00000000000000000014504660fda6cb1c6acfdb5df9961a05a2a43b2f26bac8 0.49 MB 890 23
527,375 527,375 0000000000000000000fdcdb7039a0b83330110d230a0ad6caf76109b7815773 0.38 MB 663 32
527,374 527,374 00000000000000000000729977a26da496979b35d5e098b28fe64860e69c5d61 0.28 MB 563 37
527,373 527,373 00000000000000000013db1afc84e7b1c6b851d5f7c4127d356ea394e331fd8c 0.11 MB 143 21
527,372 527,372 00000000000000000005b0443f263658a13ab971509d34d619c6607f866768d8 0.20 MB 207 31
527,371 527,371 000000000000000000383ff5f75787c8d01bc126d2107905bc87d3db0c0cd015 0.62 MB 841 21
527,370 527,370 00000000000000000016c2d40510168cd951fef9d2c10b156167a3bc4839a35e 1.15 MB 1,779 41
527,369 527,369 000000000000000000206b4657abeea7c21e71df5b3459500686ff45ee8c0c1e 0.57 MB 888 34
527,368 527,368 0000000000000000000048820ad0cc28fbeb564f8f723141cbe123375300f7fc 1.09 MB 1,196 14
527,367 527,367 0000000000000000002c87e4234ae2b4bf6a484daf7a1c2657f9c01d34da2391 1.13 MB 1,323 20
527,366 527,366 000000000000000000154298f8c32240307eff583b1231407d59375f95861542 1.10 MB 1,687 19
527,365 527,365 000000000000000000186d04625e6eac6f2a35a0c62cecdbe2a6f1a9a7c8133d 0.74 MB 917 26
527,364 527,364 0000000000000000000b76cb826f23e5c9b536d36b0e25520445c4923b4a4171 0.26 MB 598 26
527,363 527,363 000000000000000000244f19d4d549d73ed21a859f6119a551ea442926aca7af 0.72 MB 1,538 36
527,362 527,362 00000000000000000019d295dab1210127ec5e93d70630f7c2ca853d0065012e 0.04 MB 94 37
527,361 527,361 0000000000000000000e8782299a26a0c185e26c259b48be22bfc1bd1902db38 0.13 MB 361 36
527,360 527,360 00000000000000000014ef52de65b31e5e1d0a2958449b786d5f22df310e6544 0.64 MB 1,570 45
527,359 527,359 0000000000000000001c654ed1c5124bdb991e65fae110ebb019e158d76eb2ea 1.06 MB 984 15
Previous 10 blocks ↓
Total Size: 648.17 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,589.84 GB sent, 50.22 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.