Memory Pool Memory Pool Refreshing

31,495 transactions
36.57 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,892 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,820 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,891 (585,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,256 256,256 00000000000000294c1570b253f58ae84bb3436f27dc341e01ec98b12ffb4457 0.16 MB 385 140
256,255 256,255 000000000000002c615c4e75ed0e3cd5fdf8c784ed70f994f6b8dd170491052b 0.30 MB 686 124
256,254 256,254 00000000000000167d0798f1c90a8b032608b2bfec24e9338046f0458f889050 0.43 MB 975 99
256,253 256,253 0000000000000016f9e206d675a4806a56889b4dad5bc8101458a67caae8fec5 0.13 MB 320 115
256,252 256,252 000000000000001be38f4d3d802a0c4f53aa250ade35ef562858df8f4459143a 0.50 MB 1,038 89
256,251 256,251 0000000000000021843eb11fc9e41c9f6b8403166d485259acd04f6349a15368 0.25 MB 817 304
256,250 256,250 000000000000001f1d84edf1d8901ed8a3b4415c0ae71faea14902a0cb12eb2c 0.25 MB 650 162
256,249 256,249 00000000000000176e15e4fb8f59e2b65407afa87af9af2f2a3ad31a215b5049 0.10 MB 199 71
256,248 256,248 00000000000000178f4cf7cef8941844bd72d1435f4cf5e61cfe066311f7807a 0.28 MB 648 109
256,247 256,247 000000000000001bb68eb99892b94fa8b33da6be1e52afe17920e05bea0528b0 0.50 MB 1,247 120
256,246 256,246 000000000000000c5a4a7971338e3b2226b4697035455b1f10c8db8806241ecd 0.25 MB 568 145
256,245 256,245 0000000000000004760b054428b39113e0a27e08cce9a98cd27c4dbee3ea3f05 0.09 MB 195 123
256,244 256,244 000000000000002fe406df0a623d0552973f7455aff2866b400492e7b964905d 0.03 MB 50 41
256,243 256,243 000000000000000b204f319b88cb7ada312006cff24259767ce543590376916b 0.00 MB 10 3
256,242 256,242 00000000000000240151486223bec38ac2efd88b06358ed808b7650ca2d4e7b9 0.18 MB 483 136
256,241 256,241 00000000000000094943a4f8db9e6e3c7693fda19a87e0c6311cbff6af5e30ed 0.02 MB 54 90
256,240 256,240 000000000000001c4c2ae705ca273cabbb7881587eee17d65e97872f6d32e3dd 0.15 MB 363 104
256,239 256,239 00000000000000153e89df838e32e1d69f44352582b7e916779a4c81f5c87fc8 0.04 MB 113 45
256,238 256,238 0000000000000022e8d500382e2890c4188afbac95bd96b28badeb40535a2d62 0.08 MB 175 117
256,237 256,237 00000000000000132059570a30473e9a66082f15a3587f46674e2868e42c1717 0.13 MB 320 120
256,236 256,236 0000000000000001d5cb5a162b017593ea700796346fc4ad2878317f88639558 0.15 MB 132 46
Previous 10 blocks ↓
Total Size: 646.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,370.63 GB sent, 38.48 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.