Memory Pool Memory Pool Refreshing

4,266 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,502 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (707,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,479 200,479 00000000000001526af649c4a31640c046d58cd58034bafae7deee4482e78004 0.10 MB 214 153
200,478 200,478 000000000000038316c62e644dd36da9750aa41125f0266cfd96cac4da66e992 0.10 MB 261 205
200,477 200,477 000000000000044768850bb5683e4b53ea149d602f261eb05940bddb818d653c 0.07 MB 169 123
200,476 200,476 0000000000000105f2d646e90a9b33339fd1f16d4c35f5745093353937b706b0 0.01 MB 42 112
200,475 200,475 00000000000005cc68bb4c5e26b7ca07f90e7284ad37dc80b8a7283e776fe7f2 0.14 MB 361 79
200,474 200,474 0000000000000456231d2cf8ec87c00ee7a70cbddde24f8986b4189f3cf10d9c 0.17 MB 389 257
200,473 200,473 000000000000037c5e3f67951c6aa2503dff63f6de4d0439292ddd1ac2778a10 0.10 MB 165 127
200,472 200,472 0000000000000550a30560785a6bf61b7aeeadfd0c89081e37d7c4856b34a1eb 0.07 MB 216 160
200,471 200,471 000000000000016f93c239640cd07971f18d0804848f3e280121faf34b49da09 0.13 MB 353 156
200,470 200,470 000000000000013234596ea01bd359c87aab6f2fae524b3638008643dff29dbd 0.06 MB 177 167
200,469 200,469 0000000000000219a6eaccdacffbd538d6450e031a67a6a0b1c9fbdb8aeef7ae 0.11 MB 260 102
200,468 200,468 00000000000000d30e49c4b41c687f029a20cdec1ea210cb7ed470ba4ff9ec13 0.06 MB 180 282
200,467 200,467 00000000000001215eaf8fda593d42ec221b966b44e7d47247427a6c82fdec6e 0.13 MB 400 155
200,466 200,466 0000000000000313df82f6ae552483c962d878d7a3450969a97d9c26005bf3a2 0.08 MB 219 149
200,465 200,465 00000000000004b2ba9c510dc729bc87287909b5122c4ada7b71937f738ce9b0 0.01 MB 15 150
200,464 200,464 00000000000003fa008561a87daccb4f9fd9ab6918aa51dfacb2c09182fe7c48 0.11 MB 357 159
200,463 200,463 00000000000000c89a0cb0d8dcc0b2b0a0d8023ea12a78898fc4b274fc3b1d45 0.05 MB 145 71
200,462 200,462 000000000000049027850bc78f1cec95b0e47d60810118b0165a9a251220b627 0.01 MB 13 4
200,461 200,461 00000000000005799970f6e8afba1381ed4da7d4a900cfc2e90c1122710142f7 0.02 MB 57 59
200,460 200,460 00000000000001216f37dbe72adcb3a3c08504876536ca1716a5b6aa185f6312 0.03 MB 106 194
200,459 200,459 000000000000010e0b865bbde0a577f2457ef9c3903115981880e13219988c82 0.11 MB 308 159
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.