Memory Pool Memory Pool Refreshing

3,508 transactions
3.08 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (5,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,725 902,725 000000000000000000022253b3ceede06fec7fb42c7a96b2ea067677b3448a4c 1.52 MB 3,469 5
902,724 902,724 00000000000000000000e6d4b5184a531abacf8a7e1c477af3a16773b3b64e9e 1.50 MB 3,304 5
902,723 902,723 00000000000000000001d08bf2a20bd85d39ec9bfacaeb790b1931251e530198 1.68 MB 2,802 2
902,722 902,722 00000000000000000000f529d5a3287e8ce3d5319d4f9b3f6c5809251f6afb4f 1.99 MB 736 1
902,721 902,721 00000000000000000000a383c13551cbade5130d3387cad81b8a63492c736bac 1.81 MB 2,563 2
902,720 902,720 000000000000000000000c8d2e33ced0de693f432f5743afd64a6414ee71f706 1.56 MB 2,392 2
902,719 902,719 000000000000000000017a04203131b50a1f260f0e3129f30b156aa563443c07 1.39 MB 1,687 2
902,718 902,718 0000000000000000000112a251b82865a2e05c05af3895bd6c2ce255c5ac8aac 1.49 MB 3,352 4
902,717 902,717 00000000000000000000a4a8bbb6082fa96727f8c8ae7fd483df6e848abf1b37 1.43 MB 2,758 2
902,716 902,716 00000000000000000000dfb48895907741eae6679643380dce8e5cafa0fdb41c 1.69 MB 3,152 2
902,715 902,715 00000000000000000001f847ecc7de7555bf034523a2f1b4658b341945f279cf 1.61 MB 2,505 2
902,714 902,714 00000000000000000000892549dc1bdecee9951a679fec15d04b40579d69a2ee 1.50 MB 1,315 2
902,713 902,713 000000000000000000019a6b79810f5f2692ca0d8c85fad483ade20d345ed130 1.51 MB 2,975 3
902,712 902,712 000000000000000000021ef06906c54d6f44251fbcf2818ba54a9cb771725c97 2.04 MB 980 1
902,711 902,711 00000000000000000000b9f41de9ada92b15acaeba7cd36fbf6441009a89d787 1.84 MB 1,399 1
902,710 902,710 00000000000000000001489c8680f8cae477e8e45a46fb4f2893e1f56f5cebf5 1.50 MB 1,898 2
902,709 902,709 000000000000000000013ad76ec51b0ea3d673f6d0d541df68df4fd011302a6d 1.62 MB 2,440 2
902,708 902,708 000000000000000000006c4845f7d54133012e2c2073bbfcd731dc99516e2696 1.71 MB 2,463 1
902,707 902,707 000000000000000000010d77d026d9b38b00a28afb73e9565fa8bb86b17b423d 1.76 MB 4,217 1
902,706 902,706 0000000000000000000019712079b6a8cd1eb78d6f3fcb6b45257ab17f80382c 1.60 MB 2,722 3
902,705 902,705 000000000000000000009c1fc388bc6bb73a7e63f871d1dc973ac9cecb34fa7b 1.20 MB 785 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.