Memory Pool Memory Pool Refreshing

2,463 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,463 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (639,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,546 268,546 00000000000000031e72b1ad823f95125c1dcf61d0d317e61a46a21452a1d40c 0.21 MB 347 70
268,545 268,545 0000000000000006de3027c038100ce7f29aa6df51384d58fa0b1028cf077146 0.19 MB 390 79
268,544 268,544 000000000000000470ed1b7ace49080a35d1cf2e53fcfcd12c8edd6252469462 0.05 MB 132 72
268,543 268,543 000000000000000723610f23e66aed8fbb58ba10f585d3929d66ba47435e3712 0.04 MB 97 22
268,542 268,542 000000000000000371e42f23994157e9981e7539d1d3a1cc4953dc8045c49cbf 0.11 MB 141 44
268,541 268,541 00000000000000025b6ae7b1d77be927716def2bed7f0d1693077d8fbf8030f7 0.15 MB 184 35
268,540 268,540 0000000000000007768d1469c28513b918e340d3b998e9ca62849676c3f56959 0.15 MB 231 73
268,539 268,539 00000000000000020e931f6e39b5b13efe71aac6776b37d827653f7eaf36dd45 0.39 MB 344 73
268,538 268,538 0000000000000003f52abab9ab71f3c20ee380ec3df5ea3b7f4795ad3e501db1 0.25 MB 230 17
268,537 268,537 00000000000000063b3f70a2709c683382cc98edb2b4263e148d1f9ab8aa7f53 0.50 MB 775 29
268,536 268,536 0000000000000002c75dc70cd46bfa560a135ceb4c12fe3a91e3063a0a03df3f 0.25 MB 167 99
268,535 268,535 0000000000000005d17b7e75a1f4ba67dfde3318dc8265d2d822ac1fc3f4cf21 0.25 MB 909 55
268,534 268,534 00000000000000084c9f3e303fd128ebd3e7e02be20803e15f9800afcc2d75ab 0.25 MB 318 111
268,533 268,533 00000000000000073f099cfddd4ec2d0f1d1aaee8194fbefe15adc2da066d21c 0.25 MB 530 138
268,532 268,532 00000000000000046664e1bc28d57740c5572ed9ee1a3f40e7b8f5193e0be974 0.25 MB 683 99
268,531 268,531 0000000000000007962a92132a7dbec42af2630ada88090581bed00e5632253a 0.48 MB 853 65
268,530 268,530 0000000000000003421518eb98dee1fab515fe09746a82ae5090ce0a05c1f91d 0.15 MB 110 8
268,529 268,529 0000000000000007a98dcd2e131153182b443b6a7a0020ad057ec821bb971417 0.13 MB 112 20,226
268,528 268,528 00000000000000037a16e095f8aa9368d8da76ca7b00bf76ba05674bc9deb35a 0.17 MB 296 58
268,527 268,527 0000000000000000ddf53b9159f7773bf8793efb623db30c97c072b0c0cec214 0.14 MB 123 29
268,526 268,526 0000000000000007eb413810be76afe4107e8f0a50d3ce63c7f7543dee0fc0aa 0.07 MB 114 39
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.65 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.