Memory Pool Memory Pool Refreshing

611 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,892 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 605 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,891 (657,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,289 250,289 000000000000001948b28280b95e7c90b2373744648399f7fde816c44db670db 0.01 MB 33 96
250,288 250,288 00000000000000306e81a86e4db01f4792a002f602b3fed275d14e651fac564c 0.02 MB 39 59
250,287 250,287 0000000000000027cfb29f3a533a69d070b2bd18d9ce7e6d1ee40f9965d3194d 0.15 MB 372 147
250,286 250,286 000000000000003c1206d33d99fe4cee4824b73e179559c6f20e423d54e5380c 0.12 MB 263 128
250,285 250,285 000000000000003fb2a68efc7c79c186466513ef41efd6202c125410f61aa51c 0.07 MB 159 133
250,284 250,284 000000000000006377f42a704d4ecd12ff1047fb79404bdace323a423015d9e0 0.06 MB 136 181
250,283 250,283 000000000000000cb0df5dbdee93b43dc9d946cf4e623362abef49e215da93d6 0.06 MB 128 47
250,282 250,282 000000000000000a606ba89fdf7d67950a01960782c3fff9102de96234d41e56 0.01 MB 38 70
250,281 250,281 000000000000002d1d78b03aef09c8687fbf5a6668103d9f8abdce5848273d91 0.16 MB 346 157
250,280 250,280 0000000000000064eca8b97cf033fd67dca162256898daee3806d420bf9253c0 0.12 MB 256 113
250,279 250,279 00000000000000691b98318c358c0900373e998604fc875732a869c416dad0a8 0.10 MB 161 95
250,278 250,278 0000000000000051c26ca89df84471f7d09093bc49787e2f7f0540e0ac4c92d1 0.04 MB 85 171
250,277 250,277 00000000000000113c76e7506192d73f346300e95003c325c9e668bda75ffcf3 0.02 MB 57 228
250,276 250,276 0000000000000036d5285cc95cac3a3f5394d0d617b7f27f6e576e1005c6bc46 0.06 MB 61 73
250,275 250,275 000000000000001b5bf4b620e848cd9164dcf2e592d72577170a728c9c39bcaf 0.18 MB 451 119
250,274 250,274 0000000000000010f6abc8c90e560cd4e6e18ffe33fae2e01bad0b4360f9675b 0.08 MB 147 121
250,273 250,273 000000000000003b1c24a50b877356ea499b7759f11e8df2cfc203abd12ef2cc 0.16 MB 322 152
250,272 250,272 000000000000002c5a443a3a822d4c3804e077600a07b3cb2bf74c046edc2c9b 0.07 MB 151 149
250,271 250,271 0000000000000049f3592c775704fe276393b306c2a45d2b398a51a292dbffe4 0.16 MB 274 69
250,270 250,270 0000000000000006faef57eaefab78a22f1dc465064a34b2c44a364013f9bae2 0.11 MB 231 155
250,269 250,269 0000000000000063d1e08558f2ce8c5147e2ab66c0b4ead583198b5ce1ef1b05 0.07 MB 154 92
Previous 10 blocks ↓
Total Size: 769.34 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,643.32 GB sent, 94.65 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.