Memory Pool Memory Pool Refreshing

976 transactions (0.29 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (879,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,109 29,109 00000000b918ad1772e31bdc0444d372c513bedf554cf462161a3ea0099693b3 0.00 MB 1 0
29,108 29,108 000000004827d26cb2e6700f382b2b4e1d58e306a90465e2b69da39859b9c780 0.00 MB 1 0
29,107 29,107 000000006e923f213454228ab0d6accad925a5a513d35cc03a8001f5f38af3ed 0.00 MB 1 0
29,106 29,106 0000000091f0adc698ff804fe1e7ec47a3f9da5a0f35c29b257d1f6f37184bf4 0.00 MB 1 0
29,105 29,105 00000000345073c877b9fc6b6600d0aec4faab6db72d04103bc82fd3cd673a11 0.00 MB 1 0
29,104 29,104 00000000167bf701aaa099173488f9c3e6cf8c32f10f60d3aac954bd43336dca 0.00 MB 1 0
29,103 29,103 00000000d798d3b45bd1806fa5884f9b9f92a3b41a6c153586b9facf7298bd08 0.00 MB 1 0
29,102 29,102 00000000ed40db294d0f7df89f371af531d1ed9b4a426d3805453dbee780e5ed 0.00 MB 1 0
29,101 29,101 0000000093293dd19c9d92a5c7842d42499cee38f94f700c8cb15f4665a466e6 0.00 MB 1 0
29,100 29,100 000000009adcbed482ffc44d9a8f102c286169091c6a45b3331a420d9b62e586 0.00 MB 1 0
29,099 29,099 000000006d4bb0799f614a7b6b464d20754ef3663dc53acb7cc3a7212654a2ab 0.00 MB 1 0
29,098 29,098 0000000002305554ff4c8e36fae4a2dbbc2cb06c43ff15b499ac3720196f38ff 0.00 MB 1 0
29,097 29,097 0000000019a0c40ba3fd4507ea1f01725e569549547a1fd8c27ace3b84de7e8f 0.00 MB 1 0
29,096 29,096 00000000322cbaf3d8975781d9a19bfbb7b30be50649a31236ccff4089c6e980 0.00 MB 1 0
29,095 29,095 00000000caca581c84ae2a6981966b7bf6ae3e065f4850be79e4e0eb11e7a8ec 0.00 MB 1 0
29,094 29,094 00000000ff3a3528294fdab36b89386fd0a4c2265d4e9042d81f478284d79b61 0.00 MB 1 0
29,093 29,093 000000000ed57e89608023f2884fe9b426c7e498790333da6a1a3cedc70c5aef 0.00 MB 1 0
29,092 29,092 000000004020f89d56865652f4e045a4b3c29f602cd749d797696291c837b68f 0.00 MB 1 0
29,091 29,091 000000001e65f413575f1d0df41715cc046c471613a5f11fa558f5c9dabccc01 0.00 MB 1 0
29,090 29,090 000000000f6eae5c4b83607692c57f42e3956e8f1abccceb9b9c480a39a4052f 0.00 MB 1 0
29,089 29,089 0000000093f3d278c7b59367d6ff987306c0897777148ae05eb550f0bce67d17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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,860.00 GB sent, 103.51 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.