Memory Pool Memory Pool Refreshing

19,051 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,149 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (720,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,263 187,263 000000000000041f4aa813ec7899003def9508415b07624222ba99a0183182dd 0.17 MB 308 298
187,262 187,262 0000000000000526be84256a164f095f1b71fb1b4507d63e2305f38fddbfca24 0.04 MB 94 47
187,261 187,261 00000000000004aab4f0781c14b8e6a14e447291495ab3f6cbb1bbed0aed1181 0.08 MB 177 118
187,260 187,260 0000000000000247aae495abc2d893dc00c068949f63530dafef8e93f2afd1d5 0.25 MB 704 145
187,259 187,259 00000000000007c0b64af5e4a51e3ed8e383cdd050e3c0e74065977052679209 0.05 MB 140 7
187,258 187,258 0000000000000735aaf7e4de10cf454f04442d1e5a86cddc091ba859d9d9c3a8 0.25 MB 294 325
187,257 187,257 00000000000003bb121d82c5bcb1c16faeec0bd8b9f05cace9779d67dc50c318 0.07 MB 225 6,880
187,256 187,256 0000000000000080d352c89ae9e0660d38702cf128ae139d76d012c38310a4bc 0.00 MB 7 5,968
187,255 187,255 00000000000003ce0e8a9751ce68c4754a9dc192bd1cffb6a8bfaca4cd0c20f8 0.05 MB 125 55
187,254 187,254 00000000000007bf18e8f55128c42d396e3afc30f110c003ee610155d4776945 0.07 MB 84 127
187,253 187,253 000000000000051c265f73a583fd721035fdb0e233a82ac128d54dd9f3e3d952 0.07 MB 136 74
187,252 187,252 000000000000063d8e252419c3f6d90b91c33c6c2549f386101b8e81618889d5 0.08 MB 162 89
187,251 187,251 00000000000003c6ce9e9007fb9bf953f391e02f6053b53a2bc235b6605762c4 0.20 MB 395 123
187,250 187,250 00000000000004ace3b1d0c2608e54e03f087c499159d67b662e6247bc7ebe1b 0.05 MB 113 116
187,249 187,249 00000000000004e19773435e965c66a673ebed9dea6ca39ebdfc8c9408329d60 0.07 MB 189 113
187,248 187,248 00000000000007543c0dddebaee76fff8dfdb25acc54acd53e1266d4ac8959c2 0.00 MB 3 0
187,247 187,247 000000000000096b447b4dc72e40c662f00c0c4afabc18c834365210a6fbf4ab 0.00 MB 9 14
187,246 187,246 000000000000095014e8dda69d5df6c73f2f07182afa67280aae33ddec85c65b 0.06 MB 116 83
187,245 187,245 0000000000000375e9b14fe794ad2fb475742f5e7a13ea9ad6915cfa5c4acac5 0.07 MB 138 89
187,244 187,244 000000000000061cb8143c64436ab169cb9a410680cc53c912b3ec38d3548f64 0.25 MB 566 148
187,243 187,243 00000000000000b96779fbaac79276ceb403fc3eb0906a978579a8cc1503f198 0.09 MB 327 53
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.43 GB sent, 92.99 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.