Memory Pool Memory Pool Refreshing

37,221 transactions
41.26 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,296 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,760 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,295 (573,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,789 268,789 0000000000000000ab176226e832194563e4a9bd852f25d8313c7c6a6c4fd21e 0.02 MB 47 58
268,788 268,788 0000000000000006413605992b06f0403ee0609711e59de4ed29537ff2d9897b 0.15 MB 68 7
268,787 268,787 0000000000000000ceda3288ccfe3b18902a9798d6a99461a8a7de70aace8f5f 0.25 MB 577 89
268,786 268,786 00000000000000045fb0e9782056f72f6c5dec079c119cfab697c79e82e49feb 0.09 MB 159 27
268,785 268,785 0000000000000005cfb4db8cdd6ac6acc54428939ecde8653506ef059aa221b3 0.15 MB 100 12
268,784 268,784 00000000000000075bef0c9363f0938fff13c9928dd7cf0ddf3dc765a727d6e5 0.15 MB 257 51
268,783 268,783 0000000000000000f0af06233fc5d9e11ec771b1d7ad63be53e13a80c0da67c6 0.10 MB 171 52
268,782 268,782 000000000000000865610b6921f9a642a1296f42356532eba1dab7a74f51a86e 0.17 MB 273 59
268,781 268,781 00000000000000032b979609f13e749dd82aeeb6ae4387b3379092ee3f27c73e 0.10 MB 292 218
268,780 268,780 0000000000000003ab245597bd38a4760996f9edf26af9313ed1a3dd8700f8e8 0.30 MB 861 209
268,779 268,779 0000000000000004e76931f8ecea186645c1b5db044e49c3542031c930ce59f3 0.13 MB 244 67
268,778 268,778 0000000000000004bc10001a8efc34d87b1b92676ea314a2e011d1705e7d0402 0.08 MB 167 32
268,777 268,777 00000000000000067d52e7c81f563c83ac46d5e95397aebbd7f4ebb038023258 0.41 MB 847 612
268,776 268,776 0000000000000003f671c3f599ad84e0c86a48f3840403a396090851c4412aac 0.32 MB 694 71
268,775 268,775 0000000000000006de597040c0c9e612046c649014ce197c257ec6833361fee5 0.25 MB 652 142
268,774 268,774 0000000000000001f42e83eaf4f7d2a1ad66c1fc12cc0fb7f7b44f452f285189 0.40 MB 632 60
268,773 268,773 0000000000000003925a52939952404a2c1a08dccf40ed0abdbc40631152f452 0.50 MB 959 104
268,772 268,772 0000000000000008213640715ac7ec0df6fce0c62a9e21edd348fd6f533afe26 0.25 MB 449 56
268,771 268,771 0000000000000000b0b5336062f39b8ab1a222811bc4cf302fefc3b19e21c8df 0.25 MB 543 162
268,770 268,770 000000000000000099fe71c337a0053be6dd1c4e2c78683ac41fbabbc7eb456d 0.15 MB 221 38
268,769 268,769 0000000000000001b1c56faf8c87db1c83dc9d22906d3e316128d280acad2c7d 0.71 MB 1,030 20
Previous 10 blocks ↓
Total Size: 647.27 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,471.55 GB sent, 44.42 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.