Memory Pool Memory Pool Refreshing

45,434 transactions
43.13 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,054 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,267 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,053 (511,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,214 330,214 0000000000000000193c54f2ab1e35a7a6f5a1edf9184a46fd31bc8b64952b9d 0.58 MB 999 21
330,213 330,213 00000000000000001140577c2b4a6b10e0fa4cc2cfa906d19a5a60a4d5d8291b 0.02 MB 64 66
330,212 330,212 00000000000000000b8ee5828a0a703a4b82b115a56c60bb2f082fa9a1747161 0.15 MB 512 47
330,211 330,211 0000000000000000097e39b8a0c3427d09c629f2dc22f004bc8968e0337c612a 0.03 MB 66 26
330,210 330,210 0000000000000000061dcc9f5cba8a779e01bd30d5bf557fe5a8e784aebdf1d9 0.16 MB 392 28
330,209 330,209 00000000000000000af9cc952a6ad2c2fffbe48f636a9d9391bff840d4e83056 0.43 MB 776 25
330,208 330,208 000000000000000011d375a825f50e83fb8657f33979294d3fc25e539c93e8e7 0.59 MB 872 18
330,207 330,207 0000000000000000179016db206dfed4edb2642e187a035d894c5c0c441412b4 0.06 MB 103 22
330,206 330,206 000000000000000014b0748e9447ec1cb78ba8996e93ab2bfb99492d04e23b16 0.21 MB 395 25
330,205 330,205 000000000000000001dfc7f508db0722ca43a592ca11178012f967a89d0ed7dd 0.26 MB 381 17
330,204 330,204 00000000000000000979adbb462551d3826f68f567b2d7e2d84440c01a73530a 0.35 MB 820 33
330,203 330,203 000000000000000001024775cc7e325cf8eb6739e9f504644778d8ef0f6f200d 0.13 MB 193 21
330,202 330,202 0000000000000000155ca92cd91980747f95445a202f34383eb880ddb4ab1a7b 0.20 MB 299 22
330,201 330,201 0000000000000000196f9003b27f30220825ca5a00d94652f098db8e7311fc3e 0.07 MB 150 35
330,200 330,200 00000000000000000b910ccbf1b699667249202fd2155f83b541b96c0e141ad9 0.03 MB 62 27
330,199 330,199 00000000000000000dd92114cd8d3406a3ca63ff8f6022310f5d08e900ac6b5a 0.08 MB 135 22
330,198 330,198 0000000000000000065489b5add14a735b8ae8a662163dea630d994a121d5191 0.10 MB 132 4
330,197 330,197 0000000000000000153ed4fd6960cedfa4bd73adf4c461d09b1a7dd1845aa700 0.47 MB 993 29
330,196 330,196 0000000000000000097883cf3767c364fce376a4efffaf779bff66a80418d255 0.10 MB 207 22
330,195 330,195 00000000000000000eb46efe3139596f17aac40df995b911ccc26c7e72b12499 0.15 MB 310 26
330,194 330,194 000000000000000009a50666f4736e1f2db826ffe1e631ef84bea87f8f3e4426 0.10 MB 159 21
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.98 GB sent, 40.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.