Memory Pool Memory Pool Refreshing

9,909 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (785,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,705 122,705 000000000000862d53b218c365a45b9d620a9270b746d275c323f189301143ce 0.02 MB 51 1,250
122,704 122,704 00000000000002e2a6cd4e9efb5e5127d0aacb82b54f3586f03ebf6c7ace1b2e 0.00 MB 1 0
122,703 122,703 0000000000002255f060c91e2cecb097ae8b691d1a24e6ef5c7175c4d127a5b5 0.00 MB 2 0
122,702 122,702 000000000000413e27c051f14fbdf7a0be8ba729037556ba7f067364e7e3728c 0.00 MB 10 0
122,701 122,701 00000000000084cf903da023978db36f07c8571ea41a10bb80ca29a59cc28f2d 0.00 MB 15 564
122,700 122,700 000000000000517b82b3b30cacc099db2961231c3630f1d5b2eec1d13ca1275d 0.01 MB 15 543
122,699 122,699 0000000000005bd07dac8798b1e79271aeb8532a48e273137c6a133101f563f9 0.00 MB 17 465
122,698 122,698 0000000000006b02ea4872df8a6b79dd2aa465e0f37377b1e197e4ccc7464fbc 0.01 MB 17 0
122,697 122,697 0000000000002da19bb443512caf9f19f69500b0abe2c2a6fcda059f59b6ca45 0.00 MB 11 0
122,696 122,696 000000000000021fc74154e21f765c91330a1873f8a471dfb269e2b2720f1714 0.00 MB 9 0
122,695 122,695 000000000000657e7caf52f1d293c7ee1b5e4dd72da6b7f84f4171b35bff9e75 0.00 MB 8 0
122,694 122,694 00000000000038d8cbef709312d3601c25fb1619db52a5c2f8fde636387c7bd8 0.00 MB 9 211
122,693 122,693 00000000000023195711efeea72c7dd9cca3a7ec954d249d1c996853b4b9a91f 0.00 MB 7 350
122,692 122,692 00000000000009e2c8f5cc7e26c283d59a01fc8b666bc1a3c4b66e7be02bdd1a 0.00 MB 12 705
122,691 122,691 00000000000020fde5a834b01e9e2d1c408f01a57fc3c2b3557bb17db226828d 0.00 MB 9 0
122,690 122,690 00000000000053c43c7306ee18e19a6abd0bd5bcca16e60ca7b5374cb616073e 0.01 MB 24 520
122,689 122,689 00000000000089674b4a21162162a480bcc02809e87c0f947e453d29b46de346 0.01 MB 13 210
122,688 122,688 0000000000002dcb99da751576c74a9ee0af43903f43b19793c012b6b1dbb1c9 0.00 MB 9 307
122,687 122,687 0000000000008cd58ee00c1b4442d861319ab31fb1825dd8a3fa01b4bd719232 0.01 MB 17 1,197
122,686 122,686 0000000000007da5810243542bbec8daaf2163491a28766672ead86489915acf 0.01 MB 22 977
122,685 122,685 0000000000002b84b252cb6e2406993d7860a82ca0ba80011503debe64051a5b 0.00 MB 8 337
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.