Memory Pool Memory Pool Refreshing

44,183 transactions
50.04 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,518 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,560 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,517 (209,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,690 632,690 0000000000000000000438c54a2a9ec67c85342397db84e6d44a2285b9744e41 1.38 MB 1,874 63
632,689 632,689 0000000000000000000c6b82a4864d946e92c9ffd6f302e571a122624d5b7279 1.30 MB 2,338 97
632,688 632,688 0000000000000000001103812ac9921adf0ae1d111be9fe6ce37a71266ecec6d 1.49 MB 1,956 52
632,687 632,687 0000000000000000000d519a5fa762c97b19ede75e89933fe3ee79fb3caccfe8 1.27 MB 1,319 69
632,686 632,686 00000000000000000003c95589fee9fd9bfda7fcb076fe0decd2d1d672b0ba4a 1.27 MB 2,292 107
632,685 632,685 00000000000000000000ccfea71c482533a0a86316bcc32d4a3b22659322676d 1.48 MB 1,950 76
632,684 632,684 0000000000000000000b4e0793371a7a1368cc9b803e4f38883debf140832a7e 1.24 MB 2,742 115
632,683 632,683 0000000000000000000d901b3e349f0c6168ef0ef86677bb5354c32785d966ca 1.21 MB 1,808 13
632,682 632,682 0000000000000000001019f9913c89a0580f8593ce1cd4132fc31b35c4ffdbc8 1.32 MB 2,836 51
632,681 632,681 00000000000000000000a7e209749bcbbfb967739a5de52c90c7d17492639377 1.24 MB 1,939 69
632,680 632,680 000000000000000000111a9ca41980e35b2dc817be0d310f6077910dcc5f946e 1.36 MB 2,530 100
632,679 632,679 00000000000000000006cff27ebeb2abe84ba6148f2dcc8806ed6158183a2091 1.63 MB 193 4
632,678 632,678 000000000000000000078c278e29c83c771ce7c4728ebdc25214f18c71d1280d 1.67 MB 243 7
632,677 632,677 0000000000000000000d9d9c82c9a60dbca126daf88de2f938bf49a444e8b838 1.23 MB 1,647 40
632,676 632,676 00000000000000000005c0f74e8b00c3961d6dfbf32936edeaa300015949f3c4 1.25 MB 1,280 71
632,675 632,675 000000000000000000007014b536630477c2c9636947a9f1e0a28b5c5bb01ca7 1.46 MB 1,544 36
632,674 632,674 0000000000000000000350281b4054a389db09025fd43b4b3f8f22ce88abe11f 1.27 MB 2,045 54
632,673 632,673 00000000000000000003be57e7059995db2656d95a089015cda34dbaf2923bd6 1.31 MB 2,328 72
632,672 632,672 0000000000000000000e4f98b57cdaec2a61ff636d70b71f106905e4616112db 1.32 MB 2,121 50
632,671 632,671 0000000000000000000096add0ef66a690491b69af054e87c7c82889e2ff551e 1.65 MB 619 12
632,670 632,670 0000000000000000000b328cbf1dd8fa0be2364f48d0e12e733b5f3152737d90 1.38 MB 1,943 48
Previous 10 blocks ↓
Total Size: 647.71 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,540.80 GB sent, 47.36 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.