Memory Pool Memory Pool Refreshing

29,092 transactions
29.91 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
840,748 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,514 64
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,747 (574,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,122 266,122 0000000000000006fbd917e8b4770c566dbc8ed4bedd00f441286ffb6e7f73ac 0.10 MB 250 65
266,121 266,121 0000000000000007f860e8cdec123756b1c0796e8d113d23d61a1dacf8689453 0.04 MB 117 33
266,120 266,120 000000000000000014c67e33903e8033466126a4a476dfc4017d916d8d2e23eb 0.11 MB 249 87
266,119 266,119 0000000000000008896e404265d935901c120d49eab378cd30dc685a6dee5bdc 0.14 MB 388 63
266,118 266,118 00000000000000099664e1965aee6e7aec09f7fa78a2620ef4d4caff055ce5d6 0.14 MB 409 63
266,117 266,117 0000000000000002a0ed6544f8752732eaae8c8ac9a78520181f27c0cee54dba 0.15 MB 314 70
266,116 266,116 0000000000000004b2d00a15359cee329af271afa6879d61c61752cabc399dba 0.36 MB 611 77
266,115 266,115 0000000000000005272459b12a52771666cb2e784e6d33e2c219bb927a69ff4e 0.01 MB 23 100
266,114 266,114 0000000000000006bf9ac54ffc8cd3051eb498637e3b466bc80d0f04b0db52b5 0.01 MB 28 60
266,113 266,113 0000000000000002b75e3009952d5231d047f6894cfb0ef5c791c721e01dac72 0.03 MB 80 64
266,112 266,112 0000000000000002dcb82740d4331da4dd46b872e4febf98e636bae40b69d83c 0.15 MB 55 7
266,111 266,111 0000000000000001bbfd0973c367d30eef2416d9e94bdddea53bccf541a4858f 0.15 MB 152 38
266,110 266,110 000000000000000fbecd7ce00e1ba9b30706a701614553edcca921008f9f670e 0.14 MB 85 16
266,109 266,109 00000000000000056426c92f68dda258e661221cbd87410968d5bbc9f36ef375 0.06 MB 155 53
266,108 266,108 00000000000000075cb406f69f4bcdcd403995fecb80f05745d98f6c214cade5 0.14 MB 69 6
266,107 266,107 000000000000000491f9f39be3d708f7cb4f14497d076d44f2b82e7fb6d9582b 0.16 MB 305 68
266,106 266,106 000000000000000029522b64af6d69a08c5ceeba3bed9f7ffde6b7b50598ea17 0.23 MB 460 91
266,105 266,105 00000000000000023d5c0d4822c960e13f16cc5adb241a49775c8132a3036685 0.13 MB 56 13
266,104 266,104 000000000000000c76973f758bbafd3d5b6042df89c3a6123d0fa8810c5426ae 0.14 MB 44 6
266,103 266,103 000000000000000858c9f64aa12a78998b4eaf3f83f3ad966d4416a4dc21c81d 0.07 MB 167 48
266,102 266,102 00000000000000031dc22ae626dd093b789e4d203ae8f9016f92a348be36ff1b 0.14 MB 190 52
Previous 10 blocks ↓
Total Size: 644.43 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,055.83 GB sent, 27.10 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.