Memory Pool Memory Pool Refreshing

7,182 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (797,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,746 109,746 000000000001962a2ecfe71f077d846308b60e7f754dacff0186268fb2117f88 0.00 MB 12 0
109,745 109,745 0000000000016db5830fe87dc6ddb182395c812bc709e4ffb66ce3605d951aa7 0.00 MB 12 0
109,744 109,744 000000000000200dabb645e6ba55c9e70b130692be5b23b9a7e8bc07d4c93ef7 0.00 MB 10 0
109,743 109,743 000000000001af5e701c5e42efcd1db9270e288c458b5a0c61f85eaf50235919 0.00 MB 13 0
109,742 109,742 0000000000002cd97f855c2a04830370465fdfeed5b88967e76fedd09e0bb88e 0.00 MB 11 0
109,741 109,741 000000000000a54aed7f30b0f5dbcc5c7808f90ca3d43fc87ec0ff7bdc31c82b 0.00 MB 12 0
109,740 109,740 0000000000011eaf88895bdbbc71b44b4ab21e680afde0f5048639b536d35a60 0.01 MB 14 0
109,739 109,739 0000000000004aa7d831f5fd6e27fc10b4d0ceefe21162ee7da7a2f161e80e53 0.01 MB 15 151
109,738 109,738 00000000000199eb9e31c52da86846e8c37b2fe7ec4d82eb54c50a7ea65d5973 0.00 MB 4 0
109,737 109,737 000000000000649ab1dd5a730a02015fbf80101914e5631688bdb96d96d671a1 0.00 MB 2 0
109,736 109,736 000000000000dcf08f616e2af6f29bea87c1ea3255bc2759b94fcf87183bd172 0.00 MB 4 0
109,735 109,735 0000000000010182c215178b0e12fac69c039b95a6b62cb1f85a00e03e47bd9c 0.01 MB 21 0
109,734 109,734 0000000000018ff47c95627891bf0e18f5dfaf4578361637aa1d5ef0d633fdee 0.00 MB 8 0
109,733 109,733 0000000000001d74b12cee2eccf78129cb4108d496f90d2b77a76ac4e19d3646 0.00 MB 6 843
109,732 109,732 000000000001ad0cbcaa10ae393c584655708688e6c2698ab4a8ba3d568138b6 0.00 MB 2 0
109,731 109,731 0000000000016d34c52505936c183de916e2b61961b611daaa4494f80e2e3d90 0.00 MB 1 0
109,730 109,730 0000000000015cc63b07d0782dbb017d7b95dd92efa2667bd8ca88ca3eb2586e 0.00 MB 5 0
109,729 109,729 0000000000005ba9c38778135bae7c07800af9a2dd876659ee5374b6b274e16c 0.00 MB 11 0
109,728 109,728 000000000000edb921bb47757982f78a7f451593ead6a9af7b5f7474ef03204d 0.00 MB 10 362
109,727 109,727 00000000000060685c53e7547b8f0dacf7494b40fd1528fa58a4fde3831cc06e 0.00 MB 12 0
109,726 109,726 00000000000014ffd701d22c5b6abfbc65aae7551c63427f7495cfca53af6b6d 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.