Memory Pool Memory Pool Refreshing

5,698 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,744 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (435,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
472,452 472,452 0000000000000000004c64ccea846f5b609e0716bd12d518f80298dbef2f009a 1.00 MB 1,980 293
472,451 472,451 00000000000000000028487357f5ff0db7ef0213737652b6c7a637f56199695e 1.00 MB 2,201 310
472,450 472,450 000000000000000000d71a54268652428d59875272ee7f0ffa2442ebeb05446e 1.00 MB 2,218 240
472,449 472,449 00000000000000000129fd9473d0145e8cc21b79cd506954d79d1419bb7f6fd9 0.99 MB 2,280 393
472,448 472,448 000000000000000000f65a83b3b20d2dd817df017d8ad7d32c22c1805fc18279 1.00 MB 2,529 335
472,447 472,447 000000000000000001213d3eb6b174053c19654f247adf3514a2bc4b09bcbe52 1.00 MB 1,945 373
472,446 472,446 0000000000000000010bc3310814ae1431d7b08254cdba5e7a2772c8f6a8852b 1.00 MB 2,327 439
472,445 472,445 00000000000000000125ae684d2c7748e8cb5034605be7bfffd58e701c20c107 1.00 MB 1,767 171
472,444 472,444 0000000000000000005008c1949a6e460fad3f18e9f66baf68ef7b4c4e528e55 1.00 MB 2,019 339
472,443 472,443 000000000000000001790c5ba33359c5933419bde5750f512b845014913ef14c 0.99 MB 1,733 403
472,442 472,442 0000000000000000011e34635d52efb126121509c918ce2ba38e0b9bb75ddd9a 1.00 MB 2,028 170
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.29 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.