Memory Pool Memory Pool Refreshing

83,243 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,920 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,536 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,919 (521,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,731 323,731 00000000000000001de535e91aafd679bc55479012eec54228229728e233cd43 0.12 MB 65 11
323,730 323,730 0000000000000000107d3210bbc46db23f19fea07c7b29e949fd9adbb2be5403 0.75 MB 1,084 27
323,729 323,729 00000000000000001d0f5edbaf624e62d12f4068f8880b2e8d7070bec2c79a1b 0.35 MB 648 30
323,728 323,728 000000000000000005cb25fafaebc04c88b655ab89030594de9e1519e2c5580d 0.73 MB 1,007 27
323,727 323,727 00000000000000001538719eff61d42f6057a20cf6e088a78c8c74e7c240ac98 0.42 MB 345 16
323,726 323,726 00000000000000000b785864b58ae7305161fba71cf5cba0158cc2a1d9f28c1a 0.15 MB 255 30
323,725 323,725 00000000000000001123970bad6bbb8eb7cb420e05dd05a2ee203ddb89f90f36 0.02 MB 32 84
323,724 323,724 000000000000000009ae0c37545fa7fb65ecf4ee8094a571254426f6c85246e7 0.34 MB 510 31
323,723 323,723 00000000000000001c1e511372c71b58cf8f57bcdb8221ca04b5a5f2b9f91401 0.06 MB 113 28
323,722 323,722 0000000000000000051e92d819757f3c00159b29bbdcf56f15e9f8ddf57a9165 0.21 MB 279 23
323,721 323,721 0000000000000000169a6b21589d921222db0f2f636720f9ab716355a2457ce7 0.89 MB 1,043 19
323,720 323,720 000000000000000019bcea832151a57f159403ef1960e61c71a5f744daaca8ec 0.21 MB 512 46
323,719 323,719 000000000000000000187886c3f416fa95652bc3ca3c41bc966f76aaff8b1a7a 0.05 MB 98 34
323,718 323,718 00000000000000000f09f2745c6e56e8e2434674e099ddf5dd1609934a553501 0.49 MB 717 29
323,717 323,717 0000000000000000043136452887c4a52bdead31c1e15aee1f2385254f87821f 0.89 MB 1,107 26
323,716 323,716 0000000000000000058d68d1b7398c778634699f58b4094aede63b203f2426aa 0.20 MB 184 19
323,715 323,715 00000000000000000a1299a5c2ed2dacde80c3733741306edfb14b0e791efaa0 0.18 MB 207 18
323,714 323,714 00000000000000000d04fc28021606176db2a37a9ff8a2ba7abc216e8b15951c 0.75 MB 1,182 39
323,713 323,713 00000000000000000419288624b39e914f3ee50ae4756e4020900ba8b937fc35 0.00 MB 1 0
323,712 323,712 00000000000000001cdda902a124f2c91aa0f84bb8b20363983cc3d04fd7a0bd 0.10 MB 113 23
323,711 323,711 00000000000000001da47bcc5e946ac54ac3fc12ea2ed32ead70d37e581752ed 0.44 MB 759 45
Previous 10 blocks ↓
Total Size: 652.25 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,215.38 GB sent, 73.43 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.