Memory Pool Memory Pool Refreshing

61,349 transactions
38.54 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,127 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,780 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,126 (576,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,100 266,100 0000000000000006b3de08ac7649d0ea71ebc831c6e8bfa15b847a0ffdd2ae06 0.15 MB 128 22
266,099 266,099 000000000000000088f70c9ad375ad2f5bfc1a8a725fd2b93f3c527ff7c55579 0.02 MB 62 100
266,098 266,098 00000000000000047fa07c278ff65ad9df06af1ed27ee761ac57ed97466bf8fe 0.15 MB 350 101
266,097 266,097 0000000000000002f16de563251f5c01e3294d54307dfae3681bc940261d6842 0.18 MB 440 91
266,096 266,096 0000000000000005ad63d0da42ad9a8fe3eb7bd9a7e62904e24716bbb2d015b1 0.00 MB 13 62
266,095 266,095 0000000000000001092ae81b344972466f0e2c43b23217e4aa198e38f9fa52bc 0.03 MB 77 46
266,094 266,094 0000000000000003d644dbaae78b3b1fbdf2d2425c453f955601d8e7aeaec9a4 0.07 MB 144 81
266,093 266,093 0000000000000009abed24cf55388a3eefafd5a9936bb1b3e974b23b8dc9c75a 0.15 MB 97 17
266,092 266,092 0000000000000008e2c5c30918d18ba742fdb869d87666f4af778f62a1f36697 0.14 MB 70 19
266,091 266,091 000000000000000f98e58f137312afef5fde9795276932463995603ef21694ab 0.09 MB 209 70
266,090 266,090 0000000000000003cdb36897164f5d6ee5baf01f010bbd601977c42fe13e84f1 0.19 MB 441 90
266,089 266,089 0000000000000008b9ef2d717819ab0227f3e787de47eda06e0893d8c1a4fa0c 0.12 MB 294 61
266,088 266,088 000000000000000c3ef3673777507633819965e004573b42a2011e46e40539ac 0.09 MB 63 18
266,087 266,087 000000000000000634ecc0bdb49474e887d43a5ee4dc8d7e29c367eabf0d0c83 0.25 MB 624 91
266,086 266,086 000000000000000abe7f41e6f6cd54c26744a9cce45b7424c121db230267d35a 0.06 MB 132 73
266,085 266,085 0000000000000000c9a2d4b5ec6994eaf437c3929844ef2541f7fa820268eb46 0.15 MB 190 51
266,084 266,084 00000000000000021786cc6619a78eaaeca1f1e7e9d266594c8fe9169879381c 0.03 MB 76 107
266,083 266,083 000000000000000da2bf26d7a9aede01091783db66e4b935bc92d9a7178ce286 0.02 MB 46 69
266,082 266,082 000000000000000553576d51bb8975c39f488f2b6513167cf0eef3d75322850b 0.00 MB 7 86
266,081 266,081 0000000000000009396277f890d526f92a1dab5271f2033f01181d61bc411a04 0.04 MB 125 87
266,080 266,080 0000000000000002ee6a9a8cebd45c6ed7875d1782a6583d335bfe98afb24f03 0.02 MB 77 41
Previous 10 blocks ↓
Total Size: 646.98 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,442.65 GB sent, 42.10 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.