Memory Pool Memory Pool Refreshing

488 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (688,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,635 219,635 00000000000000f540ce394acbba6005eb8bb375ded6074c90193449c96f6416 0.17 MB 410 173
219,634 219,634 0000000000000517ef8d7944a88f4e7e0cbe60cbc3f704bda90db5bc0c50057d 0.16 MB 368 193
219,633 219,633 00000000000002919ca307a4f192ac78cfac83db5559168b1f8e5b88321558cf 0.05 MB 78 86
219,632 219,632 00000000000004a0cefbd84a3642951c1af98257784800cc463fcb6b510d88e0 0.25 MB 621 202
219,631 219,631 00000000000000ae8569382376bb5677861c31e78af3bbc0b12d8e1b0a95089b 0.05 MB 142 288
219,630 219,630 0000000000000587fa26ce661dea7662f36645f92aa3c7601783b3dd76a201a3 0.10 MB 224 29
219,629 219,629 000000000000042ca25cd2eeb4dc9644e839dc8ecc50d34d39965f4da9b3507c 0.08 MB 149 166
219,628 219,628 0000000000000551784fd243b1429a28ce560aac73d821cd14006021aa5f9865 0.04 MB 100 110
219,627 219,627 00000000000002d0e3f0cd9c77b66eb3da0d01de27cebd29e315e0184a0af9b6 0.19 MB 279 139
219,626 219,626 00000000000000cb8d2f72091bcd93eef48b22e7d800d45a868f7433553d0633 0.18 MB 512 207
219,625 219,625 00000000000004c011781d3a12dbf27dc7b6091314e090298b5072bf9e4c244b 0.15 MB 256 62
219,624 219,624 0000000000000107305b59bef47f5d61044004188e53b611dc0ce0719f5a88f9 0.12 MB 241 168
219,623 219,623 0000000000000479453d523b53974b89071766ebd27967576302dd9a5563f639 0.25 MB 535 194
219,622 219,622 0000000000000305804ee1fb7a7950956cd969c16461c639bd7ab7a14c6a1160 0.25 MB 547 166
219,621 219,621 0000000000000120af1762230e38b0b7093067e911db41878f12ca68dbfa958c 0.11 MB 228 166
219,620 219,620 0000000000000234bb7e73391a8c4bf42319c4e3ef4ee405c49de4466d4d7339 0.20 MB 438 174
219,619 219,619 0000000000000421158d7d43c9d81f360d24f869306972c969b0e9ff4e947378 0.13 MB 277 162
219,618 219,618 00000000000003084be93a70723af800771b1bbf1e459103219504af2e1aef79 0.08 MB 130 97
219,617 219,617 0000000000000116551927c1f9f7d7ddfa5f98cb26210e357b8107240174bd63 0.18 MB 485 215
219,616 219,616 000000000000045760bd6340fa2293478ea043f498d3160454485d1c22a63ac4 0.09 MB 182 304
219,615 219,615 000000000000041e98831c45f6dc390f2c2d062346aab3f7e4f49d7a2102fbbb 0.21 MB 419 149
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.