Memory Pool Memory Pool Refreshing

391 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 364 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (685,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,198 222,198 00000000000000d3546fe2bc6c1ef890e44239999ea536b51d04d08c1694459e 0.25 MB 544 158
222,197 222,197 000000000000000bdc2428848eee38771958303ac29239af88e20ff673f30b12 0.32 MB 493 162
222,196 222,196 00000000000000a070cc250f603bd8325a20501e1d94e36e7dbfbcb08a08e9c3 0.12 MB 149 78
222,195 222,195 00000000000000dc27a9145fec0693d86b36aebff2a30511ea7b3b0df82566df 0.25 MB 795 271
222,194 222,194 00000000000002d95b419aa38c90d5c82b35439a5444e6481c8d9796a2a5ef7d 0.11 MB 203 137
222,193 222,193 00000000000000943dc2e5be8ccf7cc788ce58738a1f692e1565fa52b4785c6a 0.25 MB 700 229
222,192 222,192 00000000000001e4d2de48e540e8ab3f4961cd264211cc0c1c1c2cae7fa1d9d5 0.05 MB 101 85
222,191 222,191 00000000000002783bb1a779bdc36a37e0eb30f477090b52cf92e52ecb4d6b4e 0.29 MB 627 182
222,190 222,190 00000000000003790032dc0b95a42bf8afc83db6c4ec78837882eb42c848323a 0.23 MB 545 255
222,189 222,189 00000000000001743deeed32a68d9ad0515312e38126e7ee44db0f7fdc05baf3 0.02 MB 31 155
222,188 222,188 00000000000002b6f2763ef1749d7efe1e6d33281547201990ba562c7eac6766 0.23 MB 498 203
222,187 222,187 0000000000000156c364368060f9304c25e9b5f155444247bd7bae58a9383298 0.13 MB 278 167
222,186 222,186 0000000000000230dede2d70ccd67cad4c1cc1c0e27c5b5eb4ea35f25ad60bd1 0.25 MB 521 172
222,185 222,185 0000000000000236b3e196e6eabd897b48d065b509dc52223dbaf88818e1f423 0.05 MB 110 92
222,184 222,184 000000000000004d198d81884bb4f55e09da2079efd9fcf7fe204b515b3fba5d 0.24 MB 252 95
222,183 222,183 0000000000000263b58491be3fa014656946e629ea870d0c060daf3995907981 0.25 MB 711 247
222,182 222,182 0000000000000379413f9ab8bbbc3f88b772be3c08fbb864e0ff7bc94bf12db0 0.01 MB 23 150
222,181 222,181 000000000000038141a6bf068456682f182dde14d0f9d4bd71ead8def448031d 0.18 MB 442 183
222,180 222,180 000000000000022a773b5b7cfb4c2ec7d24c1f66c81a6ea20ab3946b7e77fd47 0.00 MB 1 0
222,179 222,179 00000000000002700b5f55de0818f89445a4048741731b98ae747ce69edd9685 0.13 MB 261 172
222,178 222,178 00000000000003207c03a7d8e156297b2a495b1c016cc8b99413f6ede0f88426 0.25 MB 591 180
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.