Memory Pool Memory Pool Refreshing

1,430 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (900,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,251 8,251 0000000057c6e899116b75bb104bfff0815857ca8efb6203b7026c17afe710d6 0.00 MB 1 0
8,250 8,250 000000003a6021794bb0361a4211bb2d9506878329d18d85d47a157d4e6c0362 0.00 MB 1 0
8,249 8,249 00000000999970a56953d0cfe6608d47fb90f749566a79895429899f22c65ace 0.00 MB 1 0
8,248 8,248 00000000a5313d0552004c89e5f08bf82e7deeb89e01b1c3134b3ff158b8c447 0.00 MB 1 0
8,247 8,247 00000000eb0feb905854af45cce9b47ab8491f547298de24d8cd40744c769799 0.00 MB 1 0
8,246 8,246 0000000095ac54894d620c90f936b47b434656cb938defe5892ec89b94942460 0.00 MB 1 0
8,245 8,245 00000000b604122a84070e34195832917ceeaf40291fb8531c981b5068b43b22 0.00 MB 1 0
8,244 8,244 000000008f827ad838ed6caeca6499e157f36c9983b9316bb129afe1b2fdf8f3 0.00 MB 1 0
8,243 8,243 00000000ebe174fde0a67963d85aca466125fadb4d993f0f23bddf5cad84f979 0.00 MB 1 0
8,242 8,242 0000000078455a80c1a8348abff24732f7b2bfa51dc21562ca06c58a22eec69b 0.00 MB 1 0
8,241 8,241 00000000c826ca8cb0836a71235444032ac3b1eb480ad6627a465b35cb0572df 0.00 MB 1 0
8,240 8,240 00000000769a69bab4b23c22eb7aba05c19f0f874dc28de629a2c2959939e253 0.00 MB 1 0
8,239 8,239 0000000087844ccfccbee0e02b2b908bd23ea90917cce27497a93caa0b3ce87c 0.00 MB 1 0
8,238 8,238 00000000303839ad3b20c27785df6b605741dbf86c6bbbabff3a3aec9639f020 0.00 MB 1 0
8,237 8,237 00000000ae29af171bbf72e365e4b992ce739a2a2d0244a68bfc2d441ff1e6ea 0.00 MB 1 0
8,236 8,236 000000004ca54b877e3c8777063c370ae5f3ff767456b74aa6f700b4424bf219 0.00 MB 1 0
8,235 8,235 000000000efc9a056078950245bbe3d42c2de4c2f4f15780587ffa1f01034a1d 0.00 MB 1 0
8,234 8,234 00000000c5cf5efab33ada912190fc8317df39ad07d97714abda1892d9fc33b1 0.00 MB 1 0
8,233 8,233 000000001ef602d85268d37d20d3218d272e919201c2effed87e7d1b5bb1b5a9 0.00 MB 1 0
8,232 8,232 0000000077d98399e6b17d1e44bc2e3b2527ca10c174b3d736bfa5ff0e4d7e83 0.00 MB 1 0
8,231 8,231 0000000081ac433c596a735022c5e1f19afcce061a68da4e8547521f647e5ca4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.