Memory Pool Memory Pool Refreshing

4,100 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,142 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,141 (852,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,838 55,838 0000000004c8421dac8a7fe371d4c9a0c1227c9d1c078e48ac1955357cef2f65 0.00 MB 2 0
55,837 55,837 000000000ced90712652339329728caf29f7f997d8347cce054c1d8160789030 0.00 MB 2 0
55,836 55,836 000000000d02fcb902b7b6f9a61ff0f4c1006ba9d05456bfed0c8d168f1761e5 0.00 MB 1 0
55,835 55,835 000000000fc56826b795fde36337325576e9935225d74f74b7a2bc63d6c7014c 0.00 MB 1 0
55,834 55,834 000000000cd8a347cee327d61916998e78f39f403882636ba75ccccda3c2390a 0.00 MB 1 0
55,833 55,833 0000000008955887aff98ffde24d50c5e4fd855bbfdb67be688f07bb161bc48b 0.00 MB 1 0
55,832 55,832 000000000c29b68c2a74eef882e9f9bc6b055269382908badd07d615e869f6e4 0.00 MB 1 0
55,831 55,831 000000000a5999ca291ef0c5cf642150eaaa25d2b85ea0f387d795b8891d6e26 0.00 MB 1 0
55,830 55,830 00000000049abfc2b201b4f20b341faf46695c3cd6048f5139e8850121780b91 0.00 MB 1 0
55,829 55,829 00000000027baa9c4a458bb437e9c0a89082bd40411c7741105373334414b2ea 0.00 MB 1 0
55,828 55,828 000000000f2533dcfe2bf32ab843d5251240dfd4191296e24a522ac2b29f5fdd 0.00 MB 1 0
55,827 55,827 0000000010f547c49ac113ff03f6922789f4d6bc119d41d9c24d75e785d5ad05 0.00 MB 1 0
55,826 55,826 00000000087101098b02ff41ff69589c24f3ab87aa36bf61f19635de228d04ec 0.00 MB 1 0
55,825 55,825 000000000d3f789bcda8830c23ded5bb3c9c2d5a659a1d8b934ef16346a1e154 0.00 MB 2 0
55,824 55,824 000000000a81593892a879ed83061f59fa85f94acd3504cf55c911a8250d29f2 0.00 MB 1 0
55,823 55,823 00000000059ec6bfd9a8e9efc978fc275b2edcc7098e518029ab686cc9d7ea2f 0.00 MB 1 0
55,822 55,822 00000000136f25edf2aa3f5cea684fb829095744aaaf7cfd541c5116439dd5cf 0.00 MB 1 0
55,821 55,821 000000000599dbee95fadada20aebd8dae3711614684be9d389828cdb1034c25 0.00 MB 1 0
55,820 55,820 000000000af295f4c4340e08c16af5089a3a44edcae7c0513880cf10036da679 0.00 MB 1 0
55,819 55,819 000000000ea7778fb67f7a7c2b496578a4449e9dee7bb0037d6f769c403f71a7 0.00 MB 1 0
55,818 55,818 00000000101676df045e8a6d53736d4b27bc9edddbc6a5dcb8864a13dbfb811f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.81 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,680.54 GB sent, 96.96 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.