Memory Pool Memory Pool Refreshing

54,621 transactions
66.15 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,935 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 894 428
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,934 (512,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,954 333,954 00000000000000001b6f0fabded8ad977e123b44e574e030e81325a8422c1eed 0.14 MB 278 26
333,953 333,953 00000000000000000b726d9189b2b9a4cf49fb5ec98b054dcbfaa9914b5d3007 0.05 MB 116 26
333,952 333,952 000000000000000004aa5417d1bc2f556bd9ea5150a8d363d4716309d23a194d 0.01 MB 47 39
333,951 333,951 0000000000000000193676bf47a1223436ef1a3477acefc9699183d6ff835d16 0.03 MB 41 17
333,950 333,950 0000000000000000048b78d4438a0fee8f09356726e1ce810de56ff1d6503c8b 0.04 MB 87 22
333,949 333,949 00000000000000001747cb9483050487d1c65415688345332c28943797b5fcf3 0.17 MB 298 22
333,948 333,948 0000000000000000103285823c805fc68a5a13d534d2aa520a72492cdda7f7e6 0.09 MB 86 17
333,947 333,947 0000000000000000030c7b57b1238d96ea1476042fd763d2130a3b2c59bdd559 0.22 MB 361 22
333,946 333,946 00000000000000000b466bdb9843bcfe2ddfec640b0efa0df926e909a08115c1 0.20 MB 372 22
333,945 333,945 00000000000000001b65acaed93688c71d820904068cc5d29c98ae0d5ab89745 0.22 MB 788 36
333,944 333,944 0000000000000000185df7fa60e429c67c8fcc86479e625e2786ca355fe788e3 0.42 MB 661 25
333,943 333,943 000000000000000001993400b5c9e168294a666dedbda29de55406535781c5fb 0.07 MB 132 15
333,942 333,942 00000000000000000e8a2e3e8cf9624b42e95c2438ffdbee65367ff2a443b320 0.08 MB 185 24
333,941 333,941 00000000000000001a32b1b151a72e386f756ecb3250042c39f7d3f6233140c9 0.10 MB 50 5
333,940 333,940 00000000000000000e81759154e01108104c9ab5af7d6799ba445b7780500d80 0.28 MB 444 22
333,939 333,939 0000000000000000106df1035066c9f45a46d6198921b83aae27c7e00b6048da 0.25 MB 580 31
333,938 333,938 00000000000000000d1d26e6012d388f7341d4e92f66901e0078cc14314b6a55 0.70 MB 1,659 27
333,937 333,937 00000000000000001837bbfe74845b431f9f0fb6c2a66749035d38587e8709d4 0.40 MB 387 18
333,936 333,936 000000000000000018fbaf6f781ba093bedd83e31e1211fcf58c6cb1a0441371 0.35 MB 642 24
333,935 333,935 0000000000000000195d07eb4c0d1ace69e778910358b049283ec507fb52b627 0.35 MB 613 26
333,934 333,934 00000000000000000a344ffc2e69fef779cd8dc82ae50cec8e9ebb59c73baac5 0.10 MB 74 7
Previous 10 blocks ↓
Total Size: 655.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: 9,512.06 GB sent, 99.36 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.