Memory Pool Memory Pool Refreshing

36,900 transactions
41.32 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,730 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,275 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,729 (491,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,668 350,668 0000000000000000038fea8026f086156d3f296fe8af3dcdb41cd53f0658a6cb 0.78 MB 332 6
350,667 350,667 000000000000000001530f8e975576e9b3188fb0f32422ceeeb0bbd74b02b17d 0.69 MB 812 16
350,666 350,666 000000000000000009b417d7f8cbeef5a56eec237205f69c89729d9045d53cc3 0.74 MB 395 8
350,665 350,665 000000000000000009623b0d2f091c4e0c318e7672fc77a238d4c3b878db27fe 0.16 MB 202 14
350,664 350,664 0000000000000000070e84592a0e142ee1e29ead01372aefcc1cce2e96a8e60d 0.75 MB 1,505 29
350,663 350,663 00000000000000000fd83e29f8b11e9c9748d8c7e7737c8cc7bf1645da7af87f 0.73 MB 413 6
350,662 350,662 000000000000000012c1cd87e12d82631b844caac081b421c5e93f2d0b73c34c 0.75 MB 1,553 31
350,661 350,661 0000000000000000017012e5e92d790c5a678f0b9aa962989f8af38218c04b41 0.08 MB 139 22
350,660 350,660 00000000000000000836144e1c3a55a5f5ad04b21c26c95eac1021d06ba50198 0.71 MB 1,179 18
350,659 350,659 000000000000000014512f08575555ef62290f69cb1131ae7bfbd3a161d50f8c 0.25 MB 856 51
350,658 350,658 00000000000000001517cc38328c9898797bb4b31f9076a513ab24d4e4ab6e2e 0.73 MB 1,518 24
350,657 350,657 00000000000000000dee975e1b6c844896733ea6b0001c1a9aa50c87c531a369 0.16 MB 327 29
350,656 350,656 000000000000000009c19486406ac73e5c247b885635e12ad784be9dfabb5d5c 0.54 MB 731 14
350,655 350,655 000000000000000016a301ea5d52ac23f01a5873acbcecce79992f8f55d562d2 0.09 MB 165 24
350,654 350,654 0000000000000000174449ac70ffc55285a7a39657476a7ab26c54ade3676f2d 0.05 MB 128 49
350,653 350,653 0000000000000000024ffae3328d33a5547d55e03b26d00567c180099026b9cc 0.30 MB 725 30
350,652 350,652 00000000000000000df1c5c77fa037060a8169d2225151364f58b9ef9f6c1803 0.28 MB 602 27
350,651 350,651 0000000000000000123ca0c179383871379cfd77b8994d60482b904bd1e2cfed 0.09 MB 254 32
350,650 350,650 000000000000000004540969a9caa6275c704a1f63ef42f5efdb38fd04017da8 0.30 MB 611 22
350,649 350,649 00000000000000001012a79d3910ae1d063410e6f2412061c8c7febbdd9356a3 0.29 MB 513 20
350,648 350,648 00000000000000000c54e7c626bb445274500c879b93dc03d60cd10ef089493a 0.03 MB 57 6
Previous 10 blocks ↓
Total Size: 646.25 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,335.08 GB sent, 36.66 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.