Memory Pool Memory Pool Refreshing

64,803 transactions
31.61 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,508 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,348 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,507 (323,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,761 520,761 000000000000000000189cfcfd49b86138bd978e4289cb08bf4ea8423ff8e625 0.01 MB 28 13
520,760 520,760 0000000000000000000f9d5b125f14b92ede80da1a184a50b86de9b6b6000fa5 1.00 MB 1,820 26
520,759 520,759 00000000000000000040c62f2791c5cd42c5742abbd471f404557b36527d6857 1.14 MB 2,708 14
520,758 520,758 0000000000000000003924d50115a5d15cbe938e034cf4c20e4ec5916658c0c0 1.13 MB 2,261 61
520,757 520,757 000000000000000000374ee360fab2b328206d702edb1c30709b471496b6f6fd 1.05 MB 1,825 29
520,756 520,756 0000000000000000002b4fcce353076a7a4377486372fdfb6bf200629512c52e 0.10 MB 293 35
520,755 520,755 0000000000000000001bd2459666a2b3342badd32cd325045964c62edfe78ccb 0.15 MB 367 37
520,754 520,754 00000000000000000030e30002bbd7d0930319441297408222e94a8d6af39fb5 0.75 MB 1,707 36
520,753 520,753 0000000000000000003d0c9613ae8264fc65cede64c28dcd3361d6fc235057f6 0.73 MB 1,603 38
520,752 520,752 00000000000000000019a18acd4d5cd717d5812a1e766b1d46d79fdef7d50d8a 0.64 MB 1,509 43
520,751 520,751 0000000000000000002557a63add32cf780ce2e1fa871851f7ecce6c68b2c7ef 0.07 MB 189 34
520,750 520,750 000000000000000000182ec59e68571ea9b0b6045f47914cfb42539c8b788f42 0.96 MB 2,244 44
520,749 520,749 00000000000000000025e997720d12c9f92b1b0ed0e5ccfcc0c36aebba8006ea 0.17 MB 277 20
520,748 520,748 0000000000000000001863ebc54f4601b83839a248bc594d495b3e81acd4ab68 1.14 MB 2,370 45
520,747 520,747 0000000000000000001f9af951846c4613a8be7ca8bebd979413f896fcf7bc10 0.21 MB 490 42
520,746 520,746 0000000000000000002f6f57f0c56b823c7ddf2104eeb638a42c9bd7b18292f0 0.23 MB 418 40
520,745 520,745 00000000000000000005d2a1eddcd8999de25624aed322de544b2a03ff9e36fd 0.52 MB 740 7
520,744 520,744 000000000000000000443d9e49346e8bbc5faf4f61f3143ae7ee77d6a526f765 1.15 MB 2,493 56
520,743 520,743 000000000000000000083fd0799306f8e461e1c8c651c336002afabbb38e71e6 0.78 MB 1,479 33
520,742 520,742 00000000000000000025c8736fa0dd27a1cedd1b57d3428fdba8bc96b8d06825 0.49 MB 963 56
520,741 520,741 0000000000000000000698bd331e573ca34797d660ab33f66e147ce463013ad4 1.17 MB 1,887 25
Previous 10 blocks ↓
Total Size: 651.47 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: 9,136.21 GB sent, 68.77 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.