Memory Pool Memory Pool Refreshing

5,575 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (639,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,550 268,550 000000000000000599ceacb225ea0fce8250c40ab62ea41f3d1b70ad0d060cd7 0.11 MB 290 61
268,549 268,549 00000000000000008d6b8cf9c84c4eb4e034c6d1e18f4feef4eae2d575bff12b 0.15 MB 143 27
268,548 268,548 0000000000000003047e8dbcc178b5d169effc5920de03f2c85a1195b3822d8b 0.25 MB 584 86
268,547 268,547 00000000000000081a155393f3dc3c8c38c5a10eca676225ea0b0fa7d923f457 0.21 MB 492 53
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
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.