Memory Pool Memory Pool Refreshing

7,004 transactions
2.65 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (685,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,336 222,336 000000000000034c111ef6094a01b45c3e17672ed6938e18962806fdba051023 0.01 MB 21 147
222,335 222,335 00000000000003d786fe2a1d5c89eb1e37f65366d39244bf735f36f266bb7a9e 0.04 MB 44 113
222,334 222,334 00000000000000097174d376c3fb81128a5bdb22453158e211c7411a9514c66d 0.14 MB 335 203
222,333 222,333 0000000000000368ff16be042aa6c2382eef16862588e8b16a45ebf5768a5e0a 0.02 MB 36 249
222,332 222,332 000000000000040f9073c913029cfb0eea08dd997617609542e68b6d4dab05a1 0.01 MB 24 4
222,331 222,331 000000000000022e7c7c540e2b0ea10fa8220720509a52974f5655af91cbc1d4 0.06 MB 148 259
222,330 222,330 00000000000001d8d56cd89bb5c67e1b94bbc0bf2e056187e910fefa35e15290 0.19 MB 422 198
222,329 222,329 0000000000000478cf1b63917a2017c13fb37fe0b02c19767248ee326d47245e 0.23 MB 562 211
222,328 222,328 00000000000000141e3a5a5c91c025c96edb5ac1be42bc1720a6ed61b5079887 0.07 MB 187 280
222,327 222,327 00000000000000ebf2dd71ecb8aa9d9c9b7ce6d69bfb374da97fbf1df08a573b 0.07 MB 119 27
222,326 222,326 00000000000003ce9bcdfdad45087870c4ea4f66bb43f269b1ced81eff533817 0.05 MB 52 87
222,325 222,325 000000000000003dc505aceaea9c5ff190dc8611e476f8ff227090e5fa2d47fd 0.02 MB 47 184
222,324 222,324 0000000000000234354295e6bfe88156f7d6eb26606cbeef9210f428493d1358 0.09 MB 190 203
222,323 222,323 00000000000000ac8f932fa8753498a5ed37f64f4cb3e1920056907f8f51eec2 0.12 MB 274 193
222,322 222,322 000000000000020e4c824547cc6081aed7ed4b6eb5d25be91e942aec12dd30da 0.06 MB 91 156
222,321 222,321 00000000000000c2a9984dcc68e3e10d63c269aacd8d039539ba595e69e8a7d6 0.08 MB 164 195
222,320 222,320 000000000000048785b5d690fe7f49fd3015d652b8287a884dfe666591b8b7a5 0.16 MB 248 136
222,319 222,319 000000000000045a1dedb8b2fbd6c01a671daf994e2f271f641784b6647b9408 0.02 MB 47 168
222,318 222,318 00000000000002c93563993e59a4a0a6f31cf1b90aa9aef1e9174af335dc2213 0.09 MB 158 147
222,317 222,317 000000000000012a3f36313be5ae50b4be9ae872ef973b97264804ce8462aec5 0.13 MB 322 194
222,316 222,316 00000000000000e535ac0611a65209616836a77671d4e9f79b97cf5126709264 0.08 MB 171 192
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.