Memory Pool Memory Pool Refreshing

99,733 transactions
35.10 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,777 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,056 42
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,776 (579,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,961 266,961 0000000000000007073d31fc8b85f9c1ea2f61d5e35207c18bb41de2501f9c9d 0.22 MB 535 101
266,960 266,960 0000000000000003080a4012b861eb84815a68d42350e48f2430151ca3cebda3 0.01 MB 33 93
266,959 266,959 00000000000000004d650b059c33096eb9a414527eb85d67fc300dfbd41190ed 0.01 MB 36 89
266,958 266,958 0000000000000004f0bfcc1f17fe93bb2b4b9b5da78ca79d9b69f5b7e050811c 0.05 MB 96 51
266,957 266,957 0000000000000002fa88e2380530546fa75c49e735d5cf101ba9f78bde05c265 0.07 MB 86 91
266,956 266,956 00000000000000044fd77f5aac91a82c3d3943efc32c73284eafb91ee165724b 0.18 MB 322 85
266,955 266,955 000000000000000524a2fe0c35e26a23a2b91002b6e9a6ed5cba2dddb8915a34 0.12 MB 272 93
266,954 266,954 000000000000000044dd67b5cc54f097eb1e0a1444d3f5d327ea528b8f8060b0 0.15 MB 300 79
266,953 266,953 0000000000000006a09bccab15bfbf7de363b156724a08118e115bca0d3a5a70 0.01 MB 21 65
266,952 266,952 000000000000000a8e5ca22be6054209a8db005bc644ceb4feeb203a604ae7a1 0.06 MB 120 104
266,951 266,951 000000000000000a84c5fc6f079b2c251f8794c7da8e311c37a3c91b7b41796d 0.16 MB 398 116
266,950 266,950 0000000000000000cf37842138f73d5c9a4f6442e8c20fdc208212d6ac463380 0.09 MB 186 76
266,949 266,949 0000000000000008b086872eed098f805ebda809218ad44e8d7ad732c8b7b3d8 0.04 MB 87 53
266,948 266,948 0000000000000006abc29576dc6d0ebeb270e6ab1ec5a215e8c4d0589caf7407 0.03 MB 82 91
266,947 266,947 00000000000000028238a8fa05f876385c986d855fdd87410f0e01084e3cb61d 0.22 MB 508 77
266,946 266,946 0000000000000001f54de83d6b4eb28fa525f30d0578edc7b98bc08af6fa5d3b 0.19 MB 398 105
266,945 266,945 0000000000000000efaecf8fd635fd6871ef3b7fa0df84796d4cd3973809e8f8 0.01 MB 26 37
266,944 266,944 0000000000000008d37fdc8cfb21f7d92a6f0e457a11b8a6c6d18d02fe2f7d1f 0.14 MB 265 26
266,943 266,943 0000000000000001fa9365d822ef22b03878e4db0c7aad1002cdd516f54848ae 0.20 MB 471 92
266,942 266,942 000000000000000aa16cd8b83618942a4bd64c9ff07f49d2facb2496b104c407 0.21 MB 503 113
266,941 266,941 0000000000000008761c6437d35b7d80df0ccbf13fd1e977000ad6f15ffc1969 0.57 MB 1,309 165
Previous 10 blocks ↓
Total Size: 655.64 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,499.63 GB sent, 97.94 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.