Memory Pool Memory Pool Refreshing

63,568 transactions
45.04 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,075 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,106 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,074 (585,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
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
Previous 10 blocks ↓
Total Size: 646.89 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,431.86 GB sent, 41.16 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.