Memory Pool Memory Pool Refreshing

3,063 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (734,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,439 173,439 0000000000000322401d1853187f872e3471b34e4b9791b71d936fda3db3f182 0.04 MB 103 55
173,438 173,438 00000000000007622fb7f133c314c7be758fdd9e1be74d168eb9cb25e5d3417d 0.01 MB 16 809
173,437 173,437 0000000000000412ed9a7c35a9c92319b696ecdabbecf11c0279d0b7c4bfcb7b 0.01 MB 56 58
173,436 173,436 0000000000000374869d06751a1643a2ff8c127e46dbf7db5d6c451119b35531 0.04 MB 84 242
173,435 173,435 00000000000007e60b222166e733dc114a2a5eef2d10313c508c995d7130ffe1 0.04 MB 95 179
173,434 173,434 0000000000000923db338c0817d5d678d048efd22f612e98730353e826556203 0.01 MB 19 10
173,433 173,433 00000000000000b60dc7ce4cad332e1978f892449c8b3f57c56ca38e763879e7 0.02 MB 38 146
173,432 173,432 000000000000010e85f87380bdbc6b1ae8fcb8a7223472adfc82d60e4a789cc1 0.04 MB 117 102
173,431 173,431 000000000000058725fa34bd4d64cb2292fca5fcced00996752d4e19d10016c2 0.00 MB 1 0
173,430 173,430 00000000000004698002ff474f936e0842927a40a7d27b81fae81f1c01ea6cca 0.02 MB 44 275
173,429 173,429 000000000000003ba93b821af9bf2254b879b674e79ab0f1e74eeeb44774227b 0.02 MB 30 30
173,428 173,428 000000000000046f8dce101f488b5c01eaaf2f6dd7dffb25be535dacdb873d6a 0.01 MB 15 32
173,427 173,427 00000000000007ea794df3ac8e7d596424270e7ef951f9faec875c352d0f2542 0.01 MB 22 339
173,426 173,426 0000000000000773d5f453edd1c5545dd4a2d75d8fa41763a22279f4a39f3174 0.01 MB 22 185
173,425 173,425 00000000000002a769b98b1132950f9fb4bf31320bc5c0c1580253d4eb57d1dc 0.03 MB 50 137
173,424 173,424 00000000000004d1a545a5ed9dcb88c2e0c70f87ae0eb74be78451461bae65fd 0.04 MB 167 78
173,423 173,423 0000000000000716e63f111dfdd4f63ed6c237cf6324b0ca0d558f7550f8714d 0.08 MB 59 79
173,422 173,422 000000000000090bcd6259b041f399329058f47104c89b53458997698bd82cd8 0.01 MB 16 0
173,421 173,421 00000000000003784e5261f2c54bc79230b01be94c7b288893a8250334c5a70c 0.06 MB 46 79
173,420 173,420 00000000000006fffa540714fc0a808c9540a51dd573cf8fa9dcc57f86e1dc7e 0.01 MB 34 59
173,419 173,419 0000000000000056775be557bb5db62f9922c876c138a16d80a54c01da4307ed 0.04 MB 102 100
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.