Memory Pool Memory Pool Refreshing

7,990 transactions
2.70 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
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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (718,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,865 188,865 00000000000002361d194d27aefc126480fdf5ad902281e85ffe77d2f60ec44e 0.00 MB 12 318
188,864 188,864 0000000000000925c1b451e0c9711770b3cea7b98c210aad0e218405bcf4ad8b 0.02 MB 38 48
188,863 188,863 00000000000007c089b9a68ae1930421e0ed728245ccb377b41a92f2de1e9e5f 0.02 MB 41 64
188,862 188,862 0000000000000980b842cd71f6e04bd1b83890f56b4aba3abff909a18ace878f 0.04 MB 86 90
188,861 188,861 00000000000002441426267a6f033963a082d98d9b076b3db044ff3cc85ff6c2 0.00 MB 12 24
188,860 188,860 000000000000063c485922fbe315eae5419fe2ed304f1f645df41012c5e1d34c 0.02 MB 67 26
188,859 188,859 0000000000000536134051809865940bed8b49f8acb28a3907d1fec8e0568fda 0.15 MB 297 107
188,858 188,858 00000000000008b1901e563af4dac7248a01a313acc1fde5e3a5e0667b18e16e 0.05 MB 95 39
188,857 188,857 00000000000006ade1b10fbd59f83b695926b24a76e99357deb3711baa047d61 0.16 MB 315 190
188,856 188,856 000000000000062025687e0dc3e4c14835258b6c5535aa0f2bec1aab19a715b7 0.00 MB 10 343
188,855 188,855 000000000000031da145cac4e94bd08609e9b2092247d6027b8a25ed632b028f 0.05 MB 85 94
188,854 188,854 000000000000005d431f8d64d7b9e2d0b3b8bd4edde80cce4699b628927289fb 0.04 MB 131 69
188,853 188,853 00000000000001d960aab2276b2d30c8e89979bda9fbe88f3a51a0016b560899 0.00 MB 1 0
188,852 188,852 0000000000000733c9dea48f77287319e1faad371fc6a2fde0aa378de7ef015d 0.09 MB 195 99
188,851 188,851 000000000000090ffe39a6d199e6114ac59353f05d2d311d8f18c9a54f44b65a 0.01 MB 27 53
188,850 188,850 00000000000003fcfaa95419a9f4eef06d30dfefa29a33256e329e64f8cded64 0.10 MB 161 109
188,849 188,849 00000000000002d25c642453f6706bd8b11a4b18af0c4ce04a921899585e2b62 0.05 MB 74 72
188,848 188,848 0000000000000712a46dedd555f93c6f0b77ae62e3b64c0be8d571df0d4fe91e 0.03 MB 90 13
188,847 188,847 0000000000000338a309d055cc005ad1f1d6dbe211e06f7e494b846e33a47521 0.04 MB 65 37
188,846 188,846 00000000000007cdb6348236adf34ce9e7c9b844f78a21404eef3ee5bb08b86b 0.08 MB 162 296
188,845 188,845 000000000000075ea263997b6b83acaf559a90ccb18b7c35d0581af9c844db3c 0.03 MB 89 27
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.38 GB sent, 92.72 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.