Memory Pool Memory Pool Refreshing

27,430 transactions
41.99 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,211 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 561 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,210 (293,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,834 547,834 000000000000000000110619b8f4713033fc456c76646af894b856047842c866 1.29 MB 2,792 5
547,833 547,833 00000000000000000004983e13c58a85f894050deb568d0eec21d0e9b4f3fcf7 1.21 MB 2,697 27
547,832 547,832 00000000000000000001d5c84216c226186288fad3bedb057a25b393f44cae0d 1.43 MB 2,783 16
547,831 547,831 000000000000000000234fd9baeeb359609b6ec6fc2adefa834938f65c551303 0.84 MB 2,151 31
547,830 547,830 0000000000000000001d5c796194379ed5af91e9f4372893bacc61c0e1654411 1.14 MB 2,487 15
547,829 547,829 00000000000000000023ec99a309d9998475d07a7f12f2563051125009a6be89 1.16 MB 2,765 16
547,828 547,828 0000000000000000001b6a69ca0427fc873754bd357ba59b108c66b40c4866a6 1.18 MB 2,789 3
547,827 547,827 00000000000000000024a08211750e56bec0288b3d74a6e9f1edf197500c05e6 1.22 MB 2,317 21
547,826 547,826 0000000000000000000380d37f0c08c75d166f73bd7b3d9f7dee450a86bacb97 1.24 MB 2,588 18
547,825 547,825 000000000000000000214f39cdb95eb84f68c33decbd8628cecdad04da0e852a 1.11 MB 1,786 9
547,824 547,824 0000000000000000001826cb02eb608af58fcf0683baef9f32b6fced0d3e61ab 1.23 MB 2,436 12
547,823 547,823 0000000000000000001652e8994e7953ecf9a56c882e08b9d1327d106f0d48ef 0.28 MB 442 47
547,822 547,822 00000000000000000010821d1bfa8684ff8fffb960830ce0428ae535a2561a89 1.21 MB 1,203 2
547,821 547,821 00000000000000000002b783fc1b993e8d4d5a0b3a70b3197546584b53201f0c 1.15 MB 2,402 3
547,820 547,820 0000000000000000002567838455718b809732e2f6f6574b419023574e837a3e 1.19 MB 2,291 18
547,819 547,819 000000000000000000242fefdd690d5d50bfa3303ef1d3b49f21af8797252c02 0.41 MB 652 16
547,818 547,818 00000000000000000017e64c4a4087337a42f202d6077147b6b798cb7decdf4b 1.16 MB 2,283 9
547,817 547,817 00000000000000000021191a732a582d8752e717f385b3e72ed3b9a77389e81e 1.24 MB 2,594 15
547,816 547,816 0000000000000000000715f52b0f380f1c44375badaa212429f62ff9e37f512e 0.07 MB 201 22
547,815 547,815 00000000000000000008bc3a984fbbcf79e0fb411bd655185a3748812fcbe0e6 1.32 MB 2,628 4
547,814 547,814 0000000000000000002116c71dc786e2c6fe4b70b1dba0e8b2cb69bd594064b0 1.22 MB 2,573 31
Previous 10 blocks ↓
Total Size: 645.27 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,228.50 GB sent, 31.40 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.