Memory Pool Memory Pool Refreshing

37,687 transactions
41.20 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,053 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,901 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,052 (609,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,452 232,452 000000000000006aa33c6db8c87ad6f89bd942bc5b2351c1f9fc2dbef257a222 0.09 MB 255 209
232,451 232,451 00000000000000327cf9e21bae8930abdce6a5428eaa60cc363ab94c94eccfb7 0.01 MB 32 154
232,450 232,450 00000000000001700cebca861774e8f3f997210e55c9c7dba8f5e1278178f573 0.23 MB 317 105
232,449 232,449 00000000000001add4d447c506bfca5f26c94a6dbe49aa59aaecccea1caef543 0.08 MB 159 171
232,448 232,448 000000000000003a004f88dc098ceabd6d23d12b65e9350f222247131ffe4493 0.10 MB 114 48
232,447 232,447 00000000000001b37e0487d2cd7a46ee7fe0b22d6c5a1f69649fdb7ce8d225a7 0.25 MB 679 203
232,446 232,446 0000000000000055c1cd55d887765d74b8f2ad681f163c660c62b2df69e9220c 0.00 MB 1 0
232,445 232,445 000000000000014a943ca8bb0ea20964cb6448c09f5e0d66383070f774af14fc 0.23 MB 504 213
232,444 232,444 0000000000000000b7b6a38aa53372487bd2c3903123afa3a7c14f207f7d24cb 0.14 MB 290 175
232,443 232,443 00000000000000c0ec70011e484e5129f10ebf13a8807e5ef7a5f81804cd2ef5 0.33 MB 149 110
232,442 232,442 00000000000001c2d90d5b344069ccea282f7963f97bbbb559c4782950ae9f23 0.09 MB 202 191
232,441 232,441 00000000000001aecd35ba261bfcb557a0b2e7f193d05987997bddfa64f32fb7 0.20 MB 426 149
232,440 232,440 00000000000000578d662ccb67636db61ab7264dcc194fb9afb31e4cf1c44c50 0.25 MB 608 181
232,439 232,439 00000000000001ca60c92b66ebab7530fd0302b5ba522c64eb54b3e5c48c44ee 0.00 MB 1 0
232,438 232,438 00000000000000f06bfdb08d85eacf56d8e7bcf01dae7187af3e131ab9f2bfec 0.05 MB 112 209
232,437 232,437 000000000000005323df301e5f74c8dd0e2d79e841566c88595d849b2619964c 0.19 MB 418 160
232,436 232,436 000000000000000de734c716f7c33856263ad8a02afaa873c87386d6c0564cf8 0.36 MB 12 150
232,435 232,435 00000000000001772fc0fbb11f09c1a75ae1469ff194cf5761baa4a7d745d513 0.21 MB 421 133
232,434 232,434 00000000000000e15b737504ef9c51d46e9ea645b7a58fa08d249ee1d10d06af 0.25 MB 470 143
232,433 232,433 00000000000000b352e008a4110d569296cef6ab6df67cf2a519e291315a2aeb 0.06 MB 133 202
232,432 232,432 00000000000000a6ea631753a4f78ed65397de19aa7a2e0dfe44ba14ceaaf54e 0.11 MB 155 86
Previous 10 blocks ↓
Total Size: 646.85 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,426.56 GB sent, 40.69 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.