Memory Pool Memory Pool Refreshing

4,121 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,096 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (5,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,536 902,536 00000000000000000000ccc70fb02064146e811d2c68f82e794739365f5d4c10 1.62 MB 3,189 8
902,535 902,535 0000000000000000000151967b353354f4f349b215995bcec7482fcd8cb5dd87 1.41 MB 3,233 5
902,534 902,534 00000000000000000001427c8f470aa7de6f642ba29bf8d0811c85f7ab32aa95 1.54 MB 2,266 4
902,533 902,533 00000000000000000000cb08e40bfc87a65045f6ae3aa3f9dff83cf8ff63c49a 1.31 MB 1,198 3
902,532 902,532 000000000000000000021ac06b07dfd5ead7e2f55fc33f1aa3c0ed40102757c6 1.26 MB 1,774 2
902,531 902,531 000000000000000000011a9968fad1f8589383ff7d692c7a9925478c433183b4 1.37 MB 1,206 2
902,530 902,530 000000000000000000008bde572c5d70949e32f109fdd586c540792125828ad4 1.67 MB 3,248 6
902,529 902,529 000000000000000000014dd25cd472e3373a2e0c4b4e1636f29c0d774ec63f40 1.51 MB 2,950 4
902,528 902,528 00000000000000000001b7aab5d1e51ca86768685fe76cc4f55a94ce36d2d883 1.37 MB 2,214 3
902,527 902,527 000000000000000000003b5f2ad997561b3f0b2cca5b4822fb7a9bfb6cedcad8 1.50 MB 1,760 3
902,526 902,526 00000000000000000001a59a81dfd17c0f9bdf81ae2a88d8bbd734cf37c7fe98 1.76 MB 3,842 4
902,525 902,525 00000000000000000000f8669fe4685d379e53ad88896abdd817e69da2fbf22e 1.64 MB 3,063 4
902,524 902,524 000000000000000000004c47b0fa322ba512deff65bcea60debb52c5eb2635b3 1.56 MB 2,910 7
902,523 902,523 000000000000000000011b34c4f042062e4f3339bb55461ad4d4673745b5c545 1.60 MB 3,861 8
902,522 902,522 000000000000000000013bcd37917c3d4ebadd25397e01771be82b2504be384e 1.46 MB 3,694 13
902,521 902,521 00000000000000000001b5ae8155cfee787890fef32f40bb1f1e54894ce963da 1.50 MB 3,023 4
902,520 902,520 00000000000000000000e902c4a3f815f7ee3f65aa6fc9bb31d6336397d9b3c2 1.10 MB 471 2
902,519 902,519 00000000000000000000a1736f9bc7ba09293fe52997c41f3a054bc7d664291d 1.22 MB 880 8
902,518 902,518 00000000000000000000b08140dfc2ad2ad697747d4453a93c016fd553425197 1.41 MB 2,507 4
902,517 902,517 00000000000000000001954a801bf462264bdd3b6026a116223d1f5a2f365c9a 1.06 MB 481 2
902,516 902,516 00000000000000000000b5872b934dac87bbeeb6377290ef73befbf74921cde5 1.59 MB 2,667 4
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.33 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.