Memory Pool Memory Pool Refreshing

4,652 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (506,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
401,210 401,210 0000000000000000020f379ba7546a82b8146b6f613e465d030606950184add2 0.99 MB 1,038 24
401,209 401,209 00000000000000000299971f2bb962561197f101ab660822fd029ecbc6f59eb8 0.67 MB 1,496 51
401,208 401,208 000000000000000000ce94bc7f4c92f5c06da04f6a516c456aa29cfdc5dcc2e0 0.03 MB 130 98
401,207 401,207 0000000000000000044926a67c677cefdf1d3f0b2deffd862f09aff9e2718ebd 0.64 MB 1,387 51
401,206 401,206 000000000000000002cbfc75f7a4c70e99778e19355a6ec3ab4611efa6b03f42 0.51 MB 819 51
401,205 401,205 000000000000000001e266443c82fbffff2a997ec148def6b698834473775faf 1.00 MB 715 21
401,204 401,204 000000000000000006d5da7505293203457845ea9f1f2aa338a03042f719f836 0.45 MB 719 43
401,203 401,203 000000000000000004b45d31832786d07c4957fc5f35d8128651568e05ee7da5 0.59 MB 1,230 43
401,202 401,202 0000000000000000048e67bd4dc1f932f48c5fc48112f970e696c5f768199bba 0.72 MB 876 28
401,201 401,201 000000000000000005a00650a8077baf35480cc8bb2d7b097f0a739b18949420 1.00 MB 2,171 46
401,200 401,200 000000000000000000cbfe490bf50dd8130537e9b2af28ee12d112f4472a500b 0.23 MB 475 46
401,199 401,199 0000000000000000029a4563bb8cc7674cc0e524c49698c4062dffdf674d13da 0.99 MB 1,864 43
401,198 401,198 0000000000000000013312f576ea80121914c1ca2698802ec73a834ec7d3779e 0.85 MB 1,648 41
401,197 401,197 00000000000000000585f3575edf5acde608c0ae17f8d6988f10aaa4cfedbcf9 0.30 MB 600 41
401,196 401,196 000000000000000004e1027953a537d7b30557b34c4207c7af7b2e63bcadc378 0.35 MB 607 37
401,195 401,195 000000000000000001355e6c062fa437db0f81bb8e6c25a4212bc280ab9bd230 0.13 MB 318 66
401,194 401,194 000000000000000006a3faa87be3eb60d7731139f92f01d5154c1f0c4d722fc3 0.27 MB 538 30
401,193 401,193 000000000000000004a80b8a17b6e0797ce61b448446f48d55763c0d2a6d198f 0.27 MB 508 36
401,192 401,192 0000000000000000055e8849367b82cc0482ff4ff658d784f45a51f21da51816 0.41 MB 862 45
401,191 401,191 0000000000000000036204ca02d139597d2cd94b3837f9d544d3ca1a603bc1eb 1.00 MB 437 6
401,190 401,190 0000000000000000039e118b547e94d77d55002b43911dd65104be0e628a769c 0.75 MB 1,413 48
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.