Memory Pool Memory Pool Refreshing

1,351 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (731,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,278 176,278 0000000000000729802a40138e735c3650133968aa1189592a59307cb7299594 0.00 MB 10 20
176,277 176,277 000000000000047b4dbaa60c3249d068c1fe4aa7dcbd9ab866663671fef7522e 0.01 MB 24 78
176,276 176,276 0000000000000524dc45cbb546582ce5c6a090724330a85814d0f7574f2536ff 0.02 MB 39 97
176,275 176,275 00000000000006ff23fbcb0cd2b50f1f2be24ac3ff0bee0b1a817b497af2051d 0.02 MB 43 55
176,274 176,274 00000000000009658af9f88b07da6c4d5d8780509f0e4668b76cc27bd9dc5efc 0.04 MB 120 54
176,273 176,273 00000000000003c1a0441a2ed09217f2ee7cf48f5754126a33695d7a16eb3aa9 0.00 MB 3 12
176,272 176,272 00000000000001a3d39f4f3d023665f77b49834dd2f8d7fd60013ab8cfa01f60 0.02 MB 38 184
176,271 176,271 0000000000000406d9bab6a3fc3838d10256bd581170e0afc8b54bcb2e24624a 0.00 MB 15 447
176,270 176,270 000000000000059df676249252fb59660f91b5e2af34afaef739710c80ada1d6 0.01 MB 32 130
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
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.