Memory Pool Memory Pool Refreshing

151 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,677 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 136 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (853,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,960 54,960 00000000114b4c3a35d39d649ac9aa52b78da5fd42403d109d07779d65cc3e59 0.00 MB 1 0
54,959 54,959 000000000db9d43c2448c37628dbe913d7d8f850a1a4e0b2ed1ea905a107b618 0.00 MB 1 0
54,958 54,958 000000000160e012b5b8a3c32b25c190547f160d0b225f17132224f9beade6a4 0.00 MB 1 0
54,957 54,957 000000001236aab8a2c62504806563a982ac3935ec175720503e9c258ccd5dc8 0.00 MB 2 0
54,956 54,956 0000000002364f8019ac2a6d172440fa34eb217894ae8207818075d1a67b294f 0.00 MB 1 0
54,955 54,955 00000000018dcfaf2117fb65e4862d54ae92b6c10cead6a13b716f26672be4d7 0.00 MB 1 0
54,954 54,954 00000000060a1dd4dde6b412ad2a01d7434b90baead799c75445d1977325ec9b 0.00 MB 1 0
54,953 54,953 000000000635f7dbce653bc6b8980b8ad5904b5601c1dd12b0f03f32f2b61e0f 0.00 MB 1 0
54,952 54,952 00000000056898698b6c8da6d16ed1962fd64467bb0a7d6891dc6e7033b6d75e 0.00 MB 1 0
54,951 54,951 00000000060c5ef3c72517968029894bc0a335436d90a459739407ba40927890 0.00 MB 1 0
54,950 54,950 00000000101e71ac6f0c11bcbcaf2f2cbae9f6d7c1a19d43b9864fde4f15519d 0.00 MB 1 0
54,949 54,949 000000000e96ee2eed837add3b975e1bd4800d24a40bb1e59dd07d64bdf387b1 0.00 MB 1 0
54,948 54,948 0000000000cadb801a952e9ee9424c850a38e744bc96d840bd127381307453f2 0.00 MB 1 0
54,947 54,947 00000000034567cfbe23985f5056647066bd370a673118717b156bcb777eb85e 0.00 MB 1 0
54,946 54,946 0000000006cd5151bc0fe11f8daca5ced0429a81085f769995b1115175df5534 0.00 MB 1 0
54,945 54,945 000000000bac6a26c1cbafb1952b7cc4f6cd67535feeee4b8079165968c2830e 0.00 MB 1 0
54,944 54,944 0000000001a6a6cb5285b12359fd330db1ba0f04838da6ec3f61b51dd1a593ab 0.00 MB 1 0
54,943 54,943 0000000005fd6030bf3156c727985210049fbfbde7f83f5ff0e0799d8f8155fd 0.00 MB 1 0
54,942 54,942 000000000ad34ddb80a9c223ec05a420e494cd98cd86be6c314a912a316eac8a 0.00 MB 1 0
54,941 54,941 00000000041ad720b5cf3d359e117e4d080d6f8294ce610e8853dd6a01581285 0.00 MB 1 0
54,940 54,940 000000000f390584a1616cb6c52836a2b3919fc824d133f2b2b72245ef48d79a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,853.58 GB sent, 101.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.