Memory Pool Memory Pool Refreshing

19,434 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (731,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,269 176,269 0000000000000772050832702f7385358b16a5cd622f04bd5aadb4e29ce8fed1 0.05 MB 69 89
176,268 176,268 00000000000009b06720f50ecd90e3ef54d7492a19f8ac3add022d14a7399f3d 0.00 MB 6 18
176,267 176,267 000000000000078e2405e529ec6651fed9c7a019d4c0a0d974eb22389f5e1522 0.03 MB 103 2
176,266 176,266 00000000000001d7fa328fb262552976581441d669d69f8842933cb8363764d7 0.03 MB 45 82
176,265 176,265 00000000000007acabb2f64ad3d967a186e130a27c8b6f78e4c49fb5b0b6fd5e 0.05 MB 73 89
176,264 176,264 00000000000001882360f89fa0316558965c44761662fa4697d34a48d18e6b0a 0.03 MB 22 157
176,263 176,263 00000000000005958a631b2295c5453803d927043c5ccd674f004e614ab98e69 0.01 MB 13 64
176,262 176,262 0000000000000316e01235f53da5e4c948e061adeac5859256710707f3b274a9 0.01 MB 10 57
176,261 176,261 00000000000006558f5a042cc1d93f08fec6b499f54aa7679a011036890d87e0 0.00 MB 4 27
176,260 176,260 00000000000009fba1b6b643304202904ac03eea36eecf0792cf459d5f34410c 0.01 MB 25 184
176,259 176,259 00000000000008c26a27b53563c96fe5aacc1b3124362dd07ce67adc89b7df43 0.02 MB 39 101
176,258 176,258 000000000000098a16d844ade1cc436b17dec584285e77104cc25987946f0431 0.00 MB 4 112
176,257 176,257 00000000000006c7dea780161d19bbad1d8def4bc17e83b484c9e2c2b47a6dd3 0.03 MB 119 46
176,256 176,256 000000000000043779b84b2b216464fe6705e2fc827c7418d40a0b36d7919f1e 0.00 MB 9 46
176,255 176,255 0000000000000875e17193accefb32a36ce6a3f64d9b27a3b15c5a5ec9573114 0.03 MB 58 42
176,254 176,254 0000000000000a4f4d60709beee5f85546a992b8cdf392dc01489faa852660c1 0.04 MB 68 55
176,253 176,253 000000000000030fd3b1e0167c1ec0ef06c9349d8951e1dc44a292ab8464ac80 0.00 MB 13 51
176,252 176,252 00000000000005fcc9c9ae0eeb6e3e669c63402c1e823e48693b95bdacb8c486 0.01 MB 16 74
176,251 176,251 0000000000000129fdd9a2f78fe210480288ae67521c8c76aadce99b1ee0b948 0.00 MB 14 54
176,250 176,250 0000000000000778cefbdc0796c39b2f8558e0502689abd24d9b6738e04f00fb 0.05 MB 99 182
176,249 176,249 00000000000008fe7fd96780be4d67693a7b98b90e8935203cb5fe17b8cd2493 0.01 MB 19 270
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.