Memory Pool Memory Pool Refreshing

4,295 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (23,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,741 883,741 00000000000000000001b9cc24c9a010deabf3cc874a2c0aa5f860f5308d290f 1.85 MB 2,911 4
883,740 883,740 00000000000000000000a95314d4168eb3b18a214ac7c752985c788976f44706 2.08 MB 812 1
883,739 883,739 0000000000000000000053d56b11d8c95f61df2399d4298d93d943c1aacf78c9 1.79 MB 3,199 4
883,738 883,738 000000000000000000024ab7d4188afdf84575416966a63a1d714f84e5085895 1.70 MB 2,394 1
883,737 883,737 000000000000000000019c7d1d02ace7a53c6cefd35375a022a7bcb0dd15cac9 1.63 MB 3,120 5
883,736 883,736 00000000000000000001701dd55f3311e1a5136dd5199e97be30b86ac542e708 1.65 MB 3,457 4
883,735 883,735 00000000000000000000917da6eb46c1538e664ffa6223d9738cfe88ec54c0d1 1.74 MB 1,503 2
883,734 883,734 00000000000000000001ea519c40dad551957b886f67fc997bc3c7b806574cca 1.80 MB 2,279 3
883,733 883,733 00000000000000000001c744d306a147f592c5873613a16b47f9bf10e2e724f1 1.91 MB 391 1
883,732 883,732 00000000000000000001ad3af15667c18ae62463fa8588ab889ed7121aeb8ba6 1.67 MB 3,204 3
883,731 883,731 000000000000000000018b2424d6a0b4c1f12cbf64fd9e8448515a055ab3db86 1.51 MB 2,680 4
883,730 883,730 0000000000000000000242e35406fb81395a0c5e18c4392945b06374fbc05214 1.65 MB 3,172 2
883,729 883,729 00000000000000000001c9f151f77bf212c0799c7085eefd9161e6dfe7e577c2 1.61 MB 3,861 5
883,728 883,728 000000000000000000005499ed6d362d1f0cbc84a369562a16aa2e1b372fe388 2.11 MB 722 1
883,727 883,727 0000000000000000000227797a0ac362fa20d1e1a2f1e0ed69767cac60780bbb 1.97 MB 1,054 1
883,726 883,726 00000000000000000000a64f50700ccad6d7f8cf3e5ee90531cdae56463272f2 1.94 MB 1,510 2
883,725 883,725 0000000000000000000188e575534b51cc8e516ed0af0674fc2c72422382f604 1.58 MB 2,512 2
883,724 883,724 000000000000000000003e461ca6a241c7e83dd9a8ae57ba28901343ff69e93c 1.70 MB 3,685 4
883,723 883,723 00000000000000000000fb54c32953113aa8da28e6916809d47ddd8b23ee13ce 1.64 MB 3,811 3
883,722 883,722 00000000000000000002297f1395a67078f17e78d8eb4a13800b1d4aa3f50088 1.59 MB 3,318 4
883,721 883,721 0000000000000000000115e174530361474d88117bcbb14caaff7177743231ff 1.56 MB 3,359 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.62 GB sent, 93.14 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.