Memory Pool Memory Pool Refreshing

10,574 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,778 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (706,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,211 201,211 00000000000001eefcd4e4c0b8f14a0051dfb7de94b2fc4e6a186aa7f92f5ab4 0.00 MB 4 0
201,210 201,210 000000000000024f42c909a70c8065d6eb6c5c44f1d02f2514953daecd5b1654 0.11 MB 254 140
201,209 201,209 00000000000001e11f3a53d38331057c0a4ed6c54e6122e0c9654e5a07feb5ad 0.00 MB 4 0
201,208 201,208 00000000000000e42d6cebc72fa55d15773fca89e94c74efb99b86c84f46707b 0.03 MB 90 75
201,207 201,207 00000000000005c56acf86597e12023f5ca21d7c8d1e5e6667275aabecaafc09 0.14 MB 357 138
201,206 201,206 000000000000044342c3dad7752e4a656a6679b6cf2a4d2fe58ccaf7bf5cf6f7 0.05 MB 148 139
201,205 201,205 00000000000003e6049d42dc0f17233ec20755dfa0265e6670fd5c35eb5ff93e 0.04 MB 113 54
201,204 201,204 00000000000000d131b22a27483e3a002d6fdae945fab80d08bcf04855a78898 0.03 MB 73 78
201,203 201,203 0000000000000494311020232beca3b9dcd1651479047182d998dde655f22237 0.09 MB 238 146
201,202 201,202 00000000000001a2ecb9c590eb24ac6e5aa6d885969f270bf98a9a64bb7106e4 0.03 MB 80 249
201,201 201,201 0000000000000220898a162e779c0c39bd3f1d56d698460301124765012eb135 0.08 MB 75 65
201,200 201,200 00000000000001d5c485053b07729a4cb9e9217b3608e44b329e3196c111ac93 0.01 MB 45 3
201,199 201,199 000000000000023ba98ca06d0364e6ecdc2b4f47b6f54803583fd51241573398 0.07 MB 134 100
201,198 201,198 000000000000033d57e0f2d893263a07927843ed8714870dcb8d10ad2a5fcab2 0.09 MB 244 128
201,197 201,197 0000000000000000c35e93308b85409de6070bacb13134979db905511c52c6c4 0.03 MB 92 126
201,196 201,196 00000000000002cf4a78533811e8ae321a4f2456e788ed7b2c0c11c178072e89 0.03 MB 47 104
201,195 201,195 0000000000000046a9c05b417ef0e8465f6bb7a708407f0151352636a14adc41 0.03 MB 103 61
201,194 201,194 000000000000040f808ec33f009fe63b429a5144edc14b7511a2746b46686283 0.12 MB 315 127
201,193 201,193 00000000000000b872a7d5bdd8ea8883b45bca651394d4bd540803aaa6183201 0.04 MB 99 176
201,192 201,192 000000000000030e3c56a537ef2eb0ac6f6abe579ac32fc07addd043862da8b4 0.03 MB 78 99
201,191 201,191 000000000000008b102850aff64f454bb3e78b47c209c33f8b90bec8e48ae20e 0.00 MB 7 187
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.