Memory Pool Memory Pool Refreshing

1,772 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,769 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (734,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,601 173,601 0000000000000770696734ff0f731c67620755f91efac8d5d4d665ce5cd46c1c 0.01 MB 20 38
173,600 173,600 00000000000005d701f0dca5a65a961005c04e3b9d03d1196683564c20b50677 0.02 MB 42 124
173,599 173,599 00000000000001c49c11777e66766ce60f1db850ca4e2b92dfe0a5e5a66d0b33 0.00 MB 7 92
173,598 173,598 0000000000000554ea62177ba8c4e203bba3202b7737cf60f4f48ffcf5cd99ad 0.04 MB 84 115
173,597 173,597 00000000000000f8026fbb4ea7f8311c3164e7101114c29a401e8e19d720e0a3 0.04 MB 135 118
173,596 173,596 00000000000005e93dd1d24383efa3978164d2cc1b5a271584c575c83f5cd591 0.00 MB 10 61
173,595 173,595 00000000000003cc982f55c192deb8868ec4dbfc6c252f44db4469b8622944e6 0.00 MB 11 3
173,594 173,594 00000000000006720a524df8e2826e4fe83afd2958c5e1048048a8ce387926a3 0.04 MB 66 48
173,593 173,593 000000000000082dcb682871f696d84a0b2304be3d8ca151bf1ba3c156366110 0.03 MB 39 84
173,592 173,592 00000000000006280f0ae0b6a5320bf95bd738cf1bc83f8c70b3f4d5c5e22f5f 0.03 MB 32 68
173,591 173,591 00000000000009bef68fa9f5a8a28a58246186fc8d1c998803e98b7609f1933a 0.02 MB 68 5
173,590 173,590 000000000000010ce22a9af238eb7b8f66957e60b3d2d8eb794dd21b03b4a2ac 0.07 MB 102 111
173,589 173,589 00000000000007100a1e56ff96a6dafadf1a3b7c611560589a70fa66bf070078 0.05 MB 158 97
173,588 173,588 00000000000002dda0fc3685e5f66b2692c8fc2e71f7beef924609ba82ecbeef 0.00 MB 1 0
173,587 173,587 000000000000039ce4987cb2dd870a90eb323b4707c518e7d2beefa32bd4936e 0.00 MB 1 0
173,586 173,586 0000000000000808c77862ad6a21dea08e40167646746d1338ddc97d73667140 0.00 MB 1 0
173,585 173,585 0000000000000a05b3c6967fc816b8a2d7380d9b47cd14627f0d8f79362b487a 0.05 MB 118 81
173,584 173,584 000000000000015b424a4519698dc0cb26cce2d1036c30fe42c32f2f66c87232 0.04 MB 79 100
173,583 173,583 000000000000060708d8e1a1aa80c2627b9c25ac88f9bbc5136bc84a3ab285e5 0.00 MB 1 0
173,582 173,582 0000000000000332288779fe8a238af7c8c8bcd302ced68c560a32e06380cd5c 0.00 MB 1 0
173,581 173,581 0000000000000961c4806e2f848006c0995d52bf21d713d04d329c11a78208c8 0.03 MB 45 55
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.