Memory Pool Memory Pool Refreshing

5,388 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (707,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,216 200,216 0000000000000160c4480348a8a34ac078a735aed373d957854c093b0f64d626 0.02 MB 43 198
200,215 200,215 0000000000000303c0f3e5da425b4d3081357a609b65f403522aa13d5782684f 0.13 MB 187 934
200,214 200,214 0000000000000113a9e2481963e93e4523fa511ff2df4a92372e4d8305e70eaf 0.09 MB 105 205
200,213 200,213 000000000000010551a2197f8390224dc0aba6aa323d1ac4d28664ae1a7b98c1 0.34 MB 744 113
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
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.27 GB sent, 93.06 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.