Memory Pool Memory Pool Refreshing

35,866 transactions
39.05 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,505 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,773 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,504 (437,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
404,691 404,691 000000000000000006764e0ff2910ddb642885d926a16e97b8c4c90f5dd5d7dd 0.10 MB 159 45
404,690 404,690 000000000000000005deb332ab7420e64872125bbd136962ad89ee8fa1c139fa 1.00 MB 2,741 55
404,689 404,689 000000000000000005a8b28650c39cb993c65c7be11d2998fe102136a5e74fc8 0.93 MB 2,921 75
404,688 404,688 0000000000000000046a1f8b4a4aa69f9594fbe32e115d5cfff5db554cfdd93c 1.00 MB 1,736 39
404,687 404,687 00000000000000000521ff53c4a61857e993650d8ba3f27e298de01b9c8113cd 0.99 MB 1,425 23
404,686 404,686 0000000000000000037ae862498d27c4a2a49eb4ab776fb5c3f3e504b328b5f1 1.00 MB 1,523 32
404,685 404,685 0000000000000000017fb124868a15c573480cd8c6ddfbb01b9bd2b51f041eae 1.00 MB 3,273 63
404,684 404,684 00000000000000000672e1a9a2137849a7c5bf17ed87c1c0d56fa9b78f825a62 1.00 MB 1,844 34
404,683 404,683 00000000000000000049dc230a8892e06b6ee7805d860a7ff19770a63f14a82e 1.00 MB 2,365 35
404,682 404,682 0000000000000000051178aa604218a208c42a3e0fd483def3323701c7e20398 1.00 MB 2,640 56
404,681 404,681 0000000000000000034854f5a3ab27cfbc220a42c75061dd13d2067cda71191d 0.93 MB 1,551 44
404,680 404,680 00000000000000000095c1a03fdcf52796a659802224327a1e09783a308dd717 1.00 MB 2,690 60
404,679 404,679 00000000000000000189e37eaf31b14de3ca25a6e45bad73f779ea5c528588ac 1.00 MB 2,218 40
404,678 404,678 0000000000000000065fb7e78aea69a9ce7a91c4bdfb75e4c685f7745395ca0e 0.99 MB 3,364 63
404,677 404,677 000000000000000005a9a0f26f95fc4a73dbf793680903f640d196ce2b30b280 1.00 MB 1,101 70
404,676 404,676 0000000000000000033cfd2a662aa1c0fea4261117a2da38de8c8dc302e00996 0.91 MB 937 69
404,675 404,675 000000000000000000a302c19a648b53bbfd6b20c1ee40bbbf9550497ce8f5df 0.88 MB 399 55
404,674 404,674 00000000000000000307b3401b44956cd630323f307060c25d821578baa52056 0.99 MB 941 38
404,673 404,673 000000000000000001ca14cf4b160474aa02e636d4708c43195a966c0612f8ed 1.00 MB 2,296 43
404,672 404,672 000000000000000001832813f0229abd46040e9dbbaa5dda6eda5822a8c94490 0.62 MB 1,286 37
404,671 404,671 00000000000000000695a1d2e0782110a7ddb56dcac54baceb08b6a3aaa7f0f7 1.00 MB 1,351 28
Previous 10 blocks ↓
Total Size: 647.68 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,534.18 GB sent, 47.16 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.