Memory Pool Memory Pool Refreshing

38,027 transactions
48.84 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,230 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 445 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,229 (521,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,692 326,692 00000000000000000aa9b0f64d62451f839ef6ff33eb880795ab854d7d1eb2f9 0.05 MB 89 33
326,691 326,691 00000000000000001e6763bfe856c244b530738d83ffdef4f4ae6d931d22f488 0.10 MB 186 30
326,690 326,690 0000000000000000014aadb5fa4202527b4db26b71ce4e9d0335c910f8bb63f9 0.28 MB 477 24
326,689 326,689 00000000000000000eb3573e9bb86eb5cf281c3f8496e8169cd332673b8320c8 0.24 MB 370 28
326,688 326,688 000000000000000000d420945b000c2b3d788f468041f19305745f44dbc27fd4 0.12 MB 203 26
326,687 326,687 000000000000000011188ec8324b32e3e4053abb8e865eb2abe55cd176fb3215 0.47 MB 705 26
326,686 326,686 00000000000000001cc2da4b9ea6ea2961806ee745d9f676c8bd16a68de55eab 0.08 MB 256 53
326,685 326,685 00000000000000000c7ab73de881f51d50f608b231b15667b0f2c46de0c6d028 0.18 MB 342 30
326,684 326,684 00000000000000001a1c736469daab2bf121eacf2204ba77cf0183ca8f5556fa 0.02 MB 51 17
326,683 326,683 00000000000000000df1e98c4720ae90d22d978f5d39c109700a727dcd9d0143 0.30 MB 604 31
326,682 326,682 00000000000000001377510d718f659b0ec9a79aea51916f7d965cf971d8b3b2 0.59 MB 1,126 31
326,681 326,681 0000000000000000181818878ba4d7b92e47f51d09652b0d9363198389a4e30c 0.44 MB 690 25
326,680 326,680 0000000000000000066c27671b3ce3172cb6c8d4fcf1c0e82998196b401ce9a3 0.94 MB 859 16
326,679 326,679 00000000000000000f8cfbde18837bdbff29e376067ed4a5104df982664932bb 0.75 MB 1,917 39
326,678 326,678 00000000000000001a617a1d62151665e8edbdee915f938f0172d1ffc0d3af4e 0.33 MB 1,024 51
326,677 326,677 000000000000000005402b71165993cdd415160bda0616c242c26ce34c03a950 0.16 MB 272 24
326,676 326,676 000000000000000008f7afb8da3e95e1585bc67cafb0e8a413439c40c5a5b218 0.34 MB 499 26
326,675 326,675 00000000000000000ff69182646eeaf961fc982adac7d7fe1bf166e323b1466e 0.06 MB 120 24
326,674 326,674 00000000000000001201c595cc24f211d98564f34476c99f0bd786317d47f927 0.43 MB 680 25
326,673 326,673 0000000000000000013d71157a2d22b75f30c7a55370cdff9ee56c66b935ed7e 0.40 MB 605 25
326,672 326,672 0000000000000000058ef015609dba780c5bbb0c4a1d50c794d638ae479c8c0d 0.11 MB 178 24
Previous 10 blocks ↓
Total Size: 658.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 90 incoming
  • Data Transfer: 771.81 GB sent, 1.61 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.