Memory Pool Memory Pool Refreshing

37,632 transactions
50.14 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
841,143 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,220 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,142 (603,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
237,309 237,309 000000000000001b22b8474b974e7d8926506d13de52fa2b569ee6b142d92bcc 0.23 MB 313 105
237,308 237,308 0000000000000104ac7f92ac8fc8fa97c857b493c6e03818100df83d11e1755e 0.25 MB 819 255
237,307 237,307 00000000000000dd3d053fa66aa7e336e0f8339b0a2297cdc446743d3c88bf06 0.07 MB 69 73
237,306 237,306 0000000000000016fe599261626a921fc82b705e36e9d99f87549937d4b4f9ad 0.20 MB 424 248
237,305 237,305 00000000000000e82c29edebdb1f525015736c0416471fc193b193572e097fcc 0.11 MB 68 67
237,304 237,304 0000000000000124731f9af0e6f7e8df3594c45aeac1db047539551f098ce738 0.25 MB 597 180
237,303 237,303 000000000000004682a3ac2c4f7db4940f61c4025c85e0d17173fc0d359c65b3 0.11 MB 199 157
237,302 237,302 00000000000000b5bb47ef88f32e547919e9a3bb2cf90f6f3aac06b2ca6d8b95 0.25 MB 181 79
237,301 237,301 0000000000000096570c26e6d66ed519aa1937a403cedcc7fab1ef2331345e90 0.25 MB 594 183
237,300 237,300 0000000000000014ae0c8328db3b9e240a092eada60caf0b8fb895a8417c4341 0.03 MB 41 99
237,299 237,299 000000000000014c5f66796671880fa17c480043eef2190cf18ba64a4fdbf3ef 0.25 MB 558 174
237,298 237,298 00000000000001045defb8087b606cae318d02a0b04403ba11a484cb1487e9d0 0.25 MB 633 205
237,297 237,297 000000000000005baf99bd1784a0ea57bf5da1f974b3d0dd0bfcdfe68772f0b4 0.08 MB 149 244
237,296 237,296 00000000000000c599491f0f0b890ebf99ab10dac228ba1d2686a5eacfe68458 0.23 MB 210 111
237,295 237,295 00000000000000ff8c0aeb511b5ba5a91b6ba80e62e29bcabcaf4ee85e2c6e0b 0.25 MB 411 143
237,294 237,294 00000000000000cd8e5758e9123c08c73c5b75db53174e1bc5c0a180d688653d 0.25 MB 744 239
237,293 237,293 000000000000012272dc17ac47780e181dba954593f88f99b21642ab6d44b13e 0.25 MB 663 212
237,292 237,292 000000000000013b84c962e58af278d90d4b2c6021396262f0a742cd3a1f3056 0.25 MB 502 201
237,291 237,291 0000000000000007a7e48fe5f11bfeb3bf1d8d51dde25f06ae0cc8c04a139d07 0.29 MB 700 185
237,290 237,290 00000000000000f8d93a66a35c261e3eee13d53e54a69812079aed693df1a20f 0.00 MB 5 0
237,289 237,289 00000000000000ad61efbf59a6a2a553b89b230cd8078bd56e4a5e6bf714c882 0.10 MB 304 23
Previous 10 blocks ↓
Total Size: 645.14 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,211.02 GB sent, 30.74 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.