Memory Pool Memory Pool Refreshing

6,909 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,644 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (188,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,015 719,015 0000000000000000000426d072ebfb397d3de4e06aa34bd8245be4f9f9f08f6b 1.56 MB 2,198 11
719,014 719,014 00000000000000000001b69814e16b8dc35cf0ae368fe9791e73721067358277 0.17 MB 320 7
719,013 719,013 00000000000000000008575dc759cfd5734af9639cc874f797b62fba17b4246b 1.00 MB 2,031 8
719,012 719,012 0000000000000000000911e30edde144b2b1bc5a143abd86bf0a84920d58de71 0.65 MB 1,410 7
719,011 719,011 000000000000000000007296c0661ead4764fbd001ceb7de3401fa753f4e0cc5 0.22 MB 443 6
719,010 719,010 0000000000000000000004cb7467b592a65f03245499da18fe8fe645b758027e 0.99 MB 2,075 7
719,009 719,009 000000000000000000068898b60aa6c01e0e886fa73bddac48fe429a731583a4 0.76 MB 1,492 12
719,008 719,008 000000000000000000058b283da9aaf969d48ee1a8c0a443137b7552219f40bb 0.48 MB 1,068 6
719,007 719,007 00000000000000000006a0e5a1a091ee4b71210f1e6d140f5f6173e2e1ac287c 0.25 MB 328 8
719,006 719,006 00000000000000000008a991555efb2739902ef740974e588e03cdb489586881 0.12 MB 267 7
719,005 719,005 0000000000000000000a7c07f49b97e1c1c669cf86ce6eb75985256c3e93e584 0.58 MB 1,060 6
719,004 719,004 000000000000000000027ea304a5b57c775264fcbc23dfa2941f91a6f4676c68 0.26 MB 510 7
719,003 719,003 00000000000000000004ebe0c377f336561ba573949563b7efea0edc7931422a 1.31 MB 2,752 7
719,002 719,002 0000000000000000000642bc4ff988dac69aea625f1151f7bfd869dd90717642 0.33 MB 618 8
719,001 719,001 0000000000000000000007f9d9a9179e272d4144c0d27983dc3fce015d562751 1.34 MB 2,416 7
719,000 719,000 00000000000000000000e7287fbd9b2252a3a89b4528375b939da35d12708c7f 0.10 MB 235 8
718,999 718,999 0000000000000000000675d89037a6f72416a95c1ad3c0533588c98602f9665e 1.24 MB 2,194 7
718,998 718,998 0000000000000000000a9d2328b5c01de34e216958a4ceef673266e9bbd3785c 0.04 MB 123 6
718,997 718,997 000000000000000000088fc6d0388e320afe64f90b755d47cc7f56051d5c2491 0.11 MB 172 5
718,996 718,996 000000000000000000015780a908671518266d0c65a6b1ebbfc002d675d58e45 0.35 MB 535 5
718,995 718,995 000000000000000000076ff73ecb47df9bde0afbae21fc4dc89cadb7450874b1 0.45 MB 805 7
Previous 10 blocks ↓
Total Size: 768.96 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.06 GB sent, 92.62 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.