Memory Pool Memory Pool Refreshing

22,744 transactions
37.90 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,617 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,194 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,616 (585,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,750 256,750 000000000000002bf193b7d7559b8b713711d70f020a044e6518e273542a19c5 0.05 MB 51 36
256,749 256,749 000000000000000f7022d5672f629a685cc33c3e71280c85dcbe313de7005d81 0.17 MB 367 97
256,748 256,748 00000000000000054a4ccb35aae6240ec7a773cf94862df4c8fa7c33c728b734 0.13 MB 333 140
256,747 256,747 00000000000000114cd21595c0efd5a842f0f1368a8e22013368f28d17ec40ca 0.49 MB 1,210 118
256,746 256,746 0000000000000029858788e0bc17ec7d72908e098dba0f4aa18488542284979f 0.06 MB 128 108
256,745 256,745 0000000000000018416ab4a50b1e6cfd95f470684db16f6054a978a54ed32fac 0.21 MB 529 132
256,744 256,744 0000000000000026f3c48ba14267a8b6335299e0d03d74e986f23970a2e8e22d 0.21 MB 497 87
256,743 256,743 000000000000000568b513f404ff72fa66b867e8610d6647973ad73ae7156394 0.10 MB 256 170
256,742 256,742 000000000000001a2d19e99cfebe2afb3a8c8f58a8b1349bc9e056993090d049 0.01 MB 24 99
256,741 256,741 000000000000002c75f6efd0de334af651ff1fe3ac5e7080a2036f34a53a86fb 0.09 MB 252 132
256,740 256,740 0000000000000029e394bfe60358ec7c18a802630f4a8322cf40abb28ee04f07 0.08 MB 214 173
256,739 256,739 000000000000002c5a00603d15ced254dc474c2fdc5ab05e1a8b466cedf6fcbf 0.13 MB 295 100
256,738 256,738 00000000000000089c908cd7de665dcfdd878c2352aa8ab1d69b4dd987aa1529 0.27 MB 509 89
256,737 256,737 000000000000000bd8b6df8ce2152465284567a99bfa276c7a4baccc22fb9604 0.25 MB 687 133
256,736 256,736 000000000000000c21cc44e63ed8101b9ed4ff16dc6785a4fbb6f6a4c73a9002 0.01 MB 11 41
256,735 256,735 0000000000000027585a56301c6f71a5ca226d26ed40db35014c90b6d35fe637 0.13 MB 326 135
256,734 256,734 000000000000001ef298736cfde1ebb7bdf847e6972499bf6e0440df691e0b0d 0.06 MB 39 39
256,733 256,733 00000000000000096b63d0337235323908f3ba49610366afe55dbc7cfdc2289e 0.07 MB 164 105
256,732 256,732 0000000000000021b93c9e1bb8b35eb68601f2769eb778969bdde6f91907dac8 0.08 MB 200 121
256,731 256,731 000000000000002cbfb85fe6b46187ea34dcc30fa9ef57657812d4354de8adc0 0.12 MB 299 130
256,730 256,730 000000000000002b019d0da16a6c6eb401b10179ea4c0bfd4587de87eb3e95de 0.25 MB 502 101
Previous 10 blocks ↓
Total Size: 647.90 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,554.51 GB sent, 48.39 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.