Memory Pool Memory Pool Refreshing

46,070 transactions
47.34 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,437 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,004 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,436 (768,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
74,380 74,380 00000000007b7524203b008afcdb41c95e0271d0690d140c1e4b1a376e7f36e0 0.00 MB 1 0
74,379 74,379 00000000007471b1d938c524a2aabd5d13a14b4b274b8a521030d5be3800d636 0.00 MB 1 0
74,378 74,378 0000000000af1f46d90a92a28a50cebc6fdb65a283acfa68f8705bb0bb8e9429 0.00 MB 1 0
74,377 74,377 00000000002f22f04bcdd4640260c8b14f8fc17fb53648be1e045f14b139b5a4 0.00 MB 1 0
74,376 74,376 000000000027a7602b63f816f1a5010427aafc3512ec15ff17ab0f43f2f560f6 0.00 MB 1 0
74,375 74,375 0000000000addba5a73a57bfee3eb82c8bb0e75eab03a696caf1b2f9932b02bb 0.00 MB 1 0
74,374 74,374 00000000005212e3bd805c1f38558ac3b94ae313f779e31e26a016de98fb34c1 0.00 MB 1 0
74,373 74,373 0000000000a984587a0b69ac13f1f5e077af398f2306e5aac76ac7b70a104e15 0.00 MB 1 0
74,372 74,372 0000000000773e449bbdfce12562fbfe9260914c20703280c80af4030d3693fc 0.00 MB 1 0
74,371 74,371 00000000002b152e1b215ff3af1c9b9faa9780e0598c2e8109175ddc23e02082 0.03 MB 6 0
74,370 74,370 0000000000379b99b0352f9596c878995a11a816fe47283af5732151d924b02d 0.00 MB 3 0
74,369 74,369 000000000091788ccd409b87b3258d711cb4de989f7510ef63b1fa56b8fcae2a 0.00 MB 1 0
74,368 74,368 00000000006fcb8b9ea132b7badf7c4743f4e75f915da53bb4c01d972e403c91 0.00 MB 1 0
74,367 74,367 000000000002d794bc30e56dad3b56e602da640e6e02ae3c58ecf70d2dd1296f 0.00 MB 1 0
74,366 74,366 00000000005da43a02709469cbe9b3c3a5c749a3c1a4ab812eebaab4c5382c66 0.00 MB 1 0
74,365 74,365 00000000004718d46e0db3b02a2cd8c5ba86b115763f569fbb6e6df5ad3bbb29 0.00 MB 1 0
74,364 74,364 00000000000ac84515b1a0411b9a1279a58e5c4371ef0d8881261cb9af82a1d0 0.00 MB 1 0
74,363 74,363 000000000006122c031c9f845a863a78de302ba9ee206421686757d7a1c410b4 0.00 MB 2 0
74,362 74,362 0000000000285364b85729c15c1e6d9b450c9eed0b0b0bb42ff8e3d9ee76246c 0.00 MB 3 0
74,361 74,361 00000000007b190b3525c78e23e6daef6cf8ee859ee5cae60584c98f0acc4671 0.00 MB 5 0
74,360 74,360 00000000007ccb612de89aff3ebf4c9109245ae3ac68b8791d1f9b0eade88ce3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 647.55 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,503.41 GB sent, 46.38 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.