Memory Pool Memory Pool Refreshing

10,508 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (719,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,661 188,661 0000000000000151874666db6fb76c7396dc3855c037d5a89a60279d11db1247 0.08 MB 113 108
188,660 188,660 0000000000000150399fd17991eb79d524ff72ee8fa7509c9777d5fffef67943 0.05 MB 129 110
188,659 188,659 0000000000000705924ab97b4da668f47367b8fe917a0a818bf7ac5c832ed8fd 0.03 MB 77 83
188,658 188,658 00000000000003db31c3ba728393b3f33f70ac8581e73a1f27f1a2a97d839eb7 0.04 MB 62 56
188,657 188,657 000000000000077d2a296a24f9489ced644eba54782bb9e3047a36ee3f046915 0.21 MB 494 376
188,656 188,656 0000000000000298fde432958aa7cdabd24e2910ada3be035252ba163d767955 0.05 MB 143 129
188,655 188,655 00000000000004118af65e35a22825a0382a6b17adf23f71b1c6f6f37935ae65 0.00 MB 10 0
188,654 188,654 000000000000002a372568662aef8cd3a23a1983b0e44f34b0ae63b3463c1718 0.00 MB 7 0
188,653 188,653 00000000000005daa90840d9f10514f96374328bf17dc17fc3e35c056fda9bfa 0.08 MB 204 142
188,652 188,652 00000000000007f5feabf1385813dd28cd60d8b2be12533088d423ffb91873b0 0.12 MB 316 126
188,651 188,651 00000000000007333a63a87814aab03ec39e407a4082017a36a73987b1e04ace 0.07 MB 226 161
188,650 188,650 00000000000006176a1d41eb6164e6e2f43c007b03c5377ad66a04ea4206af95 0.05 MB 118 184
188,649 188,649 0000000000000856e65449eff4942b55a12920586e44613a1de800c0576d4320 0.05 MB 124 280
188,648 188,648 00000000000000cd6c63dd19b7df96c320901f36d832040003bc705f1f7d192f 0.05 MB 91 83
188,647 188,647 0000000000000422be7bf500eda15eebfe2992d3926bdce6c12d588e5e991ec7 0.17 MB 511 152
188,646 188,646 000000000000002c979ce2e219ad23814f5306bd029091e358458b65e91b60e8 0.05 MB 167 164
188,645 188,645 00000000000004c57f133f428ad59822a131d3165bb0530f3a101712e0bd5b2a 0.13 MB 326 135
188,644 188,644 00000000000007169ada12b8c4eee5a2ae1532ead0aad72c2f4878b3229e367c 0.00 MB 9 14
188,643 188,643 0000000000000446bb1b084557cd3b9c9e3fad3a137fc3c7c5785f747159d6f9 0.25 MB 637 101
188,642 188,642 000000000000083c277b04e0cc1140d96443b9427de78ef24f9e2ce8a1bfd899 0.06 MB 245 109
188,641 188,641 000000000000076d58925b3cfc0278403ab9d357d075806c27cbb0a05a280b41 0.11 MB 199 120
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.