Memory Pool Memory Pool Refreshing

44,411 transactions
52.24 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,361 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,451 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,360 (275,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,630 566,630 00000000000000000005e68304739ef2dae27aaa2338b399b93518d251c1f6f7 1.07 MB 1,012 14
566,629 566,629 00000000000000000024b75b274b30acd7169dcc6285743745c170e0447b18d9 1.29 MB 2,493 28
566,628 566,628 00000000000000000006fdb48fc48691b52de9ebb4dc4b50eccd71a18c47cd48 1.14 MB 2,321 15
566,627 566,627 0000000000000000000017a25094fd6a8f1aea73cb7c37fd0cda91e2cab698c9 1.33 MB 3,304 30
566,626 566,626 00000000000000000012a1a6a2bf0d43abf2436208f7d7f9d910f76950ee1ba7 1.13 MB 1,860 16
566,625 566,625 00000000000000000019d8531b543b83d09fadc79f6ebe28ecd65e696060b074 1.31 MB 3,110 36
566,624 566,624 0000000000000000001798171c9e291bfd2f868d266f411920525c39e8b5fb99 1.15 MB 2,739 22
566,623 566,623 00000000000000000028f87e5c436f8cb8830226fbb04fce4d7c893da26cfe8b 1.19 MB 2,945 25
566,622 566,622 0000000000000000001631114b9080c773a61579a019ef1b4acda7b9bc0ad5b6 1.26 MB 3,005 19
566,621 566,621 0000000000000000002699eaba12ac5b5b733eb950edeed695e4b1bed65750d9 1.32 MB 3,178 31
566,620 566,620 0000000000000000000d72a68cc5fcd83613b711338f6a25905cbc71aa022e91 1.30 MB 3,014 37
566,619 566,619 00000000000000000023d5d6778a6d3228321462f9456f2f05e5e60410a40252 1.33 MB 3,097 31
566,618 566,618 000000000000000000190699c96e364aaebb3f91e808057e93d7720af91a6802 1.17 MB 2,556 27
566,617 566,617 0000000000000000000553f5819bdbb03587114afecbdce4e74cc83de8933e71 1.25 MB 3,450 17
566,616 566,616 0000000000000000001aac911990bbf085bcee484eedba1c5c8154c2a8d757ce 1.26 MB 2,689 233
566,615 566,615 00000000000000000025a68d6fba83daaa90c4abc04909c3c403c68f07b47f3b 1.22 MB 2,384 37
566,614 566,614 00000000000000000003a353c8e2e1a2ec10a7b0b431d0f9a6c0d0405a83ba03 1.13 MB 2,471 25
566,613 566,613 0000000000000000001de74bc469f994c8b2437e68d32896bbf46a33695cbbd3 1.20 MB 2,605 19
566,612 566,612 000000000000000000138390271ae7aff699d08883ac511a19ea69c6ce825f92 1.29 MB 2,779 25
566,611 566,611 0000000000000000001264af80dae78dba127683e64e29af1b437235b200c310 1.25 MB 3,071 38
566,610 566,610 0000000000000000002d95fe34afd0a2e7b5c0eff62a7f4457c54063914972af 1.33 MB 3,210 39
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.37 GB sent, 45.45 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.