Memory Pool Memory Pool Refreshing

9,953 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (234,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,053 673,053 00000000000000000006461f061ca85408edc2ede76b349b602821a6be9fc634 1.76 MB 1,882 132
673,052 673,052 00000000000000000006c3d8f46f3c61e3e1cd6115b194abf5c24b4a682041a3 1.74 MB 1,422 146
673,051 673,051 0000000000000000000af74b7eec84ac9e16dcdc05c23e95aad78dd1eef64ac5 1.47 MB 2,438 155
673,050 673,050 0000000000000000000c9f85607313f6251d4f75009f54708e42e39e37b402e0 1.19 MB 2,434 76
673,049 673,049 0000000000000000000146106d2f05db01350d73c1f038338db20e87b02e8059 1.40 MB 3,178 108
673,048 673,048 0000000000000000000767416799ebeeec96a374b9bd563e0d81edb8397c3ca2 1.61 MB 1,219 124
673,047 673,047 00000000000000000007e4ceeb919534a2475ee7989e64cb5d606562c19b524d 1.18 MB 2,852 76
673,046 673,046 00000000000000000000c6d3906113655ccd1edafbf7952f2cb5b15a0bb8359b 1.13 MB 821 108
673,045 673,045 0000000000000000000c9c5db37084af7798cfe02651cefe04905238151a7418 1.28 MB 2,087 132
673,044 673,044 00000000000000000009cfa1e60389fd92ef5586ea2781988e4b7ff24c893769 1.22 MB 2,292 93
673,043 673,043 0000000000000000000c952a770c80d6454020cbded2cfc2bce8f544296079d9 1.27 MB 3,030 90
673,042 673,042 00000000000000000000a89e14477e8a97a45e7a7678ca20aa61c3bbe63c3ceb 1.13 MB 3,406 72
673,041 673,041 0000000000000000000599d30dd5115c847d9eb0787e9f2160c83ea580ba0ec1 1.31 MB 3,202 109
673,040 673,040 0000000000000000000416df2e0f16800690b403a2f015615e6045bcaede2b8f 1.29 MB 3,248 107
673,039 673,039 00000000000000000009b2c6d6525e6ff60481fb5797ce6068de302d8a7bd384 1.38 MB 2,278 133
673,038 673,038 00000000000000000004b153b54c34e9ae5ab1802ca4ebd6dd9e285c592e47aa 1.36 MB 2,689 121
673,037 673,037 00000000000000000005b6266fc291a889caff9be7f0852a15d7c451cc3bb433 1.42 MB 2,775 130
673,036 673,036 000000000000000000030448fdf3ef64948f74691a9e2ba404e0fe69c3d5abf1 1.30 MB 2,024 66
673,035 673,035 000000000000000000037a28df33b851b5f41d39973ca09d588b22bb57da4719 1.22 MB 2,932 57
673,034 673,034 00000000000000000007fc82da82e1eee5d310938bf09936e42f2739126f3f31 1.15 MB 2,241 83
673,033 673,033 0000000000000000000a3b9f337ab6763e1bc8398fae8680e415355e281a8554 1.09 MB 609 104
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.67 GB sent, 93.04 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.