Memory Pool Memory Pool Refreshing

2,432 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,425 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (435,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,473 472,473 00000000000000000121078709eac9533139259e5d310383a2c1f0edae9e175f 1.00 MB 2,534 415
472,472 472,472 0000000000000000016418c2ab52ae6131137ff5778c83779fae7683c6ddb30f 1.00 MB 1,796 258
472,471 472,471 0000000000000000004ea577aa6405e7bf541a88ec1ade3fb0d5ead61a579038 1.00 MB 1,779 237
472,470 472,470 0000000000000000013bfb5cf00ff751a471626eaaa6cfad821cb0c7a40f2e54 1.00 MB 1,586 83
472,469 472,469 0000000000000000006030ce4596f9c8115da4be9c33dd7521f0e17da5c8a7b1 1.00 MB 1,133 197
472,468 472,468 0000000000000000009386935834724a71f5ee6e103c35db6d5ef019fc47e967 1.00 MB 264 98
472,467 472,467 000000000000000000c23a8ec12998e8ecac82fab34f3f7c13ba3890fd125f67 1.00 MB 825 147
472,466 472,466 0000000000000000010852f4693f76a96b251a56b962fa1ac2e3ab73e6c9bbd7 1.00 MB 2,165 345
472,465 472,465 0000000000000000011e7c2eeb8c66176ae3be4e1239c99498b0bbf7308cf2df 1.00 MB 291 89
472,464 472,464 00000000000000000044db310851a86a3a6749c83067a43269303245b7bb27fc 1.00 MB 1,110 99
472,463 472,463 0000000000000000010446bb9d0a7636305ba010cc9b3842fc283ac6c59cdea0 1.00 MB 2,264 292
472,462 472,462 000000000000000000e02ee449e21e0275456b90f87799e1a11abb37bb404dca 1.00 MB 2,414 364
472,461 472,461 0000000000000000012ef03ebbf95bd05267759d66e546c5a1db6b194bdbcdcd 1.00 MB 1,822 273
472,460 472,460 000000000000000000f37bbb489b9823e77b3acdbb117dd8008c70c4d7ebf7ab 1.00 MB 1,169 175
472,459 472,459 0000000000000000005b11dea0016a6eda5b6844b0a3bf8145499838ac00b05d 1.00 MB 1,597 221
472,458 472,458 0000000000000000011501fab7c3e874e73a110c26ab657fc8902049911604d1 1.00 MB 844 158
472,457 472,457 000000000000000000da105333a6cddd82be0ff9032e1deffc63d20ef58678cb 1.00 MB 1,138 101
472,456 472,456 000000000000000000cf1b844f6d797dd0e0420c02c4cbfe8227bf7b9880ce0f 1.00 MB 1,089 123
472,455 472,455 0000000000000000009cf56d48f49b4fb85fe276cdb474d5d008ecd30d2edc15 1.00 MB 2,005 193
472,454 472,454 000000000000000000db7fb5f666b39faf6281709bb391afc4a314a17288b5d6 1.00 MB 1,990 239
472,453 472,453 000000000000000000b708ca8a2fa39c98148c1acb053735909b3d9b35a93b0e 1.00 MB 1,740 109
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.