Memory Pool Memory Pool Refreshing

4,039 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (615,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,410 292,410 00000000000000005b2f3a5d18ef343f12edc66a744df242efe5038e30787c25 0.33 MB 727 45
292,409 292,409 000000000000000045522a0566847e17d3b276edf670f76c4dbc68fddbe9a35e 0.01 MB 30 79
292,408 292,408 000000000000000020366a15799010ae0432be831c197e06b19133028a9aa6f3 0.14 MB 208 22
292,407 292,407 00000000000000003787f9c657c406d656cf55d1682bd93b5c8a00ff6cdf64b8 0.33 MB 412 20
292,406 292,406 0000000000000000880c352f9148919f85da679804c2881eec36feb76701b75c 0.38 MB 1,024 48
292,405 292,405 000000000000000098633b387ecaf419fd5a03e5799f4cd138c3731ebbd5f9c0 0.10 MB 153 20
292,404 292,404 000000000000000070eb5fc12e30608c63213e9edb025e0deef07b99c7e52d78 0.11 MB 198 25
292,403 292,403 00000000000000002b7f06f7d7915e0fd889defa1dd107485e3f97ce49ba0774 0.04 MB 89 97
292,402 292,402 00000000000000002aae7c9b015adb882b096c5f5cd5a71589aa8b6004d7ed25 0.44 MB 813 32
292,401 292,401 00000000000000005f3189269d2c39711d6a340a617267d72f95848a9ab8e7ba 0.35 MB 779 38
292,400 292,400 00000000000000006ea2741c9ab1e9fff07ea06959057f93ee476685b74a19a1 0.31 MB 675 36
292,399 292,399 0000000000000000d051f5a0a39730d8b0b47b89e8c14cc73daa530947fe705e 0.05 MB 108 31
292,398 292,398 00000000000000006ddc56ff929c751a0125f931387aa8846740e98740872455 0.29 MB 528 37
292,397 292,397 000000000000000025e46729867aa58a80328cd234c5c0a124230d87da87d1b2 0.10 MB 145 14
292,396 292,396 0000000000000000da237381b078ba8267f11203e06fdccee85516303699389b 0.21 MB 396 83
292,395 292,395 00000000000000006240b06b6cfd8841a58721fa2a09457deb529ac4e32b9d8f 0.15 MB 359 49
292,394 292,394 0000000000000000357f1bdba179fb7f16116fadd7c0cda4f5fe4d9ad311b05e 0.24 MB 480 62
292,393 292,393 000000000000000001b0b1277c0c0cb2c4d7e16c330f4d3922e28a9b236c2e83 0.08 MB 55 10
292,392 292,392 000000000000000006b82efa9e2e30920ce6f8a8d7f5cc0abf99574a8d49fdd2 0.91 MB 1,364 36
292,391 292,391 00000000000000000a3161857775841b108588bfd7e063f6af1516496346004b 0.35 MB 1,120 69
292,390 292,390 0000000000000000c75fcf1ba92034403652eb1709fe2537da154156e2142c25 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.