Memory Pool Memory Pool Refreshing

49,915 transactions
49.95 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
842,322 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,635 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,321 (619,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,147 223,147 00000000000002d0461664bf87d6d36f8336e9c655b640642862271767de3f8a 0.24 MB 513 192
223,146 223,146 00000000000003d2bf979792c0c7c6b5ef769558a040998942be43d0aece6bf2 0.29 MB 256 37
223,145 223,145 00000000000004705314697bbd1479b933264f7f3159f70db9b2aa96eb4e5b45 0.00 MB 11 251
223,144 223,144 00000000000001a5eea7b490b3f74fc415f4cf6c1bd5e5c3ea8d33dddb5e5a60 0.25 MB 699 210
223,143 223,143 00000000000002f27f2247859d8741cdc1af9aac58172f8a03ef873996507ac5 0.25 MB 885 226
223,142 223,142 00000000000000a07de468f74c6d086f186135bb04db9514f5f7327860d65f3f 0.05 MB 149 19
223,141 223,141 00000000000002b0a978127c16770949b4bbf48a22f44add2a36637c3e30f31c 0.30 MB 684 229
223,140 223,140 000000000000000ab3d4a5c1091ada09e94aea06ed4a702f70209e375abe1e64 0.25 MB 922 213
223,139 223,139 00000000000000d4e3faafb18bfe21c6948340890ddeb27090bc7bf2beff869e 0.27 MB 531 165
223,138 223,138 0000000000000321ee464a4677ee56c6eb6fef3b38937960e529864d03e0c3f2 0.28 MB 668 201
223,137 223,137 00000000000000cbaefdd6415844b0093c327d04fc9296b6dbe25dd203b0a4d9 0.13 MB 253 155
223,136 223,136 00000000000000e5a4655f1dec60cb6b692de7ea3a6c0a87c5c1a5e366f495cd 0.19 MB 386 160
223,135 223,135 00000000000002dcc1bdce579d3b9a7796b22cdcd554eec776d723190198cd53 0.19 MB 349 154
223,134 223,134 00000000000002608cd9dd8cf345d2387ff4da632143b7976aa4df6ef20b3861 0.16 MB 182 88
223,133 223,133 000000000000046b1fdf00440a86e34886b2b0bd56472b22edb2805c92bbe4ca 0.25 MB 595 174
223,132 223,132 0000000000000047a8a429320b1c4618f70c9f7eaafd898b247e167a4d4d99b4 0.25 MB 654 172
223,131 223,131 000000000000031d650f229d1bfd80288df7c385bab71b64f163ad93d374a2de 0.28 MB 587 171
223,130 223,130 00000000000003c8586a03aedf944dde6c8c50e49197f6dc08664f5c23bb94fd 0.28 MB 699 203
223,129 223,129 0000000000000304b1f1e3f528d1147928d8b384f314ec8763e76b05f91c81d9 0.27 MB 626 189
223,128 223,128 00000000000003161111296ffd4cbf7f2bb5bc74843e0cd3ed6426e67602e6d8 0.29 MB 615 196
223,127 223,127 000000000000013600c1787d9e2be3b497ebc47c52f97a15a91f07f1399b0f18 0.04 MB 91 287
Previous 10 blocks ↓
Total Size: 647.32 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,477.36 GB sent, 44.92 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.