Memory Pool Memory Pool Refreshing

7,779 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,227 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (802,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,912 104,912 00000000000109f394550187944f768ceeb1767f6d1d25bf31fc7e618afda7f7 0.00 MB 4 0
104,911 104,911 000000000001d218c7268fff349284235c141c31b1334aa75be50c1e7ddb253c 0.00 MB 8 0
104,910 104,910 0000000000016fdc71644a32825dfa6e714223d95f6ae7fba688c2e592195529 0.00 MB 5 0
104,909 104,909 00000000000099abc5df52ded36e2193f8cf79130df1c316028ce60a4b755333 0.01 MB 25 308
104,908 104,908 000000000000aa5edecb01a8a5cb4904f3cdce10d04e6da800c99c509f0499b2 0.00 MB 5 0
104,907 104,907 0000000000020e0c3987860d0fd9b9c023b02abd1687bbf7feb11ad1d682be39 0.01 MB 4 150
104,906 104,906 000000000000aa2f68a12c83c553f8017cee4f9d70881be1ca87bb8c33a2f110 0.00 MB 2 0
104,905 104,905 000000000002a3af4d9b569aa2f6997e8eda9b7f95fe910f76776fc1581961ce 0.00 MB 5 0
104,904 104,904 0000000000026887a57496fb01bb6a0e2b0e2885edc2bc8285ea5592e902d953 0.00 MB 6 0
104,903 104,903 0000000000018348728693b0c25afe0089b15c7bae9536025957e33457c2a90a 0.00 MB 3 894
104,902 104,902 000000000001b6602f202a92f423388e2f9f0a036b4a4119aa649dc54fea6749 0.00 MB 2 0
104,901 104,901 0000000000010fd2c2b4fb23c44319e01754dffb1aa398f1d5c3f9ae4ab04741 0.00 MB 1 0
104,900 104,900 000000000002ba5656425eadf3e1a022b7f313244958d5cc8aeff8647760c2c6 0.00 MB 4 0
104,899 104,899 0000000000003a5ffef91f57f060f5d79d6b9104a19beb25f86adffae85026fc 0.00 MB 7 0
104,898 104,898 0000000000010de8d00626920c2c88d103cd354726cfbef68a8ba08c8b0797a7 0.01 MB 24 0
104,897 104,897 0000000000005be1b9e9e2dc722eb766532b9c1da285bea05ce960a2dce15b69 0.00 MB 2 0
104,896 104,896 0000000000006241fd0172747e36e6a638a54bdaaa24ba7229b9788bc68dacdb 0.00 MB 2 0
104,895 104,895 0000000000000ec33c5241a5771b744abd734ae1f7019e7ddc332a50e1bff51c 0.00 MB 5 0
104,894 104,894 000000000000541172740fbfa961def4866ea2632d22bc51b83833cf64225bad 0.00 MB 1 0
104,893 104,893 000000000002a74452fbf91cca34218df06f86b116db0e3b3b9fdfa7771b2496 0.00 MB 10 0
104,892 104,892 0000000000015a19ec12556d72ea119f22487f6fa84d6d6ef13cd1bc4c95cfaf 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

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