Memory Pool Memory Pool Refreshing

27,847 transactions
32.25 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,889 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,104 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,888 (724,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,644 117,644 0000000000006a5e469d5e75b0ac7932e4213477f8bf4acd4c020cb8a870435c 0.00 MB 12 0
117,643 117,643 00000000000086c127d546f4c7f92a2241d1ce8e36d8030f6d074e85a7bc6dae 0.00 MB 12 0
117,642 117,642 0000000000008a9d5c9d6e3756a01b9f11cc63e57bd913f592ba7a473a9b0941 0.01 MB 13 242
117,641 117,641 000000000000245e2840bce52575596fc5583f5f816f897d288f3f28a5fa922d 0.00 MB 9 0
117,640 117,640 00000000000079d60ce0621e3676c086e9ec45617935cc8e0375ba1b0ab6b05b 0.00 MB 2 1,295
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
Previous 10 blocks ↓
Total Size: 646.56 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,369.93 GB sent, 38.44 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.