Memory Pool Memory Pool Refreshing

4,846 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (752,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,600 155,600 000000000000096284eed54697a4eeb3ecbe9436f874c80efea76144de728b0b 0.00 MB 10 35
155,599 155,599 000000000000052c628285d0aa6274ac75a3c828c5599486a0734ffa4744350d 0.02 MB 20 66
155,598 155,598 000000000000049cd55f7f97bb1f11e3af470991a0136eee104d4b1ea9bb1fb3 0.05 MB 120 132
155,597 155,597 00000000000000de503a6090d9446dc59b1912ffe9a9b82bc119f5a33a953ff4 0.05 MB 96 22
155,596 155,596 00000000000003084646e6e2611485a8cc7f70da55e17ab43e5759118a1d2293 0.01 MB 9 736
155,595 155,595 0000000000000182bd3781d5134d4a402b321165ece8d1909ebabd3978357c9c 0.01 MB 18 213
155,594 155,594 00000000000000623122a182b167d565b94d55d2dc19768140afd531851d95cc 0.03 MB 93 162
155,593 155,593 00000000000002b53a7b038acb007bdc4d968b36a39e6ae386ff4fb98882c764 0.01 MB 32 270
155,592 155,592 000000000000032b4c7799b80129b507106cbd5633b33213e59cf4a857899e94 0.01 MB 16 34
155,591 155,591 00000000000003857e819c684e9a0fe83589bcccc8cf1fee3d5d9015518b7f79 0.00 MB 21 73
155,590 155,590 0000000000000969288d9add45d5ff1cd6e7ef70caeabea4008abf01d1046206 0.02 MB 53 108
155,589 155,589 0000000000000aa58a5353735ae1718e4ff032ed85b36eb55b17fd4b9efc12a9 0.01 MB 23 56
155,588 155,588 000000000000095c85cf2d9d7c5fd91a317255a02a1346e67cc97e9dc41dbc51 0.01 MB 21 10
155,587 155,587 0000000000000503416daa3352d83e34131ce69d2af67ed07bdd28cfcd66068b 0.03 MB 70 295
155,586 155,586 00000000000001a0f017cce4d2048068a66332ffed4e5f7e301e5f3bbe51efb8 0.03 MB 57 77
155,585 155,585 000000000000036d06511d11c61b43bc48bcf790092461981cbbb89ef1066b95 0.03 MB 7 124
155,584 155,584 000000000000068c864b5b3529de24cc9cac7b4d8ce902301fe9da81577522e0 0.01 MB 25 47
155,583 155,583 00000000000001bc37ec428a171db3f5e89a96568823e77a1441841372cee5fd 0.03 MB 79 111
155,582 155,582 0000000000000e948d6da990b77d4286e09642d6c658239b80a009cb9ec26729 0.03 MB 45 35
155,581 155,581 00000000000003d3a6fa816550714a272a7a0e1b28960619e862cd9ee1aebd3d 0.00 MB 5 691
155,580 155,580 0000000000000a69e0ea3ce638a31b21aa11b4d7882f0af00fd7a3c597dd648f 0.00 MB 10 21
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.