Memory Pool Memory Pool Refreshing

33,956 transactions
40.14 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,477 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,143 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,476 (724,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,639 117,639 000000000000c4ff288ee8fcc0e112c123a19ecc9b144bba07986ab22000eedf 0.01 MB 21 278
117,638 117,638 0000000000003eb7f21d423416fddd8f70a19ffd4a1b02587fef3b7cd6013f5f 0.00 MB 12 0
117,637 117,637 0000000000000f663eb74eab47304d701fe3dae8e7d796a8d4f11a20d1b12d9f 0.00 MB 12 356
117,636 117,636 0000000000007b92a0a21c7f2a847a1e51a680660772883f2e88d887b3a65765 0.00 MB 10 1,787
117,635 117,635 000000000000875b16b28111cd7188dcaafeff04e67658f5a9e139081aa557df 0.00 MB 6 0
117,634 117,634 0000000000002fe687545a2ae9f4b5a22f095f4b7c4e9e3b87d2825b06456c77 0.00 MB 9 357
117,633 117,633 00000000000001710e50c354a5561df2e78aea638ba275f096344497279b693d 0.00 MB 11 0
117,632 117,632 0000000000001dd596314d6b9545d4334bd24ece0a3018fcb1f7ecea3f563a9b 0.01 MB 8 589
117,631 117,631 0000000000007f54c291451009b6e09dff343ee1e0d20205a702ec601de5ff66 0.00 MB 10 1,678
117,630 117,630 0000000000009ac74a0c5607aea4d4b3852388102096cf2000cd23a55e31e8a4 0.00 MB 11 303
117,629 117,629 0000000000008b05d91b68a33632488e888c876d0f7bfc0a520066315e504dbe 0.00 MB 9 336
117,628 117,628 0000000000002f235507007b5131f35831c46bebc21773affa57a07ab3a88503 0.00 MB 12 851
117,627 117,627 000000000000c2aa35b35421bbcd0d6a7fd42e4045802151319c06cf3576ba8a 0.00 MB 1 0
117,626 117,626 00000000000067098916140c0750004bf2d652d02d6a74f33bcc1698395b7fa4 0.00 MB 9 955
117,625 117,625 00000000000063f0f77c6fdeaaf91370dd95c856a7837a59921dda185e50ac72 0.00 MB 9 359
117,624 117,624 000000000000167dc5676d801119c6797ee29a09bf73bdf4cf442002eafe936b 0.00 MB 7 689
117,623 117,623 00000000000030e30f5aa98780786044fc78446c63410ae21835917e024166a1 0.00 MB 11 632
117,622 117,622 000000000000156b7572513d9f8bf1e9fe6544448b15c3e369851c6828c5eb21 0.00 MB 9 0
117,621 117,621 00000000000006ba1ba98f6772bdafcd889353e604be37abe38f4eaa28754103 0.00 MB 1 0
117,620 117,620 0000000000008c903fe990f09e19cc3c9292f685b0948cd8a734f61ce9c31065 0.00 MB 11 0
117,619 117,619 0000000000008f388d450ee21c41d9485d057efe04dbd0038abf5b8888dfd648 0.00 MB 9 607
Previous 10 blocks ↓
Total Size: 647.62 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,521.31 GB sent, 46.85 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.