Memory Pool Memory Pool Refreshing

40,306 transactions
40.89 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,701 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,279 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,700 (294,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,615 547,615 00000000000000000006690838da9f698fd5117f42e260e1e694c7a9624ca4f9 1.07 MB 1,970 8
547,614 547,614 0000000000000000000d03319ac4abfdbb49db8e4dea3ba1ee80ed455aa55c8b 1.24 MB 3,487 18
547,613 547,613 0000000000000000002223e941c87d12d6f16121534e269cc9c648de42f21ca5 0.46 MB 559 12
547,612 547,612 00000000000000000019b873a851bbc330df19d59c9be8735dd2904c77621edf 1.18 MB 2,627 12
547,611 547,611 00000000000000000004d40a3f6edaf6ec54f3109c1df891b09b957a4218b747 1.15 MB 2,249 10
547,610 547,610 0000000000000000001c540afd724bfb028e6d92a54de653e0128f3431cc833f 1.05 MB 1,789 9
547,609 547,609 0000000000000000001a19b01d43b1033ca3c1a699d1a546cc8b122e0b2647fc 1.20 MB 2,617 11
547,608 547,608 0000000000000000000db2628645e5d0f9a1572e552ac19eaada7c28170d9371 1.15 MB 2,338 9
547,607 547,607 0000000000000000000dd4065a32cc599d4715ba58c2e4d37fedc339fc1a5327 0.96 MB 1,649 7
547,606 547,606 0000000000000000001d2e16e7d9af2e9d7078273988e57e3dac44c33c9d7458 1.25 MB 2,271 11
547,605 547,605 00000000000000000016bda48e0e9c763d3daf355b710492d0409eee25ea5b2d 1.17 MB 1,054 3
547,604 547,604 00000000000000000004a6a18ecde5dcb70139c3a18b1b3191085e3f636f1ee0 1.18 MB 2,790 25
547,603 547,603 0000000000000000001e7e0502428519217cea4e8b2dba6b3916f11f7d70ec0b 1.51 MB 865 5
547,602 547,602 00000000000000000012ad88c714b07f6bcd8d70f5c6fa55414d0777364a8738 1.34 MB 541 5
547,601 547,601 0000000000000000001649dfe9645695750de467cbfce811497aa35c48cd434f 1.48 MB 867 4
547,600 547,600 00000000000000000012dc73b2eadbb72bf9ecb501612ec7ea76bc47a92f48c5 1.40 MB 1,688 8
547,599 547,599 00000000000000000026a575acc4f3812c18411d9f713e635169e40bf680b9a4 1.18 MB 2,900 14
547,598 547,598 000000000000000000010cc5dd28b51b0c107f75309413aea7a60093ae3a8101 1.49 MB 850 6
547,597 547,597 0000000000000000000fc2a3fdadcb88939e4d05f4f1fed328e2a49763667b07 1.32 MB 1,887 7
547,596 547,596 0000000000000000000a1502ccd5ae8661694e4e01ebeb8a80c0b33980eb3faf 0.23 MB 432 21
547,595 547,595 0000000000000000002414d587cc3c3d34d6d6d2171e028a9a5ad93e52ca1062 1.17 MB 1,940 6
Previous 10 blocks ↓
Total Size: 646.20 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,333.04 GB sent, 36.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.