Memory Pool Memory Pool Refreshing

3,512 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,938 (707,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,212 200,212 0000000000000393f56bd065af911a06c083dccb27ff009cee017b1560056dac 0.10 MB 263 179
200,211 200,211 00000000000002cfa83d2822fc4273aa534a94a1a501591eec70167ea7910512 0.00 MB 1 0
200,210 200,210 000000000000022147b4a08f8d312722059eaf4154fdb3c697c72ace0943e684 0.03 MB 73 118
200,209 200,209 0000000000000233631f4b9fe1a6847b603864edf2bbe56a3cc51c5bfec2f74c 0.16 MB 356 58
200,208 200,208 000000000000016c113add38f90f8c171e06833db414d4f2d2a9e8af2cd7020e 0.14 MB 315 171
200,207 200,207 00000000000000c318d4533139557bda1295c313e0bd9835d471ecb6f35957ae 0.00 MB 13 186
200,206 200,206 00000000000000b0fd75744de7b1f673fe311466562a29e248b663918992685b 0.25 MB 558 205
200,205 200,205 00000000000002c060c9e39a9502b89873eeebee0e23cd3f8a63c60cf7ae7bf0 0.38 MB 773 109
200,204 200,204 000000000000023b1e78b4b64002781947fe3a665c2cde283c68e58d2ffb55a7 0.25 MB 507 104
200,203 200,203 0000000000000536fb33d87bc966f8e65c6f9204a415dc1c4efa08c44ef45882 0.03 MB 116 16
200,202 200,202 000000000000018bc67de2bed879c6b73f8e31aa71c28a1686fc2f593d04a043 0.05 MB 135 39
200,201 200,201 00000000000000e510b96fcf03e27ad30f8d50e4cd4cb7cf4c06cf7ffb9add3e 0.00 MB 9 302
200,200 200,200 0000000000000512f520a2448bf5d07c724fd3f68d74f398b1e94e183930add1 0.25 MB 815 170
200,199 200,199 00000000000001a609734be369b0f94e3893fb23b447de3ce19315eac6fe5486 0.08 MB 136 100
200,198 200,198 0000000000000057f17fe03db21176cf61cae3db17251ac4376fcb12e0fb2a43 0.04 MB 103 105
200,197 200,197 00000000000004394b6240af77f2c4fbc7716c24402a100904bd218fd5bf8737 0.27 MB 330 62
200,196 200,196 000000000000010707886b62d2c33aaef457f5598f1b7e1aade2b80e097c731c 0.05 MB 106 119
200,195 200,195 00000000000000a2014e72d1387fb77b8859de04f36a8b563d497773f0a71d3e 0.04 MB 151 10
200,194 200,194 00000000000005807b1869314b8f16c49da4c68ebda6b33081fab2769d4b9aae 0.13 MB 326 134
200,193 200,193 000000000000015db259017c117a0dc66edbe5dbc6f726459e1e224c598d0b64 0.23 MB 565 149
200,192 200,192 00000000000001c3c1679d7453798564ac1f26bab1971a7f56991545da9df718 0.06 MB 202 11
Previous 10 blocks ↓
Total Size: 769.43 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,645.49 GB sent, 95.09 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.