Memory Pool Memory Pool Refreshing

55,434 transactions
44.33 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,808 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,076 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,807 (289,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
552,330 552,330 00000000000000000001ae3c8447dc9f4b56892cdc77a5a8eeecf00c83f85773 0.19 MB 363 19
552,329 552,329 000000000000000000052c47ca2d5797a354e633777e643dba7d0d8ceae43f10 0.82 MB 1,894 19
552,328 552,328 0000000000000000002650094d77d2ea33ce20353bdcb9a6c893f6223c03d3a6 0.03 MB 77 35
552,327 552,327 00000000000000000006f83807c6d79d1cf6175ed6785be75aa728cbf6264651 0.17 MB 295 8
552,326 552,326 00000000000000000026fbb379e7722190f01a4045389bcec793b71c9bd1b9bf 1.13 MB 2,180 15
552,325 552,325 0000000000000000001e05c1297294fc72579b9d05d9d8758569c2df2b5d40f8 1.13 MB 2,711 20
552,324 552,324 00000000000000000003f0fb65a4f43072591175a7c01a8cbf299acb687514b5 1.35 MB 2,820 38
552,323 552,323 00000000000000000029496de30f3b2fa065599376fdc6b21697a40445e2172e 0.52 MB 1,105 17
552,322 552,322 00000000000000000017bc304e8dc2ebe5136e955d644e27cd86ce34e7538d30 1.10 MB 1,672 20
552,321 552,321 00000000000000000012cf975d52b209ebb958a0061ec960e8f1bc1a2e3181a9 0.86 MB 1,828 16
552,320 552,320 0000000000000000001c71975c30f9d711ff43bb2ed64d00711b912c1dbba531 0.38 MB 831 23
552,319 552,319 00000000000000000025cede8e7c370eac8bc84218d0ba23195258fda87c9123 0.77 MB 1,606 20
552,318 552,318 0000000000000000000f7ac463a982a747f470add1c3512a10fb7b93eece426d 0.20 MB 592 26
552,317 552,317 0000000000000000001a2c8c345d50c38f50b0d2bab1a1c0863f0ce63d93482b 0.77 MB 1,044 11
552,316 552,316 0000000000000000000683529f432013953a41928d8c358783325f051bb1788e 1.09 MB 2,761 7
552,315 552,315 00000000000000000018a7c755d124a3f485c8509f2be53d2d9fdc77bc6c2c0b 1.33 MB 3,101 43
552,314 552,314 00000000000000000015f7a14ae6f51a42923f7e448e3a763870656962883481 0.11 MB 255 15
552,313 552,313 0000000000000000000b1b10202b19d0869b2eb970d1504c541802bdec06e56f 0.58 MB 1,368 22
552,312 552,312 0000000000000000001033cf31206c04b7d8f76880e35de37ae50655b0971d7a 0.53 MB 894 14
552,311 552,311 0000000000000000001dfb354e413c2349e293b93ea94cba11439cd34d90ca67 1.31 MB 750 1
552,310 552,310 000000000000000000091cd85626f53ec218b0465b3c3d41bf9b3adc7e823f6e 1.14 MB 2,220 12
Previous 10 blocks ↓
Total Size: 646.40 GB

Node Information

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