Memory Pool Memory Pool Refreshing

45,170 transactions
49.44 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,363 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,802 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,362 (515,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,800 326,800 00000000000000000a0aa99b870e2f0977cf3ad343b205ea3ec851755937ac06 0.51 MB 829 24
326,799 326,799 000000000000000003fec4b5cd08090ab80010345952ab08048e088a00c2b09b 0.24 MB 484 29
326,798 326,798 00000000000000001946b937fd64f31dda83721cf93133c6efa3a2959781b01f 0.66 MB 501 15
326,797 326,797 0000000000000000139af611a13a098a17799be106ab7bebec44393a918ee69d 0.75 MB 2,144 40
326,796 326,796 000000000000000013820f5c750da2906708181f6e1bdc1f9fd161057766998e 0.41 MB 779 28
326,795 326,795 000000000000000013dceab83499190d40e1548164f22c61c596b224710daa88 0.64 MB 1,312 27
326,794 326,794 00000000000000000223d28420b708cc15a330792151a2d43d18dc3adcc47330 0.05 MB 128 68
326,793 326,793 00000000000000000a306e8d706963184d8019cb10c4034ff40662db347692e7 0.64 MB 1,140 27
326,792 326,792 000000000000000009a5f69e2da3e8f493357ddb14ad0c79aff204c23af47410 0.24 MB 473 26
326,791 326,791 0000000000000000032abc99f137f4ac25794b369b50d1d411a93b145471c29f 0.33 MB 705 33
326,790 326,790 000000000000000015e574eafab6371c55651cea2b2a18473341142b7c05af70 0.41 MB 889 29
326,789 326,789 0000000000000000073bb8b55bdc33ffb85d2a016e2069a03c0e63aed44c3e52 0.13 MB 297 31
326,788 326,788 00000000000000000553d5c86c5f7a7a58aba07499f0a0809e87b6836d8bf7ad 0.23 MB 410 28
326,787 326,787 000000000000000002c7d58c78d2ff0b99c25cb4d34a89d0bcefbe943198d80f 0.50 MB 1,001 29
326,786 326,786 00000000000000000decf79932834515919b451f1fdab0071307dffd9457e83d 0.41 MB 513 27
326,785 326,785 000000000000000001ac058497f849d9e6a2373b2c8a3f2890f7ce7566f60b29 0.62 MB 1,326 32
326,784 326,784 0000000000000000020ddc00e0be22f78e239cd6e2031eddaf8dd0d8579b7a7b 0.13 MB 156 18
326,783 326,783 000000000000000006c87a0201bb752847c549d5ff09e1b4cdcfadb36ec22f48 0.14 MB 200 21
326,782 326,782 00000000000000001064c59e98927f5ba915f38581c307d490555ab095e37388 0.09 MB 256 36
326,781 326,781 00000000000000001dcdb97eb249ea857add4c1095721bbab9b2ef72a3be494f 0.21 MB 539 32
326,780 326,780 00000000000000000b2eb78051e36ca5daf3fc1ea99069e3177b3992ff500ab5 0.29 MB 574 30
Previous 10 blocks ↓
Total Size: 647.40 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,483.94 GB sent, 45.50 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.