Memory Pool Memory Pool Refreshing

6,246 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (68,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,965 838,965 00000000000000000002da7f80cebc83682fc860f0cb92c41d44309257e460c3 1.74 MB 2,496 60
838,964 838,964 000000000000000000018ddf8a6484db391fb85c9f9ddc384f03a92729423aaf 1.84 MB 2,187 58
838,963 838,963 000000000000000000021f8b96d34c0f223281d7d825dd3588c2858c96e689d4 1.68 MB 3,574 76
838,962 838,962 00000000000000000001a1db9ec0144ff750d78ea5d9ff90eb5637e201227739 1.82 MB 3,550 71
838,961 838,961 000000000000000000031f7cf67c4faaf5f9d96933d296dd6e4d07ac87780726 1.71 MB 3,505 63
838,960 838,960 00000000000000000000c7df88d26893db457afcc0a9c0c4f3ad07e575da22dd 1.68 MB 3,650 81
838,959 838,959 00000000000000000002737741061c9a03e36b9ab58927ca43674efde7b4dcac 1.57 MB 2,812 143
838,958 838,958 00000000000000000001fc6263f6980587083df87778863385e4dc5411c3fa6f 1.89 MB 2,654 54
838,957 838,957 00000000000000000001e37fdc4e8b171e7f2ea1a94353cfe023cb2300903635 1.63 MB 3,450 99
838,956 838,956 0000000000000000000159d8ee13332260d6585abce7fe7324a9838e1e3fe95c 1.89 MB 3,020 62
838,955 838,955 00000000000000000001519744229dc6aa6f89ee030afb76ef86944fa69a3cd4 1.56 MB 2,979 100
838,954 838,954 0000000000000000000301f7e59f967593b4ee12c0cea9cdd8666dfa071a80bc 2.39 MB 2,731 58
838,953 838,953 00000000000000000002e3e0f51a15e39abaec6da68a5d3f798d1af5c92bd9f2 1.89 MB 3,438 64
838,952 838,952 000000000000000000027a0e2d1fee1c70507a4acbb9a7c9b42c54f3d149e9c5 1.72 MB 3,507 67
838,951 838,951 000000000000000000019d85e0f14d3ff6214272be56abe2179bea88c897d3f1 1.56 MB 3,162 88
838,950 838,950 000000000000000000032b16342557e78ab61358127b18c3bd82d5e6c1f2654e 3.14 MB 1,598 54
838,949 838,949 000000000000000000002bafb434231b209f94c1672444356dc98b8b6044bf7b 0.00 MB 1 0
838,948 838,948 0000000000000000000145d7074c90485be3c0433c1835bb0c6c6e9365ee32d3 2.64 MB 1,724 65
838,947 838,947 000000000000000000026b804af48e80aa0e07346ed3fcf480dbb4d1afa784d7 3.54 MB 634 51
838,946 838,946 000000000000000000029617aa0cc55a7164481537acd81fb68e16bc07f57227 3.80 MB 237 49
838,945 838,945 00000000000000000000793a8c8324355825ec88882fe614ab6b5580ec35da47 2.26 MB 2,426 69
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.