Memory Pool Memory Pool Refreshing

50,073 transactions
43.94 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
844,243 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,021 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,242 (588,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
256,089 256,089 000000000000000fe1fd525a5d4771211d8d9a5d9d34dc806a35d8fd8ceb0148 0.15 MB 381 117
256,088 256,088 0000000000000009901ada1d9f3bd84d7c5cdcfe670ba2efc2619bffa1ff9ae9 0.22 MB 575 122
256,087 256,087 000000000000003087c28e9ecea2d13e9e79b05908a11b68570cc70e70a5a368 0.67 MB 776 65
256,086 256,086 000000000000000c368c1a3bb5f3ea3e718569f10766a2a1383a3674751a9277 0.25 MB 465 113
256,085 256,085 000000000000000a1dc047a6d1abfd1e6d1ea202e43ec112ca81fe7ca33ab46f 0.12 MB 286 106
256,084 256,084 0000000000000029d26e030ebb6f896b8297003482ff2a9d76228a3a4435f675 0.21 MB 429 97
256,083 256,083 000000000000001ab35900e2173e98c3a160bd1392f68cc1660b815a30bbb872 0.09 MB 256 68
Previous 10 blocks ↓
Total Size: 650.95 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,050.20 GB sent, 65.88 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.