Memory Pool Memory Pool Refreshing

49,776 transactions
49.72 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,039 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,479 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,038 (575,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,709 266,709 000000000000000595f7346803461a287097ed97764770a0cab523b686e9b002 0.15 MB 389 65
266,708 266,708 00000000000000013a1d1cd8be317c99f88d44d895cca2ead85847eeae49f987 0.06 MB 152 129
266,707 266,707 0000000000000000cfd504eb1a1f080f98a8a3543cb38484d7f7034787ca2c00 0.15 MB 206 57
266,706 266,706 00000000000000082eaf4df6259079e4d5458b08feb6268d600419d660c38bab 0.10 MB 246 121
266,705 266,705 0000000000000001d60f131b79efa887ee27c93159f441e218cbea1cd8e368f7 0.15 MB 381 95
266,704 266,704 0000000000000005af4307d9feb433928e221ef9721590b62b9b884c5cb24998 0.04 MB 99 85
266,703 266,703 000000000000000a0184901a61b64e272af436059f1951c1b9ecf8b9d2e8769b 0.34 MB 337 44
266,702 266,702 000000000000000316128741381ab9eea12eff8481479115128cc195111ec399 0.05 MB 104 68
266,701 266,701 000000000000000a253c48eaea29ae445ad8e67f0b41e488fd033fe7b41beafc 0.10 MB 263 99
266,700 266,700 0000000000000004681548ffeaf5e0104d2ca193e580595fb5c84b30212985b5 0.12 MB 275 61
266,699 266,699 00000000000000087b9a0ac7da845dd8fc0ddb0dcfa6a7c1c6339067536b74c6 0.15 MB 376 96
266,698 266,698 000000000000000a2ace1fabc3f0705733afd5fac53eef5ac8bdbe45a297b201 0.17 MB 345 85
266,697 266,697 000000000000000179df812dd55d61d488b6b1218dc57f02af78c05cddf5321c 0.04 MB 52 9
266,696 266,696 0000000000000004d65b45c9a78f76d4f49cd8d6c165a1d01106a336f7822159 0.15 MB 349 89
266,695 266,695 0000000000000007555ba23f223be70215f2c9a47402993cc59e5a3b468250af 0.15 MB 394 107
266,694 266,694 000000000000000953d21436f0a0a4e87823fc2bf091856d7905a4a8cd64ac5b 0.06 MB 149 91
266,693 266,693 000000000000000545ceb48ca63697dc6ee601d3e70c2e2340eddedc39e46425 0.18 MB 508 97
266,692 266,692 00000000000000073bcbedd774dddf739e9f3f84dbd1916a49627a742d306024 0.19 MB 384 86
266,691 266,691 0000000000000009d5bbe52d8f0a80f0413c24c91d27a95499b474f6c7ff0404 0.11 MB 288 35
266,690 266,690 0000000000000003c1c778d7f300df158ab5a4a7a2dd28357fe63d7ca133f97f 0.25 MB 690 104
266,689 266,689 000000000000000908fddb47210344de50e6d3bd842e649c68853eeee0390dcd 0.05 MB 123 79
Previous 10 blocks ↓
Total Size: 646.83 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,420.58 GB sent, 40.49 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.