Memory Pool Memory Pool Refreshing

13,844 transactions
13.09 vMB
Show Random Selection Loading Transactions
Max Size: 77/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
902,958 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,957 (717,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,900 185,900 000000000000053827de2fe239353399d036ac6a081879e930fc0832597f6f91 0.02 MB 60 96
185,899 185,899 000000000000074fbcfcb12a6892eb4d64d138ad1d5d783a5493a9991feec4c5 0.01 MB 22 79
185,898 185,898 00000000000008890c9572c045d47d558b49b2feaf65b8d273c1697d59ba3fcd 0.05 MB 92 104
185,897 185,897 00000000000003c1c88bb54061694cedcd9ecf8ef691107a1bca15ad0ba19fcb 0.02 MB 76 121
185,896 185,896 000000000000010d35371833d853566f7a2e67432e7037e94bf2ea44119cf237 0.09 MB 131 83
185,895 185,895 00000000000009a5ee46ecf861b3b120f8f3490c3ba0df9700d9d92731f89c24 0.12 MB 284 126
185,894 185,894 00000000000003342f56a6388edde16c862eae7d81eff27a642673c2615dabaf 0.05 MB 158 37
185,893 185,893 00000000000001ed91aca2b1828bb75c48fa3bb2377c5bc0d07fc1ce482e0813 0.29 MB 256 104
185,892 185,892 00000000000007e48503dc04c49edf1f1064b4fed1ce141791392aaf66252d20 0.10 MB 164 117
185,891 185,891 000000000000081b10d5246d813087641b51dcbf1711934ed7cde45164409425 0.00 MB 13 166
185,890 185,890 00000000000006223287acbb1a5497cc0dba51004ab76a22e21ca6b19977433d 0.04 MB 119 114
185,889 185,889 00000000000006e1354903517e2763b31d36341ecf5bf83795421b203f9b2ebd 0.04 MB 129 134
185,888 185,888 00000000000003fabf4057bbb6451f275dd59148d96386e86cd90ee656ee612f 0.00 MB 13 33
185,887 185,887 00000000000001e367592991d4bff3f4f8151d8a2f56ba3e40a90652670b1f33 0.01 MB 26 66
185,886 185,886 0000000000000859ace2195bc2ab49f0925ba1a461690468e93379111b599ed4 0.10 MB 128 28
185,885 185,885 0000000000000001f1f6a242df443d43b26ffd2d07c9b1a81ae309e0d568089c 0.06 MB 137 108
185,884 185,884 0000000000000229b5ef494d1e60510ece583985635155223aeae3a5dba53d0d 0.11 MB 239 350
185,883 185,883 000000000000024d1ffd5ca9dde47df8e704b91216a1bf9bd90765cc86d9628f 0.21 MB 492 249
185,882 185,882 000000000000088caf56d585c10f1636a02a03caebb0c661bf225172c5b8e5ca 0.04 MB 93 90
185,881 185,881 00000000000007bb013c8f18f0fc6e927d3e86c025e53a73579c71de031acb4b 0.08 MB 136 96
185,880 185,880 00000000000002b8abdccc4efcc9657880ba3060589f8dc531e789a6db4ba5cd 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 760.83 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: 912.18 GB sent, 50.66 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.