Memory Pool Memory Pool Refreshing

50,733 transactions
47.33 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,949 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,306 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,948 (575,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,719 266,719 000000000000000180dabf823b09a30b4f2032b5cab7ba1d0351cab350bee91f 0.50 MB 1,256 116
266,718 266,718 00000000000000049d793534ffb8a5909b890da32ebf62a35e5841896cd59812 0.21 MB 498 97
266,717 266,717 0000000000000005d510560d501436887ea33958f4f98ca10a66033bc10c71ee 0.14 MB 291 76
266,716 266,716 0000000000000004d365d14126116e4f335b0aadaca0b307ed8931465571ba3c 0.22 MB 546 96
266,715 266,715 0000000000000005c370933e4fa1b0200c83ac287bd0f0edad079494bdf4ea93 0.04 MB 111 79
266,714 266,714 0000000000000005e93c9a11b6165081f7505380226b01bfb3d1ab41e47a9a11 0.22 MB 566 129
266,713 266,713 000000000000000461868841fca4868fddf2876afd8003e1bf1f8d8fe1f175e8 0.04 MB 40 14
266,712 266,712 0000000000000007f833d87c3f97e1f559988dc0b77b86ade5596eaf2c47a0be 0.38 MB 887 107
266,711 266,711 0000000000000003f04d341caf0d4cfce97d5b519976429dcedad818d85b6dce 0.33 MB 668 101
266,710 266,710 000000000000000454f1055f309e78da91b1902895922ec8912b20cdd70ef845 0.42 MB 1,031 118
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
Previous 10 blocks ↓
Total Size: 646.67 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,388.87 GB sent, 39.29 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.