Memory Pool Memory Pool Refreshing

3,405 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,380 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (433,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,584 474,584 00000000000000000110ed700537b038a4d08e50d96892291a67322cb8cde8e5 1.00 MB 1,447 52
474,583 474,583 00000000000000000119da3eb9edb51c9114e8d19f61ce395168fad76afdeace 1.00 MB 2,285 193
474,582 474,582 0000000000000000009828cbd4a51d6f7cafdad65e654d9b21cf161116c280c1 1.00 MB 1,936 316
474,581 474,581 0000000000000000009a73ce3fee0beb725442e53743adcff5d3e9253c2e54e3 1.00 MB 1,278 98
474,580 474,580 0000000000000000001e6cc1fdfe825f9d278610ec3bfcdca80129ea090c3799 1.00 MB 2,343 208
474,579 474,579 000000000000000000163fbb689190b98b7f1c19afc3898b90a4c89505f7a046 1.00 MB 1,401 137
474,578 474,578 000000000000000001713db4ff5ebd427445c0eba3d4c43fe5d153e5a8f94c60 1.00 MB 1,463 80
474,577 474,577 000000000000000001334e32be6b1211cc1218e9ef07ffe4c575f52a61b2b815 1.00 MB 1,516 144
474,576 474,576 0000000000000000013676913aa401185b6549a8efd65465da258b562c56a66f 1.00 MB 1,808 117
474,575 474,575 00000000000000000031281bc12127ff277dcd0ba0b0431e07c9225d73ef6bfb 1.00 MB 2,091 201
474,574 474,574 000000000000000000a2404f031d5f5aae37e960c08f36381297c07a6dce7d3f 1.00 MB 1,724 70
474,573 474,573 0000000000000000015b9e385089b1d6924e985db7571ff4538639cfd273b570 1.00 MB 2,142 57
474,572 474,572 0000000000000000012103692f66a712a72dbcc6f0a9b8e783726ff43b4d92d0 1.00 MB 2,458 63
474,571 474,571 0000000000000000006ed88932c04f71cf73bdabc7c6214aac25c449626b58eb 1.00 MB 2,211 201
474,570 474,570 0000000000000000015bf2c9e72c959fe56cfaf6514a8dd85e0763dea87158eb 1.00 MB 2,082 128
474,569 474,569 0000000000000000001ab7a4bd2c79e535401f30d31f39b07d238cd65acd79e2 1.00 MB 1,626 247
474,568 474,568 0000000000000000014d6faea23cbaf5726821be99b8eb738a39e8123517414e 1.00 MB 2,203 61
474,567 474,567 000000000000000000e334287afb2a6b66ad4ff3201ec7041791e7328c35dcab 1.00 MB 1,133 132
474,566 474,566 000000000000000000fdba5a8fa7d9638a6a35d47c0ae1b27953e889612f8474 0.99 MB 578 117
474,565 474,565 0000000000000000014697190fcd5bda4f43bbd3adb2c1b23ffa12ee1a721e5b 1.00 MB 690 132
474,564 474,564 0000000000000000007aed62a68b45df72c448c6e89cc282cf16687c67657421 1.00 MB 1,924 259
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.