Memory Pool Memory Pool Refreshing

5,822 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (172,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,487 735,487 00000000000000000001c4865b261d6c961d662ee85cc8de3e09bfd7b12606ed 0.43 MB 523 12
735,486 735,486 00000000000000000009206915d462efe8f6ef0be9b5e92bf9c7623ec4cb1406 1.23 MB 1,698 9
735,485 735,485 000000000000000000070ae2be0226eaca79d5efd9c24ab4767bb2210b43eb48 2.20 MB 588 2
735,484 735,484 00000000000000000003567ee168a0cc2ca4de41450de80b6d115cd8ff4088fb 1.54 MB 2,870 12
735,483 735,483 00000000000000000008a8bb0d9a76c285b1c1343c5605cf6c58adcb3c79edbb 1.63 MB 2,636 10
735,482 735,482 0000000000000000000736baf9ab60a460a8fa25b51171e5a83e4725a4d4d26d 2.00 MB 1,487 3
735,481 735,481 00000000000000000006622dc5c5855f16b5ff0375de05473d9378fff22e2a83 1.51 MB 2,843 17
735,480 735,480 00000000000000000003627ab10562e68a4d54ce05eb0b0cfec3f04eb4e81f7a 1.78 MB 2,034 8
735,479 735,479 0000000000000000000923cb4cad794255fc8201bcebcadc8ac07892b36403f9 0.27 MB 485 3
735,478 735,478 0000000000000000000331d826341246ef360dc20e75388c7e89b5de2339474a 1.35 MB 2,010 16
735,477 735,477 00000000000000000000f90fa46bb723029d18e7d07e2c72a6e82d2efa84ed19 0.48 MB 614 10
735,476 735,476 0000000000000000000372861d598269ee444fb4d5362cdfaa639ae20a40d63c 1.26 MB 2,417 12
735,475 735,475 000000000000000000056f1046bb20abaf6dfd70db06d19044489427a3fe7767 0.75 MB 1,321 11
735,474 735,474 000000000000000000093661df26566cff2bf773c70024f28839bf0d8b5f2f9f 0.39 MB 811 13
735,473 735,473 0000000000000000000793858b9f4985b3965d71f33f3b51d05f7339ce458aea 0.86 MB 1,068 9
735,472 735,472 00000000000000000006c0ef26ecc4096565e6f4e4034aaf7185d2e824e3b8a9 0.25 MB 506 10
735,471 735,471 00000000000000000001a7cd08cd293dbeefc67d24526f4d9773e4227cde0583 0.09 MB 245 13
735,470 735,470 00000000000000000007aacb35238ffe39a5f585c2d46a29e3a9497b7eeac681 1.38 MB 1,713 10
735,469 735,469 00000000000000000007c14cb389b64064687e753cf93968d59f408bcef5e647 0.62 MB 692 7
735,468 735,468 0000000000000000000114c071df2903e7894b5312edd0ee62dc8bc450d9ac84 1.36 MB 2,183 9
735,467 735,467 000000000000000000068df5fef91f265aad316b5534b48fdf2cb763bc4a2c15 0.62 MB 1,235 11
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.