Memory Pool Memory Pool Refreshing

64,274 transactions
27.83 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,286 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,376 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,285 (500,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,083 345,083 00000000000000000b1180bc154242e3294c712320cc3c40cdd99447de5df85b 0.13 MB 243 25
345,082 345,082 000000000000000004e6e85bd8387e42905e7619566f47372ab7a62a5ee8ba0f 0.18 MB 265 21
345,081 345,081 0000000000000000134fc16e477e25a2476ffc31a5a6d2de09d4e6cec5786341 0.21 MB 435 24
345,080 345,080 00000000000000000431037cdc4bc34f0a26882f3c5ae78a36f0746b209964a0 0.25 MB 473 22
345,079 345,079 00000000000000001229363cbea7494c7a84a0db8ef576af18c0e5c83c48be3a 0.75 MB 1,473 30
345,078 345,078 00000000000000000907810ff0a8e22883cfb71e8c9dd67250f01f5a74e10109 0.07 MB 76 21
345,077 345,077 00000000000000000a3af554c1a6aa9b98b345d14beac04962b9f7bfa625397a 0.57 MB 1,131 27
345,076 345,076 000000000000000003bd0035b3294256c5d8bb1f389a009d5c216d5716583172 0.01 MB 21 12
345,075 345,075 00000000000000000d10d10f94c1f38951e85a24e5257b52d780617a8cba9522 0.03 MB 75 35
345,074 345,074 00000000000000000560db1074f43b1669c0061d5d5aad523f3c82bfc05b2141 0.14 MB 255 26
345,073 345,073 00000000000000000775497ea868be7601419a0d4d83ae6a956015aa4e13ded6 0.58 MB 957 24
345,072 345,072 00000000000000000c4cee164333db33588ae3e82e1b0562cd72df74a71fa23a 0.15 MB 512 105
345,071 345,071 00000000000000000b78bb7a45fd458fdb29c9991e0f229ee15537e7b5023a28 0.30 MB 607 23
345,070 345,070 00000000000000000d4dc2b77e7553294c136f996ae6e335335bfbc59545e741 0.27 MB 502 29
345,069 345,069 00000000000000000152a3f5f1fe9cde73d1776a622f6daae0c77838b18081b1 0.16 MB 265 21
345,068 345,068 00000000000000001776104ca8f0a558f58cfb6854cc10fd05e7bde4f23cf495 0.11 MB 262 34
345,067 345,067 0000000000000000075195815fea617ec4eabb8c7de837107ffbfbb72e2b75a6 0.10 MB 192 27
345,066 345,066 000000000000000000fdf440ed3afe9be4eb8d74b07bbc1ad7b01af7fc5b7361 0.48 MB 896 22
345,065 345,065 0000000000000000092572ee73486126015c2144e190d4daabee30a0510add6a 0.75 MB 1,468 26
345,064 345,064 0000000000000000075952cb30e35f3f3576621979bc9a50ecbccb019d1d8967 0.06 MB 117 20
345,063 345,063 000000000000000012fdc8d986ab00c651c33e49b8573a6ac197768e52f4b891 0.15 MB 268 16
Previous 10 blocks ↓
Total Size: 652.93 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: 9,291.50 GB sent, 78.17 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.