Memory Pool Memory Pool Refreshing

16,477 transactions
12.68 vMB
Show Random Selection Loading Transactions
Max Size: 75/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
903,016 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,015 (789,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,680 113,680 00000000000030678cf3bd1f5d81a03b5705b884d0070b9d939ef4321275f401 0.00 MB 4 0
113,679 113,679 0000000000005c567fe94fadf8497e0c9fbddab1e7a888821d0de2f5961bbbe3 0.05 MB 195 40
113,678 113,678 000000000000bef3b296360ac0d6c335a22124086e1051eb778edb294ccc3f98 0.01 MB 31 206
113,677 113,677 00000000000047211c7904725d958ba2ec1b4318bbfcc1916c9324f8dc9e7933 0.03 MB 14 183
113,676 113,676 00000000000040a45e47870480817864e0ca97605ad2e67b42075241ed22798c 0.00 MB 11 0
113,675 113,675 000000000000126d74a745e3adbb652a75b2f43204db9cf1ccc7e4a061ce6b71 0.00 MB 9 296
113,674 113,674 00000000000027fed0bda9725ee237036dc6c514ba9c767834b87a74b18c51c4 0.00 MB 15 1,190
113,673 113,673 000000000000121ff35af0fb08305f81cf3f0598c9d53fd484b31e20f7d80fa2 0.00 MB 1 0
113,672 113,672 000000000000a338a3de024b810b2cbc13218d0576176e16fb487539df097e9c 0.01 MB 24 0
113,671 113,671 000000000000aebd759fb15d5877895a70b1dac41067a94d16589a3100842a3c 0.00 MB 10 0
113,670 113,670 00000000000032f66a1404cbb1e3542c618c8ae6d62e04952dc5e56b419ff7c6 0.00 MB 10 0
113,669 113,669 000000000000d83384c1cddc87cce3abc8d24700234e6554ba310a62aa09257f 0.01 MB 7 137
113,668 113,668 000000000000943aae8598716ea4e19282f3f7d30ae5ca01b0a9f581d5ba0b87 0.01 MB 13 379
113,667 113,667 000000000000692e5092471e88a4e7c82ba01c261b8181fc9224522147791256 0.00 MB 9 0
113,666 113,666 00000000000092a89fc8c0c12c195e56d0719e308c549f413959dd39869bfeda 0.01 MB 13 141
113,665 113,665 00000000000019e91213ab00f02a14e1de0b32e5b7128f1fc315abdf7ee31800 0.01 MB 18 0
113,664 113,664 0000000000000a80b0b935a51fdb6a0e02f5c1b8379843beec5e7464ad324be1 0.00 MB 7 512
113,663 113,663 000000000000ced65371cb3013cce865733ea77df78e5ca8a909ed6c75530e40 0.00 MB 10 0
113,662 113,662 0000000000007779f2df7fcb40ee680b82d76bbf5c42f42a5dd3ebe6117d7839 0.00 MB 13 0
113,661 113,661 000000000000cc645d67fd22db605027b69dd527f1dc7528c6da686c1e3d60a2 0.00 MB 8 0
113,660 113,660 0000000000009f858eda6adde38bf5063568b73e61b4b710fdb410c792030cf9 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 760.94 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: 918.48 GB sent, 51.21 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.