Memory Pool Memory Pool Refreshing

26,257 transactions
38.91 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,294 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,916 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,293 (656,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
186,049 186,049 00000000000007d923ab907872309900e8910608dfdc679f852ed6122c82be83 0.25 MB 668 133
186,048 186,048 000000000000088cc586cf4a619f2b00f68131f3310df89dafebd8363ba683be 0.02 MB 32 833
186,047 186,047 00000000000007dcc3eda2f8606215460ed0b1a090fad6a00baad2a99452c86a 0.01 MB 32 255
186,046 186,046 0000000000000736ffdf25461a1732e8bdd76e55d92f6a1a975b3f419b5151a3 0.25 MB 612 166
186,045 186,045 000000000000001f863416ff5a592f89382a5febf9fee0680c20bf3298fad7fd 0.00 MB 11 15
186,044 186,044 0000000000000758ab99c34a66b221ddee778a8bdb03a005e439df7d3f909bdc 0.05 MB 145 98
186,043 186,043 0000000000000251f9e6649c1fb2714731bb5ffd29a920ec0f9a63f559a48fd4 0.17 MB 291 386
186,042 186,042 000000000000074117cac3b4f2f5181a72714542fc56ac73f71da864c8dc68b7 0.21 MB 404 108
186,041 186,041 00000000000000688f1ce456127b2d1c50ff01e351e6633c6158ff470b56c376 0.07 MB 195 192
186,040 186,040 00000000000002b2d838f93cf875bc737fead8cbdce6938123984e05997826bc 0.25 MB 601 136
186,039 186,039 0000000000000867d5f27ca91ad4a648aca5f33fcbd3f7a246394afa72a6cda2 0.25 MB 630 143
186,038 186,038 00000000000001c1fadfbbb73786636eb80c346a0837298104e74fe41d357054 0.06 MB 190 52
186,037 186,037 00000000000008d043f340ae92a4ce65680176766173982ed047eaf1465b2449 0.05 MB 142 100
186,036 186,036 000000000000046194b96da38adee27abaa8208652975629a24489222d355a06 0.11 MB 179 127
186,035 186,035 00000000000000760e1102285c941a53e2f1117014c1a1072d48c4dbed429c90 0.21 MB 308 108
186,034 186,034 00000000000005b0a3f7b65fcd73a8ab3dfd48c67b2efee990d68bc1e2d003e5 0.05 MB 120 125
186,033 186,033 00000000000006f6123f9a761cd3366b8d046256fb3771531985cedc97bb50f6 0.05 MB 126 102
186,032 186,032 0000000000000057a97078f6efc33bd59c5a0f4c93f3c6aeada46ae82b06e0d0 0.07 MB 227 57
186,031 186,031 00000000000008cd5803fb48dd12fa291dfbaa099131fdd32cdb11628bd999cd 0.00 MB 13 0
186,030 186,030 0000000000000071a12a0b5395a53eab3660366cc0d49ed1192c97834a2d955a 0.16 MB 390 195
186,029 186,029 0000000000000705356f60da1cb8470ce5ef6dfeaf84d3944e9064ecc87a17ed 0.15 MB 227 232
Previous 10 blocks ↓
Total Size: 647.27 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: 8,470.84 GB sent, 44.37 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.