Memory Pool Memory Pool Refreshing

3,553 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (572,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,680 335,680 0000000000000000087d49579c0b7a417ea13195423cf5da56524dbdcdd47b55 0.62 MB 1,151 24
335,679 335,679 000000000000000000e0e284898a094a7784fd4a427b80cf25325546cb082f64 0.57 MB 852 23
335,678 335,678 00000000000000000900aa47699b3d7f7fb4e616a5a3b0619b7c6e4af8eb6b9f 0.19 MB 408 24
335,677 335,677 0000000000000000094eea3dd3431eae3c2ab2ee2c1085011d323c4dbadb4314 0.72 MB 1,304 24
335,676 335,676 00000000000000000cf76637b810f7bc60c46a092636de6e37567e43b49b499e 0.03 MB 32 34
335,675 335,675 000000000000000013c1bf8fe9cdf532d511f335953cfc829b10c42bed82d31d 0.54 MB 1,174 27
335,674 335,674 000000000000000011053de23e6ac34f8f248bb24ae0b7dacc74fd4f98613faa 0.20 MB 443 29
335,673 335,673 00000000000000000b17ef6d570b2e92d7b97b1c2dd5a166a0d17a3ab9aab075 0.40 MB 628 21
335,672 335,672 000000000000000013d6e2ea0a0288a111f2850a0ab5e48b089274b95f016e4a 0.16 MB 462 34
335,671 335,671 000000000000000011d6099c2edf81eebac1180413529c7586e314bef454eb3e 0.69 MB 1,233 25
335,670 335,670 000000000000000007b2c748efffbb63490e9f8aacc45e165d677997bd052ad8 0.54 MB 774 21
335,669 335,669 00000000000000001761dbafbdff00758a7ebf4b725a8c6dcfee16b28e70d98b 0.13 MB 332 28
335,668 335,668 00000000000000000b4227cb9b1186d103824624efba96c6e97409eafdfb62b0 0.75 MB 949 21
335,667 335,667 000000000000000003b82ddc698601e73e1a4fa7befb0a3a8668ebd97a02a402 0.49 MB 887 23
335,666 335,666 000000000000000004ef1ac15e49a7cfb5fdfa543108c77584c23df6aa905577 0.61 MB 845 22
335,665 335,665 00000000000000000a992150749413774f35b43e46b9ab476b4f4716a03f8cd5 0.66 MB 1,110 27
335,664 335,664 000000000000000000ebc28657c299967d19918b55e20dec57710082fd18f357 0.27 MB 411 22
335,663 335,663 000000000000000008ce349c69bcde5c79fde9daec559e4c86b77511cae71fc6 0.31 MB 534 28
335,662 335,662 00000000000000000c3e666d9dcbf631b95228ebd6cf0b49eaf3f2d45d7aec70 0.10 MB 129 17
335,661 335,661 0000000000000000027a88ed5e13b7193d24543fedc7eff44ec40465ea205338 0.36 MB 580 25
335,660 335,660 00000000000000001b37c9e38d3eea99a046d88be54ec1e752ac810829d8d067 0.54 MB 1,080 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.