Memory Pool Memory Pool Refreshing

1,217 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (666,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,908 240,908 0000000000000091caf1477f36ce501276c4cd2d54964eae9fac24d50de16d4f 0.17 MB 350 188
240,907 240,907 00000000000000534ff0010b7119d659c9f7df78cb068b941b5cf3701d68e45e 0.17 MB 442 168
240,906 240,906 000000000000007ce8f220a10bb897046c3a5ad595c530a633f7a50fcea5f6c5 0.17 MB 397 171
240,905 240,905 00000000000000210e1e3e560c94a356cad975926c66ed6f201bd52e8fdb2947 0.01 MB 33 184
240,904 240,904 0000000000000080e750ba71066756bf12ac8713dfa8e7294c541a222d56cd6f 0.10 MB 229 186
240,903 240,903 00000000000000e0a7e548eda1b10dd9f8c981832ba20c5d3639139c781c527a 0.14 MB 301 222
240,902 240,902 000000000000008742b12ded0f52e64a1d8d2f78211359dc77a2239cec45bb7f 0.00 MB 13 232
240,901 240,901 0000000000000095deeedab1460b9511e30f8b3d74aee31ecfb915f6634564c4 0.06 MB 118 150
240,900 240,900 000000000000009a5f91eebc87532a5a1d3dfc0b8b109646c99809f5793b1771 0.07 MB 136 204
240,899 240,899 000000000000007c2f0e1db30818cf970d4d28a5a7e22d93c911344cbef040ed 0.13 MB 312 153
240,898 240,898 00000000000000b62fa86e62a3257fad913be2fc7a44e858088ee4816db9b654 0.16 MB 361 163
240,897 240,897 00000000000000870f6831595e64d9d8e5525c90b2a4b491f4d8be5f097434f1 0.10 MB 156 137
240,896 240,896 0000000000000041999f672bff7cc517c2adbbb085d61a8f81d7cdbe05855b74 0.02 MB 44 134
240,895 240,895 00000000000000f017519567862be048c644cc950ef3a1a6aeb66300d6669e6b 0.20 MB 467 215
240,894 240,894 00000000000000e7ec2b4d1627a53c59ca717d014a7ce891ca897b260b731a7f 0.02 MB 51 256
240,893 240,893 00000000000000839661131b272e7bac108db115b1b96e844417ab9c8a1cf689 0.13 MB 282 172
240,892 240,892 00000000000000b33b466798d3c2a4ddc804557cc5d62bc58c43b81dc4d48854 0.21 MB 375 132
240,891 240,891 000000000000003017f81f82adacc18da9b032f766137fb65e6564d6d4cdb323 0.11 MB 247 176
240,890 240,890 000000000000005e18932f2524c7f7a379e9742114e00e1e6991ae02cfb019ec 0.06 MB 74 113
240,889 240,889 000000000000006b964ccdb45ee2bd40175b15c977c480cf5b220656328a6b30 0.12 MB 284 184
240,888 240,888 000000000000004c0263ca2fd8433cc15aa6af98352c81449a06a42e3bc65500 0.00 MB 6 84
Previous 10 blocks ↓
Total Size: 769.11 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,629.36 GB sent, 93.42 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.