Memory Pool Memory Pool Refreshing

8,276 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,923 (429,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,753 478,753 0000000000000000010f918801f45a6802ba456cc3bc8e259b36e4af75051302 1.00 MB 2,332 73
478,752 478,752 00000000000000000140b6506e6fc97cc75aab70f910f459ae88b329f1c93d96 1.00 MB 1,881 156
478,751 478,751 000000000000000000f6e02f4fc0989ae94ec1d611dc01a940938346b47ad53a 1.00 MB 2,123 130
478,750 478,750 000000000000000000410c41fcfdbe71b012188039020dd05fec33bfa9681892 1.00 MB 1,963 169
478,749 478,749 0000000000000000013bd3921379adf4a025f5c14c46d172770823bc7f22bc38 1.00 MB 2,466 189
478,748 478,748 0000000000000000008902c6990727b5ec2d54f950bce9403a6a7b87522f0e56 1.00 MB 1,493 31
478,747 478,747 000000000000000000f3b880603e31d3d5b30e74deaa9163a3da46b1d13df50e 1.00 MB 2,040 55
478,746 478,746 000000000000000000de05ab30abca681da2707e632fc4de1f68dc05ff16add3 1.00 MB 1,728 73
478,745 478,745 00000000000000000022adcc7541ccba456e40ee3effdb08ffa5950124413f34 1.00 MB 2,555 125
478,744 478,744 000000000000000000987c49911ff2eb48f5b3e0b5a871d7fa05e07ff5a6dec5 1.00 MB 2,023 119
478,743 478,743 000000000000000000458b5f87ad14b35b2688c215ffd4734ee7d8b51d4284b6 1.00 MB 2,417 140
478,742 478,742 0000000000000000010037715c157e5d27d76b4250f9c8bf20328f4ce96713da 1.00 MB 2,425 160
478,741 478,741 000000000000000001458ba99d4e1414aadbe4f31a1908da7e96d881aa6cc99e 1.00 MB 1,947 148
478,740 478,740 000000000000000000fa99ec57f243b696c5a1453055e1f4315ad236f76d2c84 0.75 MB 691 154
478,739 478,739 0000000000000000012dcc3efe168f665075a2efc738d2369cc55fff2c01c677 1.00 MB 1,850 125
478,738 478,738 00000000000000000045151390978b19d637c20cce9bc31461cfee5008fff243 1.00 MB 1,356 137
478,737 478,737 0000000000000000011aab1e2786d799f61647ccc6601f041f3a0c9e45697424 1.00 MB 1,331 169
478,736 478,736 0000000000000000002b0d9a715386443c78c4478b8f76be87565a8ed942f833 1.00 MB 2,231 206
478,735 478,735 0000000000000000005bac413b15c73be53a31ff4d671fa31b6a93dba8dcf22f 0.99 MB 2,405 156
478,734 478,734 000000000000000001388192ebaaf0cd69fc78ef6ee55190b0c5407dd87342b9 1.00 MB 2,374 146
478,733 478,733 00000000000000000091ad7fd92ec8a3a49936a701917a8909c81b33dc210633 1.00 MB 1,781 139
Previous 10 blocks ↓
Total Size: 769.40 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,644.72 GB sent, 94.97 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.