Memory Pool Memory Pool Refreshing

57,398 transactions
26.25 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,864 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,732 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,863 (491,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,076 353,076 00000000000000001004b6d5d6eea60d2acf00236e6029bbd12574b3c5dfeed7 0.34 MB 785 29
353,075 353,075 000000000000000002b0b54e0a57d137f4e467b5d158ca17d32ec86a6aab10d0 0.73 MB 1,577 31
353,074 353,074 0000000000000000036bd8ff103c0cd848346cdde3b418e6f1d34aef2fa82b6d 0.05 MB 118 23
353,073 353,073 000000000000000000772cc1d57f675e96ec8b2f3585b8562be4d789db2f4c35 0.24 MB 485 24
353,072 353,072 0000000000000000138787410ecfc62fb90aab7b85ade229ba6c69e536a63f87 0.66 MB 1,477 28
353,071 353,071 00000000000000000ba141325a10eca264a8d1c26aa1646663821982cd33313a 0.56 MB 1,127 28
353,070 353,070 00000000000000000c19fa9b8a6a2e6ea42df461c6255c20411da7cc0165f51b 0.35 MB 815 30
353,069 353,069 00000000000000001689e01166b859bf0cd0e80a86dfe0c06d97e988c58ddde0 0.31 MB 620 29
353,068 353,068 000000000000000016538f460f39b5a4ecb879c1c496018b2583ac52a3787db5 0.13 MB 324 28
353,067 353,067 00000000000000000d15a631090b0f5dc8145a6c33d04cbb3f6f1f72c5650cc5 0.56 MB 1,248 26
353,066 353,066 0000000000000000074dbc749c9a2d210ceb2b98ea6749c9ad6103d9d1bb5883 0.39 MB 792 30
353,065 353,065 0000000000000000128a170a4c08c114766816e6856714cf495254faba604943 0.15 MB 329 30
353,064 353,064 000000000000000008e129789ddd47bcfda509325c244dca9ffb5760dcf579cd 0.33 MB 603 27
353,063 353,063 0000000000000000021aecb1edfc90403e4feef18e28fbfdae7c2855e29d1b8b 0.01 MB 17 27
353,062 353,062 000000000000000011af977907f58cfa4dec1cbe74ff189c61cb2ae297b0eb03 0.04 MB 49 18
353,061 353,061 00000000000000000e89b8b1017d163689cbb19985e6b9cace80f22e200f1fcb 0.24 MB 462 26
353,060 353,060 000000000000000004720b09e5232d47f64028fa7da00c8353746c3b564507bb 0.23 MB 525 28
353,059 353,059 0000000000000000054f7a8bee4e6bb7e199ebc7b7d6c1c7b15a212ff0dc6334 0.01 MB 23 22
353,058 353,058 00000000000000001341aa230db9ee7c9d8fc9dd17ebf7a41513d08251909809 0.08 MB 152 26
353,057 353,057 000000000000000007518d0e7d181592eaa19cb2d7d20d09022b2f78fa1a7310 0.05 MB 117 36
353,056 353,056 0000000000000000102797a05013379cb99fb11f45df0e379b215cfd50af57fd 0.08 MB 177 22
Previous 10 blocks ↓
Total Size: 652.14 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,209.94 GB sent, 72.68 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.