Memory Pool Memory Pool Refreshing

9,234 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,424 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (731,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,486 176,486 00000000000002e49871c4c7d8f33205dec7c8b5b113bd994e3cbb2d059ee043 0.03 MB 50 9
176,485 176,485 000000000000010cda911de51eae1f2b488a451d5919fd785fde295d22d88191 0.12 MB 138 442
176,484 176,484 00000000000003acd4386854a9d202539bcd5abf0fb6525115f069a4dfad214b 0.02 MB 45 280
176,483 176,483 00000000000005800a85dd09b4c0e937ec65fb9cf577a7dc45a0c800d74ef83f 0.04 MB 118 70
176,482 176,482 0000000000000527850382a229ff44dc235fcac778f09ba42e4ec46ea99a2bc6 0.05 MB 129 163
176,481 176,481 00000000000008d7aa57f91a9b323b51bc22e798320ac17b82716f7327db89f6 0.03 MB 75 21
176,480 176,480 00000000000005f25f189d132fe7501fe07d57184ad70021b4cb9550c7d68312 0.04 MB 95 39
176,479 176,479 00000000000004d1e60911af560a5d1ca4dfd324f7211d6458de932574cbdb97 0.11 MB 153 246
176,478 176,478 000000000000004c402230da44b0c2113f04c94614a13c4c86886c063faa0fb1 0.01 MB 16 72
176,477 176,477 00000000000004300ac0d66e4407ce96071319f3da15a874b2c8336e8547e69d 0.02 MB 59 107
176,476 176,476 0000000000000981cd06fa9007624237097a6d04384c083b00643be9d8ad53c5 0.02 MB 19 93
176,475 176,475 000000000000037979beb4128e730e497ea00c8dde1ea447ee6cc41cb48aec94 0.01 MB 24 124
176,474 176,474 0000000000000a5d1ebebf9c8e4bd592bd19ee96113ef477eaee18a2fed1f446 0.02 MB 44 664
176,473 176,473 000000000000053d4d3a5d56b8232a369979e3cc9e4e1db24c0aa7bb060b6f1c 0.02 MB 43 220
176,472 176,472 0000000000000a4c2ea1bdd5932228a0dbe305f2dcf323b71288b5d46f022946 0.06 MB 53 116
176,471 176,471 0000000000000735f9bbf5b16bb9432f5234764c4abd77a4003c17fe44faf1eb 0.03 MB 53 81
176,470 176,470 00000000000000908a6f225bcc24e4144e47ceb618308ff6424fb2689e3a24f1 0.02 MB 44 90
176,469 176,469 000000000000004e455d808127b68a71d4a3a6540aa75616e6687c9051f44b35 0.01 MB 37 83
176,468 176,468 00000000000009074a8fdf44a96cdb2d74061ffede321d48c577e3ce731988e1 0.02 MB 70 252
176,467 176,467 000000000000065065afc9e04d5018e5f9649c912c9fe9b86139912a7184c53f 0.02 MB 53 28
176,466 176,466 0000000000000101aa0ff50ee5355f6114f90be01a15dd614981b7c45942167a 0.10 MB 72 152
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.82 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.