Memory Pool Memory Pool Refreshing

9,876 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (26,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,444 881,444 000000000000000000009021af26a099fcfd74e8a4477cbb401120112803cc59 1.94 MB 1,392 2
881,443 881,443 0000000000000000000241655cf24948dc41b4726f28f44adbc54c9ab4cb3e1c 2.13 MB 651 1
881,442 881,442 00000000000000000000b420add346523afe18c5e4e93a75d2ef1d0192ccd2a2 1.82 MB 2,028 2
881,441 881,441 000000000000000000006ec710efc0f53974f08b406f5172672f64dc29830b18 2.12 MB 685 1
881,440 881,440 000000000000000000008cf8e47c85fb99bb01b3d4ee1cfb3a64ccc6c82e8a48 2.03 MB 1,108 1
881,439 881,439 00000000000000000001cccaf259c3805f5d50b257b8020ee19f5e939750ab40 1.89 MB 1,417 1
881,438 881,438 000000000000000000012bf1bc67095197a2a23efdf690a9df75206f0f3dc524 2.00 MB 1,554 1
881,437 881,437 0000000000000000000035bc2d82c1106a560400cd4df91e19cc9bac2fedd65f 1.82 MB 2,287 2
881,436 881,436 0000000000000000000147426d6ea7d09a2f8973faae1b8995ca5c51d9d01091 2.02 MB 1,916 1
881,435 881,435 000000000000000000015f5461513a67bd64ecdb64b56e328dd682a24a9911ad 1.98 MB 1,347 1
881,434 881,434 000000000000000000021e9d87867326967d11d98d5b2eae7abf1a665c81338b 2.11 MB 413 1
881,433 881,433 0000000000000000000210807e59f6b87b6365448d97d5a0111664cd21c14523 2.09 MB 742 1
881,432 881,432 00000000000000000000931af218dd988191e459a8449dbce22b17e4475cd5a0 1.86 MB 2,141 2
881,431 881,431 000000000000000000027ade0e16eb38ca276883e8d4a76f2e8bc26c5637de7c 3.18 MB 1,073 1
881,430 881,430 000000000000000000024a86e65db3aa1c303c994b01f7d5bf9e7ff93864779c 1.91 MB 2,158 3
881,429 881,429 00000000000000000001e11bb0edb2692899a8165053ebb109f3f37f5b075be1 1.75 MB 2,774 3
881,428 881,428 00000000000000000000d4fac8627267ef99518f386ad54b5337ea5d9c2a02ba 1.95 MB 3,058 2
881,427 881,427 0000000000000000000104bedf7f9727c58c2c9c2e4c3a1f452d901fcca0dca1 1.86 MB 2,155 2
881,426 881,426 000000000000000000002069d57270986951bc9f49a82a26192b67fc2a907e2f 1.46 MB 2,735 4
881,425 881,425 000000000000000000008db23a7eb41a2f590aaed572b3a24210f71de5dc1200 1.94 MB 2,360 3
881,424 881,424 000000000000000000017b20a1eda0f8cec8a7fe17744dacd9fac5961cd70b72 1.81 MB 2,557 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.