Memory Pool Memory Pool Refreshing

928 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (680,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,694 227,694 00000000000001a381a6cf6850d9d308e1794176d160a881bdb3e772ce3628db 0.18 MB 558 191
227,693 227,693 00000000000002d6e4146da90b2e1bea2b5c586eb2ffa99244f9abe7651e9345 0.19 MB 377 145
227,692 227,692 00000000000002e79dc2cccafe41c4295b6a177eb0d57524e249b90f58705047 0.04 MB 82 93
227,691 227,691 0000000000000270eb466edb3e0bad92e76524442508e7852e9b336d4eb2b1e9 0.10 MB 174 119
227,690 227,690 00000000000000b1697a7a657c45719c807209b0930dc19e9ecae2f0f29a0202 0.06 MB 143 148
227,689 227,689 000000000000018c6f87c8daad1382e1abe2a2bbf4f7463e1fc13f55403086e0 0.20 MB 429 162
227,688 227,688 000000000000002f470f32d7354a76bb418e962e92e0bc86d67ba96fb884c5df 0.00 MB 3 103
227,687 227,687 000000000000013adbdd537f7dfc44fd3f1b8ace91756dce7819cbe4445adbe7 0.04 MB 87 154
227,686 227,686 00000000000000ba1645ab9c4a8ef87a1bf8deff556f5f263a58ac603f2c4493 0.12 MB 219 146
227,685 227,685 00000000000000c7fa90f37a41ae2aae1cd6b1294e5110ce6e237a9aa5a666cd 0.17 MB 332 169
227,684 227,684 00000000000002126814d3808d91ef781afd7ad775f4969563679fbed3575991 0.05 MB 64 70
227,683 227,683 000000000000006bf2eaf737f3d726417a852f77105ecccdc69b3435f6ab1529 0.13 MB 327 189
227,682 227,682 00000000000000ff4becdadb41875d6892bb8934280bc418b7e214d2014b0583 0.11 MB 218 135
227,681 227,681 00000000000000c4dc3ea2bac14d117682cb479e6fe9c0c21a9bf48ae131698c 0.19 MB 170 101
227,680 227,680 00000000000003325a4795c9d7650346a481edbb0d5103bec0d087326d605e34 0.12 MB 288 170
227,679 227,679 000000000000035aae58295a19e2aa75d56ff7355e0d664e2b40715fa4ff20f5 0.21 MB 127 74
227,678 227,678 000000000000016e75b9de099f2ba1c72228a4df7b1bc9cca85b8f979d3fdc61 0.17 MB 344 158
227,677 227,677 00000000000000af20bd35d21d19d8e96d79f617cc00028b09863f5ae3097e0f 0.14 MB 226 57
227,676 227,676 00000000000002ac35f9102acd727bfc2579a7051787920746cc197e592cc206 0.25 MB 568 182
227,675 227,675 0000000000000343f6419d61a05e972ec11c90cf5123f9eb4961d9cd0310411b 0.00 MB 11 185
227,674 227,674 000000000000012d72274babc8ceed97c5f913a52dc86fe23dae8a34cd5c0205 0.06 MB 122 142
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.