Memory Pool Memory Pool Refreshing

219 transactions (0.05 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,014 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 155 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,013 (871,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,590 37,590 00000000340019e17facf47a3e5498fb5de47043fea0b5713b019ef5735cb07f 0.00 MB 1 0
37,589 37,589 000000001e945fb836962f59163b4ed2bd26085b921b4d5408f934fc65ba2bc2 0.00 MB 1 0
37,588 37,588 000000004cec74ec3104359fd758e78492dac267ab2ff42ff360fecc23c102e0 0.00 MB 1 0
37,587 37,587 0000000083c879c6d1a80591055dd16fc083acf04c63317ebcd1e424f24185d9 0.00 MB 1 0
37,586 37,586 000000000117721cfd9ad6f5c84fcc571ce7bf60f2e6d222f7d1d350d7405b4c 0.00 MB 1 0
37,585 37,585 000000003923fe0b0a57517177564adae2838e84b052e5ab1f21f1e6e78eb6fd 0.00 MB 1 0
37,584 37,584 0000000073d2672eef6cdab50c06c5f6e38ec4f017304ec8721398a74838fd14 0.00 MB 1 0
37,583 37,583 00000000788f4eb1628f99bc7a32e608699eb20a4f2694f3012c9e29877b30ee 0.00 MB 1 0
37,582 37,582 00000000abf01e053228f1adc19b233d1d036ade377204a86659b4c400700b23 0.00 MB 1 0
37,581 37,581 0000000063ec2626859f6c0a95246069c0ba8cef3597b9503c68b54bd1713307 0.00 MB 1 0
37,580 37,580 0000000091db1b7f330ef1d5c8c98405f778e15fd90b557c13621ec0d95535d6 0.00 MB 1 0
37,579 37,579 000000007b056ecbe182103f02d97d4e56f98f85281f4f7448d06b20e6e8c269 0.00 MB 1 0
37,578 37,578 000000007d7e6f756a6cbbf5fcc957da111272142f518a60500ecdc791c122c1 0.00 MB 1 0
37,577 37,577 00000000bd8f18588c333ae776721e838d266744cd9a209668710a8c1710340f 0.00 MB 1 0
37,576 37,576 0000000016ce6662cecefdd80a3b7ebbfc0db433a1b6e7fe9de35289c2aa4f23 0.00 MB 1 0
37,575 37,575 00000000b69dd793ae8db1ee4d59b8e2096f86dd1101641f0cb31e4414e767b4 0.00 MB 1 0
37,574 37,574 00000000a8bec5b68671ac6b3adf31838047dc90936c389cd613ab0af6de29aa 0.00 MB 1 0
37,573 37,573 000000007ff44dd85fa7393a3b56fd9891064b16e1bf3e3a87435902bc264ca5 0.00 MB 1 0
37,572 37,572 00000000157e254054ced6d98f28b97a1dc0a47abd31a68b55ffc12af9dec8a9 0.00 MB 1 0
37,571 37,571 000000000616acd920c1e07a336246115301b401f510c4781661a89a047d0bf5 0.00 MB 1 0
37,570 37,570 00000000240f6b6daa92f1328dc290db82a8356e63678a3cd6d703860d8bed2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 1,868.32 GB sent, 105.30 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.