Memory Pool Memory Pool Refreshing

23,798 transactions
28.83 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,866 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,738 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,865 (514,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,963 326,963 00000000000000000f7bd34c3bc539d7349d52d9b3484aee0cc2ab10b773dd19 0.24 MB 423 24
326,962 326,962 000000000000000002345d73994bd46357ebc3794837e5207ba667d2d7a2d7a9 0.17 MB 319 29
326,961 326,961 0000000000000000125fa040264fcaf507184851a22d6a2bf18955e64b9276a0 0.33 MB 662 31
326,960 326,960 000000000000000012e906860101cf672474f0402722cdc11365e5a4cb00a30c 0.03 MB 70 32
326,959 326,959 00000000000000000cfd9cdcc88617f3381198149b7e417c142b911134c41a4e 0.32 MB 636 26
326,958 326,958 0000000000000000011672e0046c46e8d9471e8f6ef267f7f3c0fe9ddb8016cb 0.63 MB 1,091 26
326,957 326,957 000000000000000008ffdf90f506525977b647d073c999bdf310d99f8c49f7af 0.14 MB 209 9
326,956 326,956 0000000000000000149241875eabd66e7313972b7db7e754d7242329eabf6e0b 0.10 MB 205 27
326,955 326,955 00000000000000000cb0f13c18ffaf2b37da47622dc30f4f5371578e729b9b8d 0.18 MB 240 22
326,954 326,954 00000000000000000e378b7de992b9b48c5cb2cedf571cd76af64357ce5b68b8 0.17 MB 319 27
326,953 326,953 00000000000000000eece2ab21bfc0f85ec729ba72ade44566ba6ff2f6fbad49 0.70 MB 1,387 28
326,952 326,952 00000000000000001a220af74768092562a24c042c191ad357f95c692079ab55 0.40 MB 763 27
326,951 326,951 00000000000000001b5e03f4c3ccd26e61ef3e950982dfa1a2e877377d342ade 0.19 MB 254 19
326,950 326,950 0000000000000000027a565c2cca331e9acb55abd24071f7491c5e3460352be7 0.75 MB 1,127 25
326,949 326,949 00000000000000001befce1b44ce3c0c858ae35b179f04c759e6f6cab7343dbf 0.05 MB 89 11
326,948 326,948 00000000000000001da80c5ca3e527440e33a649f4fa0252986c6e209062f09f 0.29 MB 363 23
326,947 326,947 00000000000000000a7150541651fe34f9f0fec51462cf7c5ffe74f72da4903e 0.59 MB 853 22
326,946 326,946 000000000000000010a994ee1a24c393707a5fde8a4a94cfbecba9e7a21af21a 0.34 MB 649 29
326,945 326,945 000000000000000000a0a3392af44a10bbb9cd6fced155b061f002298fabecbf 0.30 MB 558 28
326,944 326,944 00000000000000001d9bda09bcb1e4413d545fa08577a2a382b2482b49a0b1f5 0.21 MB 481 32
326,943 326,943 00000000000000000688daf8253d09a9d5c01a97710bdf7001d044f5d3473744 0.07 MB 98 5
Previous 10 blocks ↓
Total Size: 646.51 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,362.73 GB sent, 38.15 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.