Memory Pool Memory Pool Refreshing

3,122 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (881,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,144 27,144 00000000a935c7403ace0af95c2154fd569be728c2b9e0ba1f2cbb219e6fc7bd 0.00 MB 1 0
27,143 27,143 000000009497602221a3b29244836f4f269a2a74882813a57e2bd9b5075ecade 0.00 MB 1 0
27,142 27,142 0000000013557b18f04eb7051198a34a447b0a67a9093cdf888c199cb134be5c 0.00 MB 1 0
27,141 27,141 0000000006a4c7904a7ab3b6af3a0208ad08343ec3ce498357bcc8a506047e5f 0.00 MB 1 0
27,140 27,140 000000004b46815d66e5a4352aa7c6db2811192b51575770ef3d28bc292966c2 0.00 MB 1 0
27,139 27,139 00000000663eabf8b3eb4568c26b19f5d17cabf639ad438ccbf2dd8299d04095 0.00 MB 1 0
27,138 27,138 000000001cf2e3f6627c15e4cc31d592375304cc114c6548d545493c6948bb16 0.00 MB 1 0
27,137 27,137 00000000e63c61e07f8f1e0d37bfde6ddff215a605582b808b6b8615d0c6d9c0 0.00 MB 1 0
27,136 27,136 0000000090707792d9264f102eb4e92f4b9237d96ae2e3411eba3bf451062b40 0.00 MB 1 0
27,135 27,135 00000000bc71c3a0196eb51e9bd0515eff32ec4778a5f48ebeb0fc3318f2664c 0.00 MB 1 0
27,134 27,134 0000000039da9a57b38e49424a7aebfe938ff42e546508b23a6062d80d212839 0.00 MB 1 0
27,133 27,133 00000000a47a855543d2fb1d17b145cdbad4062e1745dd0561ef8c2b10153147 0.00 MB 1 0
27,132 27,132 00000000f7f960a1e7268e5505e55fce2d120ced2534c52fc8ab90d39305ac49 0.00 MB 1 0
27,131 27,131 000000003f90155dd031ef12c1bdeca07468629cbecdbea7df201290e7e3c20f 0.00 MB 1 0
27,130 27,130 000000001185f82913761c092c84165825e3b891328fafd00d64e74330a998f9 0.00 MB 1 0
27,129 27,129 000000000c0eec328ad57d41c2542f2b97ca1b8c480590714b2701e6f417040c 0.00 MB 1 0
27,128 27,128 00000000284e3994d5c056ccf5ea338002737dc4c9b5a11148740cbd17bbe702 0.00 MB 1 0
27,127 27,127 000000002c9ff4bd284d3955f2ee3d115c4cb79af871abd19110e9caf06727c2 0.00 MB 1 0
27,126 27,126 00000000a5b19b5ed6997262e79d9974810975f7ebdb910a6929c9bf99025947 0.00 MB 1 0
27,125 27,125 0000000057509893848c9afdeedadef3d655b70a38492c8e23c50d8bf2cb17bb 0.00 MB 1 0
27,124 27,124 000000003424fc847d0d214675e696724a15d42ed3bc8e40ea4ad9615be57baa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.