Memory Pool Memory Pool Refreshing

40,482 transactions
46.48 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,441 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,470 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,440 (571,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,703 270,703 00000000000000035ef2d94ca9f4835443292b04cc46afb82c44611c48b30727 0.38 MB 754 58
270,702 270,702 00000000000000018882853215961bee7a089793b1da929ab9f052ce82a0bbfa 0.25 MB 675 86
270,701 270,701 0000000000000003eb892338c0953df5201abc4ffe18f1e595fb1be85e53aa7f 0.25 MB 440 23
270,700 270,700 00000000000000064f72fd06b78ba81bbf4af77a68f9a1e058cd5f8f7a6e6379 0.25 MB 686 98
270,699 270,699 0000000000000002aedf7285b19281064220054eb1baa6be747b7470058d277c 0.25 MB 573 54
270,698 270,698 0000000000000002373303395444d62126a697979aef748fa724cf3086ce0428 0.25 MB 664 93
270,697 270,697 0000000000000006d37c68d184999e3b263e7fc426e0f8781a2906a15ba03b4e 0.35 MB 635 30
270,696 270,696 0000000000000002ae5e9a4d8db60afb571693c1ab13389b02e107dc637a5c05 0.25 MB 787 137
270,695 270,695 0000000000000005400486801012114d4e1c86a0e630361da1c958881dbf7eae 0.20 MB 517 71
270,694 270,694 00000000000000037c178a724acecb45cf32ff39290fd831172636d282b2bf90 0.07 MB 156 64
270,693 270,693 00000000000000044f4b9087e1422d70d45d109b3131f4bcabc0b430044bdb8f 0.38 MB 586 37
270,692 270,692 0000000000000002936ad878a05e447e1207381d7ffdf734524080a01cc2f3dc 0.18 MB 512 113
270,691 270,691 0000000000000006c2722453ef8cd34e4fa3d219b252b37402fa75e47eb2e90a 0.41 MB 636 42
270,690 270,690 00000000000000050f1b764e2a5a1ffa4606bba1a433620195cc9bf28c152942 0.14 MB 267 41
270,689 270,689 0000000000000000c535752181dd9717d599e7707a439cfbdba334d65997607b 0.15 MB 224 29
270,688 270,688 0000000000000002b599cd8483b6bcfe1791095508798f7676640a1f56cd169b 0.03 MB 20 24
270,687 270,687 0000000000000006f3d460f42794bede3975548d8c992711ff0723d41604191e 0.22 MB 485 64
270,686 270,686 0000000000000005d9cd8e46bc91444a57507f8b9e3399c2325ef06df429f06f 0.15 MB 139 19
270,685 270,685 0000000000000004c91d6c689721034ea4d8e5b127e55758b1f7b6807478f7e9 0.25 MB 622 83
270,684 270,684 0000000000000004d98433c32b8ca0736aac830eb0cbd21e65d10e76792155d5 0.49 MB 674 30
270,683 270,683 00000000000000039c261b8152705c69d142ba92608a338334211188ca0063f5 0.25 MB 716 108
Previous 10 blocks ↓
Total Size: 647.56 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,506.67 GB sent, 46.43 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.