Memory Pool Memory Pool Refreshing

3,379 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,008 (758,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,301 149,301 0000000000000a4115ab4972efccaa2dade99359eb6756da307d031d33179374 0.02 MB 36 218
149,300 149,300 00000000000007d08f1e55c0fe4abc35731e66cb655067e4d5ffa54114b283e0 0.01 MB 21 19
149,299 149,299 00000000000003d3ad860c2704a1d810cf5c3e6332c245976a348672f505469e 0.00 MB 6 261
149,298 149,298 000000000000050d11ea495ccf8a4a6c7f5337066c2649a34a9d3bd94b7b306d 0.02 MB 27 46
149,297 149,297 0000000000000a5004439fbbd01114b84f9a735ffd40543789a38deb7809b30a 0.00 MB 12 159
149,296 149,296 00000000000002215aea68b16d56c20ecadbcc2c48b8400c0a5f447fd3909c18 0.00 MB 7 206
149,295 149,295 000000000000020d8e871cfc9db6487c4c227c9edce54c7314d646b7956c668c 0.04 MB 130 13
149,294 149,294 0000000000000329b76c33de1795848fc20e9dbdc2b4922dbb27e90bdd8f4b45 0.03 MB 73 55
149,293 149,293 0000000000000351334d7d02c9d3cb2d2294ae63d5e7db724fd9cbd267b22d71 0.00 MB 9 1,135
149,292 149,292 00000000000000df28f173c302d4d8ee704fd5c897355a023d2adeb37e8bd79a 0.03 MB 64 104
149,291 149,291 0000000000000a3c84501ace815d41b4d53c6fb9e108c4c1a02be456a06ccd67 0.02 MB 62 586
149,290 149,290 00000000000005d5db15193bd54643626af8896cd85e9f3adc6b00ed00a818c7 0.05 MB 118 104
149,289 149,289 000000000000009e5cc30924d2adc162d8f8e08ce4d1cda651b39f7d22ee8032 0.05 MB 128 87
149,288 149,288 00000000000000b48d5bc60bce6611533d88f75bffb9df49ab3b1de868677b0a 0.00 MB 11 470
149,287 149,287 000000000000032aef27ecd724de8ae0fa3a8de7db45e4878c85cf6a289029ac 0.05 MB 163 9
149,286 149,286 00000000000008dc4bf11f0c776884eb8519b6e597aca3091cf6657d56ece7a4 0.04 MB 78 97
149,285 149,285 0000000000000422465225f883cd69bfe07a0464053380a3ea134a3406e831cc 0.01 MB 19 62
149,284 149,284 0000000000000784252259db25c845e915b766cab721bf43ee802c37afac2b9b 0.03 MB 63 95
149,283 149,283 0000000000000758d99422eea9fc629d33af4dc677b945ff8428f6a6edda2fd9 0.01 MB 41 373
149,282 149,282 00000000000000abd1c61e066dbc765911949b70b14df52a786777d8c3f8a229 0.00 MB 6 365
149,281 149,281 00000000000005bf2e24524686014d98b8698a630ad645b66b2c13cb8a42ce08 0.04 MB 100 320
Previous 10 blocks ↓
Total Size: 769.56 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,649.32 GB sent, 95.76 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.