Memory Pool Memory Pool Refreshing

34,536 transactions
46.50 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,532 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,820 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,531 (586,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,274 256,274 000000000000002665aa9b70dc61c3e3a21b14254d025f247fcd0ee7988556dc 0.12 MB 298 118
256,273 256,273 000000000000001e54d7eb160c15019da95f2bf0e4a55a75339c2be02953c314 0.12 MB 253 97
256,272 256,272 0000000000000008ba72a286f0c0d7cc9f76404d6d03b1ecbceb957a896169ef 0.47 MB 1,152 125
256,271 256,271 000000000000000455fe9a0f779024be6ffb8d66e3983fbb9daf563cc2720dc1 0.11 MB 264 130
256,270 256,270 000000000000002d8e2f9179ed9f8cf3d9651d7ba23e1df5045fd53a7efb7e9f 0.04 MB 110 173
256,269 256,269 0000000000000028115e14c9c3ff53915c178d7e00483ea1d49e89e3a2f8ea1a 0.09 MB 248 130
256,268 256,268 0000000000000030064bb7a58f10d456eaa8ed4b1b5d302c0ef7beee89165195 0.03 MB 64 91
256,267 256,267 00000000000000165eab046aa4a026bc181b82d951936924c5aeb71ca394161a 0.11 MB 301 117
256,266 256,266 0000000000000024de7285b3c2414f0a16183de523ea34b0e761a4111f693051 0.11 MB 225 90
256,265 256,265 0000000000000029669d094d8730098533dace24b5ebbf53b2a289feb034444e 0.10 MB 211 99
256,264 256,264 0000000000000017393b8866299590a0cccb9fc3ec77d78f95ad1c8dad019ba5 0.11 MB 266 91
256,263 256,263 00000000000000152c20907e5fc32b0a5699cd6b3bdfdc54541068acc40c9001 0.20 MB 448 51
256,262 256,262 0000000000000004106d02bd030be7b11b09dc29bd1b814d82230a3602d71cbf 0.25 MB 672 148
256,261 256,261 0000000000000021f9c19ee0a908e5e8467a3135ca017778fa0b6fe205858e86 0.22 MB 581 114
256,260 256,260 0000000000000015f00b818ec4d3cd84c7efe492c19042e8d41aa1d88220fcca 0.11 MB 278 91
256,259 256,259 0000000000000030465e2521d48854fd32e22fb56a4d23383215eeef5cec71ad 0.15 MB 379 110
256,258 256,258 000000000000000120c0962bfabb16f454d619b081dabd5f593bdec041fdb04c 0.08 MB 196 76
256,257 256,257 0000000000000013ef06f2beede29fc3544553f88da16e56be374b98bf8378cc 0.33 MB 832 109
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
Previous 10 blocks ↓
Total Size: 647.73 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,543.15 GB sent, 47.46 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.