Memory Pool Memory Pool Refreshing

41,983 transactions
46.71 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,764 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,408 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,763 (282,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,851 558,851 0000000000000000001e1ce40df93633653054b4dd8da6f5f7e0ad1c0fe28c1a 0.49 MB 569 1
558,850 558,850 0000000000000000002a7ecb8372f83ec8f8be4358c19411b2381a37c3d5b3a7 1.08 MB 2,515 6
558,849 558,849 0000000000000000000cb7ee6e5f17f825711c9a49a04bc66d42a1a1e3c99fd5 1.14 MB 3,095 10
558,848 558,848 0000000000000000001e3503f007b587b3fb47b6b6d9b208173fca913a3422d3 1.46 MB 2,664 24
558,847 558,847 00000000000000000000e0bc795a98e8d88c69bb8b85b244ed4775df7d90adeb 1.23 MB 2,797 46
558,846 558,846 000000000000000000016923df8b050d3956eec535202b63ef0c42140d42d625 1.16 MB 3,322 15
558,845 558,845 000000000000000000053139aeb54efa53a4480cdeb14985ca43760326c05cd1 1.26 MB 3,303 36
558,844 558,844 000000000000000000003a96aa2df561adea7e6f9c0096b998c6acb1d52b32f0 1.11 MB 1,819 9
558,843 558,843 0000000000000000002f6ed15754b650d1a2967b32fe90726c1f49b52a12fd6e 1.19 MB 2,738 16
558,842 558,842 00000000000000000027c22fea66d89b8ce3e5fc2333be5db807c1ec8450bd65 0.97 MB 1,951 15
558,841 558,841 0000000000000000002e3464d546f726b632e9d0af3db5cd0b63fe65ff83ef57 0.94 MB 1,124 17
558,840 558,840 0000000000000000001e56ddc1479eb125ef61a84a1f85e4d4f00ee5c4034fe4 0.28 MB 665 9
558,839 558,839 00000000000000000026a33c4c478d363aefc00ad0fd50361a489d91b166e540 0.22 MB 487 5
558,838 558,838 0000000000000000001698918069fc1cc466e75a82a79ceafd54592935edabd8 1.15 MB 2,190 17
558,837 558,837 0000000000000000000806084dff67625aedbb30cd3c2d4ea3accf9f06234718 0.40 MB 730 15
558,836 558,836 00000000000000000001751bf28b91d55d39308c5e40a2b23cc8fadd86894832 0.31 MB 690 11
558,835 558,835 00000000000000000006ffeb3798187f0fdbcb93758f1167bf89210e4f340465 1.10 MB 2,677 9
558,834 558,834 000000000000000000038a104b93ee94ea7d878ed516691cc4fbe0451be6cefa 1.22 MB 2,442 25
558,833 558,833 0000000000000000001540b31942276bdf01d1ac3027e5d7b0221bccdb6c7bc9 0.13 MB 345 27
558,832 558,832 0000000000000000000c49e1606daa6f8363ab96b3b3d7de9f129f768a1e8ad5 0.76 MB 1,845 17
558,831 558,831 0000000000000000001e0d7ae507a14ca31b0c3410f9f9ae79f565484e7f91a3 1.09 MB 2,713 5
Previous 10 blocks ↓
Total Size: 646.32 GB

Node Information

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