Memory Pool Memory Pool Refreshing

3,553 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (739,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,404 168,404 00000000000007589defab666b5b7d27ed1139dacbe7017d5153d91fefec0762 0.01 MB 6 73
168,403 168,403 000000000000061b5ce64e32e7eea1758cecb6e57f27d326d69496c357d55ee2 0.01 MB 18 0
168,402 168,402 0000000000000075cc3762f804c95134b4082ed23295c9e7310696e684d94dce 0.01 MB 16 34
168,401 168,401 00000000000008a8ca7533ff3cbc2a5ab52553bc2066a18a20cad8978b440bbf 0.01 MB 27 63
168,400 168,400 00000000000003c562c8ae7899bd2fa6466246048af9fdef6e1f3f7b3f621c10 0.01 MB 33 48
168,399 168,399 00000000000005f3f31a5e81f84f548a0ce9f8bc5854327cd9b2ec622de42d0f 0.00 MB 2 0
168,398 168,398 0000000000000183b31beb68325022d385f4a29005af94fa9472b78ebf9ff062 0.00 MB 3 4
168,397 168,397 00000000000000445df7178ce7abb3c2493c49d1ba94f235490f80dc6dbad5cf 0.01 MB 6 58
168,396 168,396 0000000000000808a24f51c1f092a080fbaba5d0c528af4cb4328debdb9a3b76 0.00 MB 3 18
168,395 168,395 00000000000003021c6c8653c6d15acfaa05fd9fcd208424672417b9902e2429 0.00 MB 12 11
168,394 168,394 0000000000000b0bd195b66af187afd9aab5c8129e540145bd92c2e295f501d4 0.01 MB 27 52
168,393 168,393 0000000000000533bc319a8e3c37116c354bb57fe57517e9a26d670007b1eac0 0.02 MB 16 77
168,392 168,392 0000000000000b08ed16e2670b3fc5531be55ca07732ad9fc6cfe6bd72fb95d0 0.05 MB 111 75
168,391 168,391 000000000000071094e5a05aee8c92bcac31a421a428035ed508b5c54dc8c3b2 0.01 MB 27 848
168,390 168,390 0000000000000a9e049f62a98f325c4e5bfa4a16a1e95afe66cbe8f6138a7a4e 0.00 MB 6 24
168,389 168,389 0000000000000722614280b910648d0bc197deb7cbcc8318f94e7142db13d06d 0.01 MB 15 27
168,388 168,388 00000000000007f91de055cd96b9b5b0d912f0c240c19b5a2ddf735c50106429 0.01 MB 20 102
168,387 168,387 00000000000002b35b3940f0bfb8bfff70b8cf5108ab8799dbd9598eda898dfd 0.00 MB 13 29
168,386 168,386 00000000000008b63d638b72a59c2f3942267926a2c6116d690bb25f505e4398 0.05 MB 157 34
168,385 168,385 0000000000000afa703d3751f2bab5a696a496e0ee4b401b39d87d78210e9ac4 0.05 MB 99 142
168,384 168,384 00000000000005125977020b984edb0b71e2722c44cc56b6c48cdf39e7ff7ebb 0.03 MB 56 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.