Memory Pool Memory Pool Refreshing

4,617 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,798 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (597,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,687 310,687 00000000000000003736c93638e3113ecb5d1307feaf9bb7deb5be387aac1648 0.34 MB 538 27
310,686 310,686 00000000000000002509f5c8cb42803be1fb95fc36f5f2d885bf4383674f3dec 0.04 MB 44 2
310,685 310,685 00000000000000003cdd2c9e6a8bd47d1c5375881e78e65f04e5a84d6405914c 0.18 MB 230 25
310,684 310,684 00000000000000003a276da91a882e6879fc96f5a67a138e3d23fb8d19800499 0.21 MB 353 28
310,683 310,683 00000000000000001b730713cc5b779cad9d4626bd2a730a9b94bff964a70a7b 0.49 MB 611 18
310,682 310,682 00000000000000002eeefef0be972e19bf053cf21c8bd32b91c878161b3e879b 0.25 MB 875 75
310,681 310,681 000000000000000026d7e95a93430c067a49001f2ef206d9554fb2d3b47346d1 0.04 MB 72 23
310,680 310,680 0000000000000000392dfd257821d37a35f3683f79c2722b03e99326b187ac62 0.18 MB 301 27
310,679 310,679 000000000000000036072aeeeb1360673d5621b093a8431080356d86943d0514 0.14 MB 244 18
310,678 310,678 00000000000000000fee40f3eb1de9c6b36f752ceb5e4b9108e4f5ddf7c71cbc 0.75 MB 1,573 31
310,677 310,677 00000000000000000a0ff389fbcf701134878d14b85ee2b104682c114f6f3b68 0.15 MB 252 25
310,676 310,676 00000000000000003050e2b6a3f2ff3c493acf07ae142b9746f5a1a280349e57 0.16 MB 215 22
310,675 310,675 000000000000000019c8573ca668ad8bd0c96baec96131b05cdf115c480dc72b 0.32 MB 584 30
310,674 310,674 000000000000000028863efc788c52619b63c54788db14ba1b841275c03354db 0.24 MB 483 32
310,673 310,673 000000000000000007cbe97e9d0cb95ac7eaef9e5b7281c9a76901c1af534e48 0.20 MB 181 18
310,672 310,672 0000000000000000319a99fc365a4bdf254728925a12b9892d92256ce9b312da 0.09 MB 256 45
310,671 310,671 00000000000000002a7214ec790d35421e04f4b5cb6643a178f67c403d3e88c6 0.08 MB 141 31
310,670 310,670 00000000000000000fdfa79db33c194a34b49dcecc5c2c4047002c4164523dc9 0.06 MB 130 32
310,669 310,669 0000000000000000256e69bd46cb751d966dcea8b075bfd6ef6970e68c01328f 0.10 MB 247 28
310,668 310,668 00000000000000003de80278efa9370eb7ba3640b86fe3b838cf641b192c52a3 0.33 MB 448 20
310,667 310,667 000000000000000037516458686a3f8d6aa59cc3600ddcf1b2c31609534eeadc 0.09 MB 256 44
Previous 10 blocks ↓
Total Size: 769.18 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.64 GB sent, 93.86 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.