Memory Pool Memory Pool Refreshing

48,599 transactions
47.00 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,325 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,527 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,324 (315,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,168 527,168 000000000000000000101521d4a221301d87c239120e9b86d3a9b474a6ebd6ce 1.08 MB 1,078 6
527,167 527,167 00000000000000000006a3f70ff6028eb6c8941d9f13323ff07e9ddedd57c312 1.08 MB 396 1
527,166 527,166 0000000000000000000bb3601aa2e81f12eb16c1778843b6998e09fca2b1c003 1.45 MB 447 4
527,165 527,165 00000000000000000038bd77dac90020d45e54fff74c5f5ce30146d0a37bd7ed 1.22 MB 1,315 16
527,164 527,164 0000000000000000002bef2e6163e9b2c65d192b9c51e868089f3a34649c3b7c 1.07 MB 1,888 5
527,163 527,163 00000000000000000035b57dd1b1550dc72828f2b6199c27932efff364d3a2c9 1.25 MB 2,852 22
527,162 527,162 00000000000000000021511a7971d74bd8de9a4caeb0df4976056271c8a7f5be 1.19 MB 3,114 29
527,161 527,161 0000000000000000001c5a5824f00dc819339a5dcb12f07f2a9aa24f62469e99 1.18 MB 2,404 11
527,160 527,160 00000000000000000005c7277d125e4401e52880782d3a9bb596811e79765044 1.17 MB 2,548 27
527,159 527,159 0000000000000000000f316096e887fcebd9d8862289656798541379e12f257f 0.44 MB 1,130 16
527,158 527,158 00000000000000000006c2bf0491d16203bdae433100d856f04a7ab18db865ee 1.20 MB 2,823 22
527,157 527,157 00000000000000000025774e12c136fb11be87582141a5f40013a50924fef7b2 1.00 MB 139 2
527,156 527,156 000000000000000000232d540555eb8940c1525d82182a8b36da4ac42ed77d0a 1.03 MB 472 3
527,155 527,155 000000000000000000097316816e860f4c56afc09a4834ef03d1807b2ce5ae90 1.04 MB 476 3
527,154 527,154 00000000000000000004779baa175f7a08edf66f4bfb373c2e6e7abbfabada0b 1.02 MB 373 3
527,153 527,153 0000000000000000000e39debc999e11a27a6a5930170f4c8741d2eb1050573f 1.09 MB 1,593 15
527,152 527,152 00000000000000000016bd6b958b630acbe4b7daf6a0ca90791ec94fd31e065f 1.17 MB 2,450 16
527,151 527,151 000000000000000000173a012067d98d9d8770ba8a8d66fb92bd59d397f4908c 1.13 MB 1,517 12
527,150 527,150 00000000000000000010845734bb100bd491283966ffdd0593cf51922738c813 1.11 MB 1,505 4
527,149 527,149 00000000000000000000dd3d0acb0d61c60a4f0f09316f89db4ebf373b88331f 0.63 MB 1,367 25
527,148 527,148 000000000000000000095d36ec71854851eb3da679d3502ead7e81d0ea8c1250 1.11 MB 2,335 11
Previous 10 blocks ↓
Total Size: 647.33 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,477.57 GB sent, 44.95 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.