Memory Pool Memory Pool Refreshing

17,834 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (4,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,834 902,834 00000000000000000002161eef73cbe645f28535e5a6d2f97ae66e7dbb7d413c 1.76 MB 4,947 1
902,833 902,833 000000000000000000017562fc4f9b82f153b3016fbd35a9c0eae70b27ecd322 1.59 MB 3,178 10
902,832 902,832 00000000000000000000ed851c59c7f0df0c153955bd99e51c179ddfa689397c 1.65 MB 4,349 2
902,831 902,831 00000000000000000001eacbd4c93405c037ede831d780ed9f406cdb3326fcdc 1.51 MB 3,338 3
902,830 902,830 00000000000000000000ce9d9469393aa0edc3e2dcb0a543cf62c71a85d4c01c 2.04 MB 1,681 1
902,829 902,829 000000000000000000007bd893a54b21cf818767a6534b81573a338c95a173b8 1.68 MB 4,003 2
902,828 902,828 00000000000000000001f1f1e35bdd01fda4c557f3d49060c14ae64b81b9cbcd 2.00 MB 2,332 1
902,827 902,827 0000000000000000000225fb2d74b12c66a531286e87759002dd5515769ef3cc 1.85 MB 5,272 1
902,826 902,826 000000000000000000019979aff109729b2861e79f3c7d4ccb10a870e30ab8ac 1.77 MB 4,361 1
902,825 902,825 000000000000000000002f108250b8b4e1110ea2891084838f813fd321d24b0c 1.40 MB 1,577 2
902,824 902,824 00000000000000000000231cc1a6aef31b14c4b4740bbc863ccd3860ec1273f4 1.63 MB 3,327 3
902,823 902,823 00000000000000000000149a0b597997f7580964cfdc6db7e6f07b8f9d6a25e4 1.54 MB 3,745 10
902,822 902,822 00000000000000000000dc274c238fa89bdf35bc11868403e6f264dd3cf4d266 1.43 MB 2,165 2
902,821 902,821 00000000000000000000a641d6472607da384012865f62a13a7cb0d9e052ae51 1.57 MB 3,733 5
902,820 902,820 00000000000000000000e262378d7995174fb01fd86b8a3ad48931d42ba1796a 1.64 MB 3,906 2
902,819 902,819 000000000000000000015495b4152bb29edaf7bcb8ad244075129c912d464e13 1.52 MB 3,414 3
902,818 902,818 00000000000000000001b84ec25a48833aa9690cb460057656ca0bf01f517e10 1.81 MB 5,091 1
902,817 902,817 0000000000000000000074f60d1d191df6e9a27c4bba19e603dbbf4077fa49c1 1.58 MB 3,220 3
902,816 902,816 0000000000000000000123559323dcbbd91b497d9cbb689412051061a104c8cb 1.75 MB 4,162 1
902,815 902,815 00000000000000000001b0879bf7d28ac142b57a21aa18e22f0d802e8d6e6714 1.52 MB 2,637 3
902,814 902,814 000000000000000000005186172b2391f91b3c14bdf3f1a3453636c782dcb266 1.59 MB 2,350 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.