Memory Pool Memory Pool Refreshing

3,389 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (628,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,188 279,188 0000000000000000ef2c2d92cbb46b358b2d7c411a534f4ad82e9ace62db02f3 0.25 MB 483 61
279,187 279,187 0000000000000002262b49faa1c4a6fb192532acbd2ce0d622e3b7ff4681e847 0.07 MB 120 82
279,186 279,186 000000000000000215b7e4ba44533811b3833215eeb084d43edb38117176a5bf 0.18 MB 401 54
279,185 279,185 00000000000000006136b06eb406faceb3ec5c2fb679d1fe02b36ef8820f282d 0.06 MB 80 13
279,184 279,184 000000000000000195dbdf58fbcf98fb08fc75a9130dab81762e4327a53f5f13 0.11 MB 185 31
279,183 279,183 0000000000000002064f339204e1b9c0dd1329f4225de68c50d214422ed7a42a 0.11 MB 256 56
279,182 279,182 0000000000000001227e2ba4a7deb9417bc23472b1d6719130a4086a449b67a1 0.62 MB 957 27
279,181 279,181 00000000000000016fe4876d413a4a79c4447a1d3da3cbea65758fd189396ec9 0.35 MB 772 41
279,180 279,180 0000000000000001481accffbe1e135cd47b60d3828ca1b287032f75b33f72e1 0.25 MB 638 37
279,179 279,179 00000000000000012aa067aac94fcbb24fd24995212158923e85ad859b833091 0.25 MB 805 117
279,178 279,178 000000000000000306e36717fc605d9e4469b0bdbcc2af1793f7a69c494ef579 0.18 MB 375 37
279,177 279,177 00000000000000004e72832945f78c6cccc3504d8ba1e4dc10033e8e488abddb 0.23 MB 377 32
279,176 279,176 0000000000000000dc946f5382d171d78037b3f3c59e28a1d1c5e28557542e9e 0.25 MB 436 25
279,175 279,175 0000000000000003020f88cbccc103081ba6f3508255a27509090225ae24fe24 0.25 MB 755 88
279,174 279,174 0000000000000000fbf44f8d873fa24c4838029196b1c8d7344cb3596f82be73 0.10 MB 215 37
279,173 279,173 0000000000000002ac6ffd6bb12ca48fc985f577b9a83443a9e1fd43a9a175c3 0.21 MB 478 42
279,172 279,172 00000000000000020ec35955d56c7742fe8655e1d7fff97398b39967267c765a 0.30 MB 692 39
279,171 279,171 0000000000000001c522f786f1e7447117df4f601784205a8222b93ea47c10d7 0.03 MB 94 213
279,170 279,170 00000000000000019087c00249f02bad14c206f4b7deb9455c9f02f776e272f5 0.30 MB 533 46
279,169 279,169 0000000000000000416cd7384e7183aefba4ce895fe44b98c7ed3b3184b8d972 0.18 MB 133 18
279,168 279,168 00000000000000018dc9f61e8c984a893e79768be63143f974133fa8e6303751 0.25 MB 537 32
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.