Memory Pool Memory Pool Refreshing

4,615 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (688,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,641 219,641 000000000000015ddf145cdc5563cb45c104c6069dd315bbd8e15b4c2c2dc1fd 0.25 MB 608 207
219,640 219,640 000000000000024924d39106991b8b1e2badbf5058b084c5f41bde1552f49f9f 0.13 MB 233 144
219,639 219,639 00000000000001afa00881a4280fac147d041160b72c66701c46526374467960 0.08 MB 124 76
219,638 219,638 00000000000002ed47eeaf1764dfac33bc5b7c8ee940815e161c788296e08404 0.24 MB 601 222
219,637 219,637 000000000000059ee87f2b3ee97f29383e2309316f0f0c05ec91086ebfe5324e 0.25 MB 389 123
219,636 219,636 000000000000035c18a9824ffedf0c606f01feb8b163366d97595dcad389d76d 0.25 MB 840 452
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.