Memory Pool Memory Pool Refreshing

42,416 transactions
47.74 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,350 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,017 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,349 (211,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,829 630,829 0000000000000000000781bdaf6f396311ff101bbb19b412c09c2078c2ab6f8c 1.30 MB 2,483 165
630,828 630,828 0000000000000000000eb293853c20ecc514b9776612a31226946d1f7ef21cd8 1.10 MB 1,840 168
630,827 630,827 00000000000000000005ff1036316e8aeca6dd899055c9a05cf14f27b3767c97 1.03 MB 1,096 164
630,826 630,826 00000000000000000009719d6c93064561a45d2a284befb5b5f4077e0b3c4914 1.29 MB 3,323 208
630,825 630,825 0000000000000000000d0e6973a970b4e29ee31b233926133fd3b0583f1d4a84 1.51 MB 1,903 166
630,824 630,824 000000000000000000039d63318ec2833178f6de9a474aa58e50e371c54b79f4 1.32 MB 1,793 160
630,823 630,823 0000000000000000000fe309d18e81774fe4d932896ea929145813763f1e0941 1.32 MB 2,709 180
630,822 630,822 00000000000000000010bb24c8b682e6c850f8aff80685a15e8cbc1276242bf5 1.22 MB 2,029 73
630,821 630,821 0000000000000000000e1baaede01cc248e328847d667556ebcdfabd83d56596 1.45 MB 2,368 130
630,820 630,820 0000000000000000000b6b46ddc8a5a329655574e4cfd58ebd9db3834f998e24 1.48 MB 1,961 164
630,819 630,819 0000000000000000000ed6db1077db7d189708d335c312d2d78d2b805ec440d8 1.41 MB 2,257 130
630,818 630,818 00000000000000000010b8f2415e8888d1c62211e12f96a26898f992da2a6e4d 1.37 MB 2,101 129
630,817 630,817 0000000000000000000ab120a363a8fa8c2f9ecdaa4c09d255a4e76d6f8ff923 1.27 MB 1,911 123
630,816 630,816 000000000000000000105d259cfed9dcd2eb504cef7d0b7408daf437c8526c47 1.21 MB 2,131 80
630,815 630,815 00000000000000000010470355876a2c80ef6f1721d070b68b0a2a6bb3da3cd2 1.27 MB 2,064 123
630,814 630,814 0000000000000000000ccf36f9bca9a11a848851c00b7ed2f91f23af9b070aa5 1.33 MB 2,547 108
630,813 630,813 0000000000000000000c56550eb700a68f0e1851c0227410bd417656f60dd3a3 1.36 MB 2,566 110
630,812 630,812 0000000000000000000d0406fc6a0fab41e342d292f75e3bcaf93b605396a872 1.50 MB 2,179 165
630,811 630,811 0000000000000000000b849128c2d0db49a35d9f9875952ef325a6a319ed2ddb 1.40 MB 2,525 188
630,810 630,810 0000000000000000000b0278aeb2d242f53969c2596c201c7abeb02d5279b990 1.34 MB 2,212 120
630,809 630,809 00000000000000000002fb024f0e1e34638197488fde44a2be8269fd838d975b 1.33 MB 2,834 97
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,481.08 GB sent, 45.27 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.