Memory Pool Memory Pool Refreshing

48,321 transactions
41.98 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,558 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,192 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,557 (410,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,967 430,967 0000000000000000021fdebf6a2fc59668e0eab93c8c630ed8aecbb46c8bf9a7 1.00 MB 2,349 58
430,966 430,966 000000000000000001c5d5197a1b2c24d8105bf2874c1490fe386c83b8e18b92 0.93 MB 2,706 78
430,965 430,965 00000000000000000407405fe5ba1b3cc15ea2553fb1967f9da848af5e9236fd 1.00 MB 2,799 77
430,964 430,964 000000000000000003c9e502d90cf049eafce37021d711705c3a134ba227a005 1.00 MB 3,048 86
430,963 430,963 00000000000000000395a9dfe04b746b02e9eefa3ac527a6438f4fdef8c781ca 0.52 MB 1,148 49
430,962 430,962 00000000000000000116d1611c94126b98aab2376db75e8070b272caf3a91744 1.00 MB 1,741 50
430,961 430,961 0000000000000000025a272e7b706bc13aec6d92276ad96fe8aeae58f02e1650 1.00 MB 2,684 77
430,960 430,960 00000000000000000110377d06b1cf673da9692e348e5c2dc5be2d9adb0bab47 1.00 MB 1,448 36
430,959 430,959 000000000000000001a134b14a19703155c779fb399a5192b698684c8f4eb592 1.00 MB 1,730 49
430,958 430,958 000000000000000004cc18979c2bc1ee3e1974ca1fc53be1cc59e24700bc0f7f 1.00 MB 1,785 62
430,957 430,957 00000000000000000472ecca307639e1e84d15798544db7673c57a8303b60881 1.00 MB 2,450 70
430,956 430,956 0000000000000000021df93c556c756dbf6b89591b06502884826b77779f2789 1.00 MB 2,654 56
430,955 430,955 000000000000000003687da77cdd79d0e65bc5acfc9e645df9b217fde83ac281 1.00 MB 2,694 92
430,954 430,954 000000000000000001cf089f9aee76b9d99982f9b00862a2f8afcbaf1a86b8cc 1.00 MB 2,243 64
430,953 430,953 000000000000000003cd03136bcffdf842d4a2911961c45c957af702c431cc87 1.00 MB 2,612 65
430,952 430,952 0000000000000000027efaaa4c30ae78c67a1db53c4e3ae79df46c363dbd23b4 1.00 MB 2,521 80
430,951 430,951 000000000000000000df5ecaf936309dff2859824e21ba2519aafafa2c28ccac 1.00 MB 1,753 65
430,950 430,950 0000000000000000023342de6cd653c5f4fc188438459385761059f01a06ab8e 0.74 MB 1,326 46
430,949 430,949 0000000000000000047a99d968c3c01b4a0e3f4392930df115e2096b49098287 1.00 MB 1,571 43
430,948 430,948 00000000000000000127a6df5f5f5a85cbf04d874bb987951ce7e205f8706f71 1.00 MB 2,514 64
430,947 430,947 000000000000000004b9eecd278ec91c5ca4b0848a9732477455780b2a889b13 0.75 MB 2,163 96
Previous 10 blocks ↓
Total Size: 645.93 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,308.25 GB sent, 35.01 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.