Memory Pool Memory Pool Refreshing

5,091 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (667,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,210 240,210 00000000000000edcac2911f3ddc3612364d7f9b3cb500e22ccad3a1837cbfe4 0.17 MB 392 180
240,209 240,209 00000000000000a47623f7e986ad4924bb6ec7ebb4e0816a614b75a59db84c96 0.16 MB 356 172
240,208 240,208 000000000000002422d59d9885e6a0441851fbf4bd7496ad70b20e6a68fda093 0.00 MB 5 93
240,207 240,207 00000000000000908d2940ffbd381306de7411ec7a2de669c71e90aaa167e281 0.06 MB 136 140
240,206 240,206 00000000000000de6a5dc65231afe4b81857112237724d3fe74712b42d1d990e 0.08 MB 198 163
240,205 240,205 000000000000001ae26a52e6724f9608bb98580fd668b413d13451db517d17a6 0.12 MB 249 163
240,204 240,204 00000000000000e4250875295568b720fbf9ab87d885fd2d4a6ea76c24d48a9b 0.25 MB 575 169
240,203 240,203 00000000000000390961faf2628aebe53c6cbc532ddbf77309a9d0e3d2b8a03e 0.23 MB 467 147
240,202 240,202 0000000000000040c8f449d4b90dac784d1d09be82a5d5f13ee3f6bbdc15c8a4 0.15 MB 348 180
240,201 240,201 0000000000000100d9cbd55303647c2ebd545de6420effe7ec3de6b32d1df0de 0.18 MB 246 85
240,200 240,200 00000000000000ccd0a1e5e5c49c86b774d2a382ffc6a067290767202d4a2ce2 0.25 MB 600 198
240,199 240,199 000000000000006a352035d97f37decf3105af2bcd3cf8b579829ee455691296 0.25 MB 484 142
240,198 240,198 000000000000002e99af565ac7e9d3c6ab452e672f02e56f020dce80e9109a30 0.11 MB 160 99
240,197 240,197 00000000000000206bf773f8a9175eb76910c61a740dc20b14254922e65e3731 0.25 MB 675 244
240,196 240,196 000000000000005e3174b45faa8c88584da6d52be8bf4f27a610d921f795a3e8 0.21 MB 482 180
240,195 240,195 000000000000002f0ad5870c9544450835483a60b8602e3b96aa6ad3fef9ab33 0.25 MB 402 120
240,194 240,194 00000000000000a17eb7ebca271b9f6b4e3e2ae10cbb3ca356a940fe7fe97790 0.25 MB 572 177
240,193 240,193 000000000000008331269e026ba06045718397b5ff0944623bcf4de328128cb1 0.07 MB 164 122
240,192 240,192 0000000000000103efb77f705d57d79b792b0165227879ec431dce2625b771f3 0.13 MB 218 115
240,191 240,191 00000000000000dca2eebcc6fdd5a9e58ae3e2e557215967c55102b37c48a316 0.24 MB 304 70
240,190 240,190 00000000000000af73030bcfce07f710bcf53f21092db173af9b5e73401dbd6a 0.25 MB 433 120
Previous 10 blocks ↓
Total Size: 769.51 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,647.40 GB sent, 95.51 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.