Memory Pool Memory Pool Refreshing

37,613 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,536 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,275 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,535 (373,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,688 488,688 000000000000000000110bdc575edf7a3306dd6afc5e17248f16ea243e95418a 0.93 MB 1,635 72
488,687 488,687 0000000000000000002b76ad041b1e4029c994b8490ae14c48d39de816192593 0.80 MB 1,599 89
488,686 488,686 000000000000000000861d309985a9c2ad42c7b8f98deb88c89b8590a115edb8 0.33 MB 507 50
488,685 488,685 0000000000000000009831549807c22b4f98c8e10112e391d04a0314f86cbdcf 0.04 MB 92 118
488,684 488,684 0000000000000000008d0569060061ac12e1f1cd7184f5c95ec568abe448f202 0.38 MB 880 98
488,683 488,683 000000000000000000b9a1516d3da6b55ed07ccb4a7a6b75e0618f165678dfb0 0.22 MB 539 34
488,682 488,682 0000000000000000002991e9d8b151299d24184b60e46652ca53607d86ed3372 1.00 MB 2,154 97
488,681 488,681 000000000000000000eefdf75b34c75aafad583be6de7b0643afe8d55c4ce5dd 0.08 MB 206 94
488,680 488,680 000000000000000000d99f4d8993dbb4cc82c3a7fa54014b70258f9cbf5cac54 0.93 MB 1,861 40
488,679 488,679 000000000000000000514db777b33e797eba9110dc95a097e6de9c83cfe2acdb 1.00 MB 2,283 126
488,678 488,678 000000000000000000a7940d5a504a0055d4679d80e4da0ca4ff82afd6203b8a 0.63 MB 1,073 61
488,677 488,677 00000000000000000032d815f0e96cb3756178dc56a1731d6749b6baeb2e39f5 0.38 MB 831 130
488,676 488,676 0000000000000000009c0ff8123e76620ac4ff3a8a00d0e8ae8800952b84f0cf 1.06 MB 1,942 81
488,675 488,675 000000000000000000b9faef32861ab1674c675919c8d83c8723f917591cfebb 1.03 MB 2,021 43
488,674 488,674 000000000000000000b1d236710600e7b5cee2889937bfa8e73eadba511f6873 1.00 MB 2,120 63
488,673 488,673 0000000000000000007adf95e3d116e4e47e78a66f1e709153a655e7d2430a02 0.00 MB 1 0
488,672 488,672 0000000000000000006dbdae1ed4b9e86ba3691001e247a6de1f6a16d81348d8 1.10 MB 2,274 52
488,671 488,671 000000000000000000f90554b7ddc25de274138b98af230e95a2f918fcf299d2 1.00 MB 2,190 138
488,670 488,670 000000000000000000c5f8c91848458bbbd618d4f70505e31ee474095f940d3f 0.45 MB 967 78
488,669 488,669 0000000000000000000470285e0a0fa27011ac18ea12905665c90cb55824d8aa 0.27 MB 637 172
488,668 488,668 000000000000000000f9b2f0d7445ab79fed7cc82ee9a1ec1dc9aa3174316a69 1.05 MB 1,933 95
Previous 10 blocks ↓
Total Size: 685.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,373.12 GB sent, 106.71 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.