Memory Pool Memory Pool Refreshing

67,073 transactions
29.66 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,887 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,741 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,886 (511,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,422 333,422 000000000000000003c3ce602a9418afef2f4509d6c8e29efc5d6ddd0152da3f 0.53 MB 845 22
333,421 333,421 0000000000000000120e63c002b2c4d325d8d6d601c99880f843653ff8514b60 0.54 MB 854 21
333,420 333,420 000000000000000013bfe7f59fc2c380f76a45c7a9515ecf8584f4a57bacfc0e 0.04 MB 64 33
333,419 333,419 00000000000000000fa15a268d70c232b8ba865ba68f2bb6100d9ba9aedf7185 0.22 MB 364 24
333,418 333,418 000000000000000008e9bebd938958facfc80e78e010e014f4a4d5fecd812466 0.26 MB 383 22
333,417 333,417 00000000000000000d4fb1c1f445b54f88f06d17edac926b37d84831f464d552 0.10 MB 58 2
333,416 333,416 000000000000000010417d95c23db726449f3a108648d7985d5861e0776aa7eb 1.00 MB 1,070 23
333,415 333,415 000000000000000016bf988945ce526d03b4d1ace657d6f4cbb211921337ec9e 0.50 MB 1,474 41
333,414 333,414 00000000000000001963230784a587bfda4b9900ad116f779754e209fcd8017a 0.05 MB 128 18
333,413 333,413 000000000000000012d2f22cd16618fed229b1e187278780391c48a0d7d0457b 0.12 MB 200 30
333,412 333,412 00000000000000001ae53837b62ffe2557ed4aa5d0615df9c6ef4d6ddb65b974 0.20 MB 230 17
333,411 333,411 00000000000000000d3ac099054a21490f433e66dd247091f605d2080f617298 0.25 MB 422 21
333,410 333,410 00000000000000001117146a6572adcfe6e558091b13ab8d4f5ee12d77d9f1e8 0.08 MB 79 11
333,409 333,409 00000000000000000de36e72aa541b53610d57a1f4f78b7bd9aa8a32510e0bc0 0.36 MB 651 21
333,408 333,408 00000000000000001439a2ca5113c4259c756a73c677035c6f339d0913523800 0.15 MB 179 19
333,407 333,407 000000000000000015ca005f95682f4d3e4ad45d4f20fa2523f25b71165dd001 0.14 MB 192 20
333,406 333,406 00000000000000000f083fc92e905b836c26dfbfbf1339ac869fa0b96d291e0f 0.48 MB 764 26
333,405 333,405 000000000000000006659019b3dfb797ed3c30fcccba59e4146e879ae15e2dd8 0.05 MB 128 31
333,404 333,404 000000000000000002a00dd3042e1ec19506f34d7ec24ca2a488f00552099f78 0.14 MB 228 20
333,403 333,403 000000000000000014586cd0b3dba1c506b4087bc33f902a9d185782dec15ee8 0.08 MB 123 23
333,402 333,402 0000000000000000109e7c219f647452eefcf958a6d4dd825807e633fc5a7eec 0.22 MB 221 16
Previous 10 blocks ↓
Total Size: 652.19 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: 9,212.51 GB sent, 72.97 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.