Memory Pool Memory Pool Refreshing

33,820 transactions
50.21 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,488 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,422 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,487 (457,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,214 384,214 000000000000000003c82cde4c0213acb9547f8006df8a659ede770620033c7b 0.15 MB 220 19
384,213 384,213 000000000000000002e8685c5699bb85f8836e1f0a0792cd25c641975e40cc4c 0.25 MB 463 25
384,212 384,212 00000000000000001006d8484555588c279740e120525efaba6d7bfd4e63a5fd 0.61 MB 1,087 35
384,211 384,211 000000000000000005dd474a7f3d90954144f971091ec48b5f20099dc5569d35 0.15 MB 293 36
384,210 384,210 0000000000000000048248a958a07826ff50cfff48704b46438451964df9acec 0.97 MB 1,413 26
384,209 384,209 00000000000000000ba06d4899be5d882a40880e08c17c1fef644bd453ee460a 0.33 MB 679 28
384,208 384,208 000000000000000007a2e4e81816293a6907fd8f3b5e43fff2cfd297b066236f 0.27 MB 383 23
384,207 384,207 000000000000000009bac0b0aeb4c661e6b9506903bbfb9b71bab42efc58c0bf 1.00 MB 483 5
384,206 384,206 00000000000000000f2823a844a4b072385d7b758d11adee4e1a470f0af084a2 0.23 MB 672 51
384,205 384,205 0000000000000000071aa4a6df83d8076ed02c2e5b44b0fdf2a09a07bfd4279e 1.00 MB 1,411 21
384,204 384,204 00000000000000001069282f8b56f3948c2632806f3c387115404af6daa590e8 1.00 MB 1,287 19
384,203 384,203 0000000000000000087a46c261c690605668f9d5b1e4e154d8dc5997a17be8ac 1.00 MB 2,492 44
384,202 384,202 000000000000000009cafe90cd772f72c0ec04419c0c5a95b4af9565dbe32663 0.32 MB 999 51
384,201 384,201 0000000000000000047532582460c98c423bf0273115e08ea957d952ea5ef074 0.14 MB 246 42
384,200 384,200 00000000000000000a4509d6c5711f33027352bf975934eed14c3bb33cdb6345 1.00 MB 2,358 37
384,199 384,199 00000000000000000cb7a140270fab558a5a93d0d2f36535977f0efe912bc718 0.93 MB 2,468 41
384,198 384,198 00000000000000000f2157ce79ea4dcb79843a8e7ffaffa5b3718d509642755a 0.78 MB 1,763 36
384,197 384,197 0000000000000000047b34ff75ee67f7c64387c14385c14fb4e7848bbe8cd996 0.25 MB 132 6
384,196 384,196 000000000000000004db8274a3ba2d519bb2f1ed147920f21c4ad6225288162a 0.65 MB 487 16
384,195 384,195 0000000000000000085967ac444979d04a37fc2b9995e8c0cc4c4dcdf8c4ff5c 0.23 MB 284 22
384,194 384,194 00000000000000000ee365788270276bfaf8b81c12164cff8a272f34f77eda3d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 645.80 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,293.58 GB sent, 34.20 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.