Memory Pool Memory Pool Refreshing

45,767 transactions
47.95 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,348 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,665 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,347 (489,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
352,829 352,829 0000000000000000043b9b77bd59b229b3a2de787a00622496813c4a2bc9f8e0 0.12 MB 249 31
352,828 352,828 00000000000000000f346eff2416a7546028cb8537ab2a9a8811b3015f4418ba 0.08 MB 182 36
352,827 352,827 00000000000000000ae1a611c62f910102b4f77145e309d797f2ce05b32e4b96 0.09 MB 134 29
352,826 352,826 000000000000000006370a66ffda6bee3ef40f5a3d6163b184fadc49e10ea98b 0.05 MB 123 29
352,825 352,825 00000000000000000d36973a58f256fb2516bb57e17ce01b23b95cf6792e85b8 0.07 MB 131 14
352,824 352,824 00000000000000000b15475d7e552a265999a703f2b4ba18b9cd8b889ac06be9 0.29 MB 616 28
352,823 352,823 00000000000000000fb3aa8d4c417cbc4350dde3873902ef05061e56345ebdfb 0.13 MB 243 12
352,822 352,822 00000000000000000c4fdb5e04e33037074cda4a768b278a79f51d00c5c0f12d 0.64 MB 1,274 30
352,821 352,821 0000000000000000143d95116a3ea4127f4a2b5124b015a1711fe32b1a026ca4 0.61 MB 1,296 33
352,820 352,820 00000000000000000bb55027e176856c3725ecbe4d30580d9c1d215b84b405fe 0.09 MB 179 21
352,819 352,819 00000000000000000060c1d213dba556c37f2d5edf57114c483d1ebbcc4ac268 0.59 MB 1,058 26
352,818 352,818 000000000000000011f88b47a672ef64dfe05392d759f594c00a5d69e47a4aea 0.10 MB 98 12
352,817 352,817 000000000000000010cd1d87fe6c7ccf2c709a9db9186122a1133e5af0abef5c 0.14 MB 204 16
352,816 352,816 00000000000000000c76e2b8f587f2504302beae0cd4ef63cbb06e043893eeb0 0.18 MB 255 30
352,815 352,815 000000000000000002ea568801c327d258a27bf9033e8b38fd2d8c89e042904c 0.09 MB 88 10
352,814 352,814 000000000000000005a9deecd576424a07605299824b921c6ca6255c8152e1f3 0.23 MB 379 18
352,813 352,813 0000000000000000036f88938806a382f86c0d4dd63c40a45ed90c19a147052e 0.75 MB 1,360 22
352,812 352,812 000000000000000009a64d449a1b1a3711c9ec18622f0655817b09469a0441a9 0.75 MB 1,527 32
352,811 352,811 00000000000000000fe504576847a2328433955193c8c1f74f538dc794d1d51d 0.64 MB 1,259 30
352,810 352,810 00000000000000000d0ab4d0fadba370473fcc08c8b2f3d097fe698796a4bb79 0.31 MB 568 25
352,809 352,809 00000000000000000feb5c0989af69ff6ce30a128ce8b7d5058fdc111b28da6e 0.74 MB 734 13
Previous 10 blocks ↓
Total Size: 647.37 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,480.84 GB sent, 45.25 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.