Memory Pool Memory Pool Refreshing

9,073 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (610,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,194 297,194 00000000000000002d645d53fba0aa90b37f9490d7a500bfdcf2ca5e0c0d95cc 0.00 MB 1 0
297,193 297,193 0000000000000000600883e24eeb32a9490f92362318f3872e2cfd72ddf903e2 0.92 MB 1,911 32
297,192 297,192 0000000000000000984b3a50fc6d26a7b920637adbc1dcd3bce669ba7356d231 0.35 MB 1,145 70
297,191 297,191 000000000000000024abc60eebba42333d74b30635ca5fb0b7c776a579c307a8 0.05 MB 128 39
297,190 297,190 00000000000000008f0bc85434924d7e6b1ff04a098142238f2ae2ecfb71f206 0.18 MB 359 40
297,189 297,189 000000000000000056de61ffe549f8825f3965b629fc1344b965666883d0a52a 0.35 MB 550 29
297,188 297,188 000000000000000048658c64cf4f637efb96fbe5aecdd084071f4931e2ef0437 0.03 MB 64 43
297,187 297,187 00000000000000002e36d30c217ca37ce21424f425588cd777194c3f70ed6886 0.00 MB 8 85
297,186 297,186 000000000000000058a30dac8c69cf07237cf75b94ce3bacbde01f732d7cb1b0 0.35 MB 688 39
297,185 297,185 000000000000000006d52e990ae8cb7cb37545055f716331fafef2d1193689d5 0.05 MB 61 13
297,184 297,184 00000000000000001881ff1b86583d6a35ee70fbb69b86b3697533816fbed634 0.62 MB 774 28
297,183 297,183 0000000000000000510a108c2573cb18701979910c0da43f8ee180b9ead17397 0.35 MB 970 45
297,182 297,182 0000000000000000205c2c4e1083b2bce8403c1a279603123e24b716e919420a 0.35 MB 564 32
297,181 297,181 00000000000000001bdf97dce1e7c57439f394ce4c71b586a00d7d704b387a47 0.35 MB 764 41
297,180 297,180 0000000000000000922b11c578e75dbc457543855e11a4fae68a2e9078292f78 0.06 MB 64 15
297,179 297,179 000000000000000083ef6205e49ae08e8bbe683c651b2e2215237e448c15e938 0.34 MB 273 16
297,178 297,178 0000000000000000109f64fb484165f26e7bbc130fdd799ffb345fac21eecfe5 0.22 MB 512 54
297,177 297,177 000000000000000037ae1dfd69ee5bcef2cdf51d0e8dddc81bdfb4e05cd6c0d1 0.25 MB 564 47
297,176 297,176 000000000000000006bf93cbc228f1283d6ef24048b6914953e6cbf969f08720 0.50 MB 416 18
297,175 297,175 00000000000000008073f414e3ab32aa7ceb30ab4186ee58aa7a5a3c4ba43264 0.09 MB 256 38
297,174 297,174 000000000000000002f8c732cb66741afc8822e32e990cbb3b96349a8ca39abe 0.90 MB 1,465 25
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.