Memory Pool Memory Pool Refreshing

5,692 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,202 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (736,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,864 170,864 00000000000007a9d9158622dc1fc46a5a90bafad8cdf6568795532ede3e0117 0.00 MB 1 0
170,863 170,863 00000000000009b21b8008019a6d70145c1715cf4f1e0d3cfc87c0baec6dc8e7 0.00 MB 1 0
170,862 170,862 000000000000070846c6393eeddb2090065857a8d392b4d65ba6a5a18e554c93 0.02 MB 37 206
170,861 170,861 000000000000030de89e7729d5785c4730839b6e16ea9fb686a54818d3860a8d 0.00 MB 8 37
170,860 170,860 00000000000003889f528ffda98824d8b1915923e0e607d8b43921554c8845ee 0.01 MB 25 64
170,859 170,859 00000000000009321f518b1e74d602674f6de16a7296c96b57325cd7d4bcdbe1 0.02 MB 25 98
170,858 170,858 00000000000000ee5c7467bd349f92513aceb79f85a3a0e95a33910109b82edc 0.05 MB 63 116
170,857 170,857 000000000000008ec31c3d0d72f2e7755b3b053bc3bc52bd096b82c12bfc802e 0.00 MB 2 0
170,856 170,856 0000000000000327e0fb6f8b906c0e85c4dfd347defdc7929006ec4b6f2e07b4 0.05 MB 93 85
170,855 170,855 00000000000003ec42041497b64080ff6e361770d5687664d0c85dbdaa5d8d91 0.04 MB 153 78
170,854 170,854 00000000000001da19208ba406510c737dc84dfc13e755b470c248a69720bc69 0.02 MB 36 217
170,853 170,853 00000000000005b51243149b3729a40335f4e15c213e5ad0952d984dea4a0a90 0.03 MB 69 273
170,852 170,852 00000000000002b58bf498d718db69dfc25cb318036949d3dad6bc0ffee28744 0.01 MB 26 54
170,851 170,851 00000000000004ac9730ca1ecf0330c7eb4f1d67c570a1f2c20f85c871a77ff9 0.03 MB 78 51
170,850 170,850 000000000000076f12313f9bbd1490db0f6ce430107bea79f1e4ef4086073cd5 0.03 MB 34 32
170,849 170,849 0000000000000559f28e884c57eaeeff091813b980c6cc84fad58fa19d8604c7 0.04 MB 132 40
170,848 170,848 000000000000047a64269b8d0d2764b87c5a114ccc6c1f2f2af929fd3b3fc00c 0.04 MB 55 130
170,847 170,847 00000000000003ca9e274d90a4e96fa7728cbe43537f1240d4eed7fb07908dd1 0.00 MB 1 0
170,846 170,846 00000000000000d88e92ed2b5781885a8464a63ba57293c717c0137354a5a6d6 0.01 MB 10 27
170,845 170,845 000000000000024d829ba25c8dd3a919c0ef8228eb97f02cafdb4422e683a577 0.02 MB 38 114
170,844 170,844 00000000000002eec91abcc4d4b8dacbf2117e90a17cd663fe131899b4266700 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.