Memory Pool Memory Pool Refreshing

46,758 transactions
46.96 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,326 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,275 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,325 (825,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
16,402 16,402 00000000f6824a04672d343e78901af1f736684f3b62cf3a873d862cd96d7c4c 0.00 MB 1 0
16,401 16,401 00000000b246106e430bea62475b7053ae6094689d0c3f151ae876023b31b8ea 0.00 MB 1 0
16,400 16,400 00000000867ba0417f786542c9c07f2f4d95340b33d5cdd25c3a44591c1653d0 0.00 MB 1 0
16,399 16,399 000000002b7e5dc397126b63329d68109329d12d488ccc9f22d2391381e88e40 0.00 MB 1 0
16,398 16,398 00000000799496e94cee8684a38f634da858202cc06ea1319279225d8d7348a1 0.00 MB 1 0
16,397 16,397 0000000003298ccbfd7321f9557a07d4b7160bfa83ebcb3f56b956e6c884d5c4 0.00 MB 1 0
16,396 16,396 00000000781b934b999dd6f395a375d30fdb99d260a6dcff4bd2e5d9019813c2 0.00 MB 1 0
16,395 16,395 000000008fe2be6c17f762bb2cb76604750d3f07e53e5b03fa4e2b971a2b89eb 0.00 MB 1 0
16,394 16,394 000000000bb041a1a5f0e3a5a8a9901919ed9991687208034170b1db324ea19e 0.00 MB 1 0
16,393 16,393 0000000063bf41dea3053dbb0822906833979f60d7244c468653094736eb9d32 0.00 MB 1 0
16,392 16,392 0000000093d276fb3bb680eb2e961f01170849b080cd932f5fb67caa86bd7053 0.00 MB 1 0
16,391 16,391 00000000f5b0f91410ecaf37bf80f052bde7b3f79f42a36415861851562b7060 0.00 MB 1 0
16,390 16,390 000000005e21882648c34efa23d2dd1517a2943e419bdfa571a81865fc1d3adc 0.00 MB 1 0
16,389 16,389 00000000d77e4ca50fd4b3d9b1a60518d7161c06f9089f1a34ccbfad38963c2e 0.00 MB 1 0
16,388 16,388 000000007aadde94e6614d18da6a1c82da5ee7ab625384a17b16af368129274d 0.00 MB 1 0
16,387 16,387 00000000bf5071b63e8ccd0a08f642dcbf8fb520b135819d36bf7cfbc13468cb 0.00 MB 1 0
16,386 16,386 000000009a8f91a1142dfe85be52e21375f4ab495218396d89b3e43d33987280 0.00 MB 1 0
16,385 16,385 0000000016bb79c172c45281568535770bb4220443218cbfa2348e3619d3f920 0.00 MB 1 0
16,384 16,384 00000000c6aba8b27850379b1ddc914644586c553164b9882fd549fe1d655165 0.00 MB 1 0
16,383 16,383 00000000bcc8fa95c3b4398072def7731d10c010f933a7c2574b822ee4268b8f 0.00 MB 1 0
16,382 16,382 0000000066284396dc2f9d0e1b94a7c3c1a995a39ee2adb0edefe524096db7a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.33 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,477.62 GB sent, 44.96 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.