Memory Pool Memory Pool Refreshing

479 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,681 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (226,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,914 680,914 000000000000000000058451f71d04e58769821597573d345a0cac98e468bcd7 1.10 MB 785 50
680,913 680,913 0000000000000000000bea76ac34cd3202857cc49e1fae9810373743df42fdcc 1.17 MB 1,155 56
680,912 680,912 00000000000000000002447cc47880313bc1627e1d81da98fddd427a70a57e6c 1.18 MB 1,383 57
680,911 680,911 0000000000000000000b726244aa7ccccb902bcf151b1ec10c601db53cc4c18a 1.46 MB 1,026 51
680,910 680,910 000000000000000000099012e432ab29272b3279171dea612603acce81a0348a 1.30 MB 1,065 70
680,909 680,909 0000000000000000000237392b2f733833fee4ef1193f9c639bd8155dc78ee15 1.09 MB 621 165
680,908 680,908 0000000000000000000355ea0470c5184e265743f9a2aa797bf50d6ef1634088 1.29 MB 1,345 19
680,907 680,907 00000000000000000003fe8f404a4335d664132c1ba525b7fa791d6d6f525d37 1.27 MB 1,207 57
680,906 680,906 000000000000000000086ddf63aa722f4a877fa906f7d7a60cc797c36de8552d 1.26 MB 1,692 62
680,905 680,905 0000000000000000000adeecccb12f47c45145bb6e627783d4882f489d84347a 1.26 MB 1,905 33
680,904 680,904 0000000000000000000a869f15ce3ba73349065e3a6ca80c49bd17627232da0a 1.14 MB 1,861 16
680,903 680,903 000000000000000000024446aec626d8748125a241b02d4df8e3dd58d294f6ed 1.22 MB 2,248 61
680,902 680,902 0000000000000000000400cec8cec87234db45fff62ce7c4e8883c0bcc3c8ebf 1.19 MB 2,284 35
680,901 680,901 000000000000000000090f2903aea7f30dcb4c5d691682504aec9e2cf1c56992 1.37 MB 1,505 83
680,900 680,900 0000000000000000000ab54a936fd8711b18afd596ab2081c4a5c9e05faa02eb 1.33 MB 1,999 81
680,899 680,899 00000000000000000000b91b8b1d20047506cc5e0e2722f57d63ee8c50dcba28 1.29 MB 1,548 152
680,898 680,898 00000000000000000004d1ced16a4651b8a31eaf87b2f3b196e9be69c6bdd38b 1.33 MB 2,677 168
680,897 680,897 0000000000000000000a054a9eb0b777ec62149c51f65fab60ad5ce71b521356 1.25 MB 1,736 175
680,896 680,896 000000000000000000042ddfd42567a1d1f7b4f6b57bda09ff013c82d5ccc9af 1.27 MB 2,483 202
680,895 680,895 00000000000000000003ccc8620e488f24237c7256cd0f52749b6e9f134dbedd 1.33 MB 2,476 91
680,894 680,894 000000000000000000012a818786f427075bbce53219d878613801cd5b045536 1.42 MB 2,536 160
Previous 10 blocks ↓
Total Size: 768.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,613.54 GB sent, 92.51 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.