Memory Pool Memory Pool Refreshing

8,463 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,830 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (704,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,901 202,901 00000000000003b2319771fc80db8518473bdcc58c3b4f40a2df1c7e95962344 0.12 MB 124 114
202,900 202,900 0000000000000169bce9b0805941397912b9c8095dacd59e8d06e1dcc4779a63 0.02 MB 69 124
202,899 202,899 00000000000000deb6f249d67eba28ea759897158d8c2d11a8a22f20073cc969 0.06 MB 53 164
202,898 202,898 000000000000029c7196cdb4dafae213de31c8126755cf26dee8a84bbaf81ae8 0.02 MB 51 153
202,897 202,897 00000000000003c90007c8741e5411eaecf274e9a9e6b477b89af49939ba08bb 0.05 MB 113 180
202,896 202,896 00000000000005304796d0f4af50745f68e74cd03885b2b7875f7023793a524c 0.02 MB 79 125
202,895 202,895 0000000000000340ad5167216433c0646791d483db358760a048a8b0642fc7bf 0.06 MB 94 129
202,894 202,894 000000000000021ea6482826e3bdecf2ff5b157aecc0d0387c7493edd597617c 0.01 MB 22 124
202,893 202,893 00000000000001dac1361eb8f58e083efc880635d6db041a9fbac6ef9978fe54 0.08 MB 168 257
202,892 202,892 000000000000045e2acdefe228211f707ed818d2842d0e909f5aef2bb399f8bd 0.32 MB 520 125
202,891 202,891 00000000000003300d87803abdf82d096f3a881a1457ef99ac62b85891b21203 0.15 MB 210 308
202,890 202,890 000000000000048a41af910f93902d365e252c8ee446cd8ced078af6bc364393 0.01 MB 35 89
202,889 202,889 00000000000003705460554426bbabc62f1df339504a50cf038a824b9d6f2472 0.02 MB 45 90
202,888 202,888 00000000000005777e9d54423040b1dd6642c894f2ea8e1bac3a7c45d52cc323 0.02 MB 38 201
202,887 202,887 000000000000053741312ad1296e5f8c7760e24b81f6f57c86aee5c0cd322e21 0.10 MB 190 122
202,886 202,886 00000000000002a1287d243ac6d2f86c20aca36e91ff99f668ceeac7ea07b26a 0.07 MB 155 207
202,885 202,885 00000000000000474de9cbde2be7ef640e96309eeef1e5b5ed90eb2ad253d728 0.13 MB 259 210
202,884 202,884 00000000000001eaa9e3b29c75c50bae368720c36af803bf09f972e50aa9adaa 0.04 MB 71 239
202,883 202,883 00000000000002b008fbf20419d047760ffeaba5d1f96bb6bfb0fe1784674894 0.03 MB 84 164
202,882 202,882 00000000000003ed518e534ac76dd01517503b2eed45ad151e3783970b36479e 0.13 MB 304 273
202,881 202,881 000000000000026810dd8b85bd64b896f74cd2407ad599f305962ef2309cc6e0 0.02 MB 43 246
Previous 10 blocks ↓
Total Size: 769.29 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,637.41 GB sent, 94.37 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.