Memory Pool Memory Pool Refreshing

96,350 transactions
31.03 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,054 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,842 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,053 (588,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,110 256,110 000000000000002927ecb34da4207fb7f95de8a6151892155c27fa8b0c0557ff 0.03 MB 73 88
256,109 256,109 000000000000002313ca2d879ce21c170711e5f143d3717d3625d72b805d39c0 0.03 MB 88 88
256,108 256,108 000000000000002a8b842b60ea5c631c53bd89cbf08ee2a3fc60065caaaa611c 0.15 MB 252 61
256,107 256,107 000000000000000a490a019035273e3dd68d5253441170f24eb76e1835cf3c87 0.25 MB 693 122
256,106 256,106 000000000000001d2736419d74e9f4491733405a093c39af6855f4d1856a4028 0.07 MB 153 90
256,105 256,105 0000000000000018ce1711dc56e1d3f4c42065d8ba9f9e64eb188e300c65d765 0.03 MB 72 131
256,104 256,104 00000000000000012a98c72e528e0fdb5af1c4fe5ae154afb68b805db260f1fb 0.01 MB 18 259
256,103 256,103 000000000000002523c476ebe77ca294562e79fb14e42730b521100285b19377 0.07 MB 153 91
256,102 256,102 0000000000000005a83132b71cb8eb15034f10e2272fec357f19956b9cfc4735 0.02 MB 28 71
256,101 256,101 000000000000001d8aa1baa4fd121a61ba7145f6690e1958ad34452e0e0360a3 0.19 MB 462 118
256,100 256,100 000000000000001b34758fb7955da4fbbb2e4eac9e7ea4255a7bc7a6a6423987 0.13 MB 303 137
256,099 256,099 00000000000000152ab0ba37cbbd927f63bdafd8a8dd730164bb5ac4145d4d43 0.11 MB 232 98
256,098 256,098 00000000000000233a55f5a07f363aef22620b96ec300ec2cf624def002eea6a 0.19 MB 485 130
256,097 256,097 000000000000000987a9e8cc3bd5f3529c985a8f2d97293a55eddd9ec69969fb 0.16 MB 398 125
256,096 256,096 0000000000000009559fc172347cd34315ea5862ad6dfa2f0355aa4a25a0cffc 0.20 MB 216 79
256,095 256,095 0000000000000004a6d6a64111606be0748403f826441b594ecf752ea4160f78 0.14 MB 304 115
256,094 256,094 0000000000000005a04d212b3aa8e24c9fe303ddfd903cab0345875d34aed472 0.16 MB 300 123
256,093 256,093 000000000000001711acd259b2e90df600107c1de854e9393e5e5164cabaadc3 0.16 MB 414 161
256,092 256,092 000000000000002b9f6570cf13f1c05efafe7be763ef9b7b82c3bec0a35357d6 0.09 MB 226 116
256,091 256,091 0000000000000028bcb3cbada677a6b2f325f6ba98c0844dcbea9f1c7da9267f 0.05 MB 151 117
256,090 256,090 000000000000000d100b3ce20311c318f3299bdb348f710295dc55f720b7f81a 0.08 MB 185 91
Previous 10 blocks ↓
Total Size: 652.50 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,266.55 GB sent, 75.15 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.