Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,444 transactions (0.51 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,654 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,653 (887,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,693 22,693 000000002fa61a73511209f7edce42c1f7ff9cfcc3cd80292ee0d5fcb6e376ef 0.00 MB 1 0
22,692 22,692 000000002e7ebafc42ad68bd5d598344c7340c823b343837b4fa87550b9a82b5 0.00 MB 1 0
22,691 22,691 000000008ee8db90c8202c4b619a57b2ee403101a2846cb19e384fae18eeb9f2 0.00 MB 1 0
22,690 22,690 00000000806dd9aab70d1b721696417f2024c1112acbda2b987ec8a3fc015e07 0.00 MB 1 0
22,689 22,689 00000000dda222c5c6d878e661d91b7e201a18556e13daba59a53d38f3e4ef84 0.00 MB 1 0
22,688 22,688 00000000f0acbf08ce3cc17f341f2a0ad7f23ab770658e1b84933d5395247258 0.00 MB 1 0
22,687 22,687 00000000bc09221746709e770447978793f5e5e5f454a89e917201cb74e86518 0.00 MB 1 0
22,686 22,686 000000005cf0dbd52509ee6678f75845dc69d41b95fb85a15de0ea3880cdd561 0.00 MB 1 0
22,685 22,685 000000004bf5d021a5ea2f9e2c5d505d77241f5231154d41b4cc7ce2f65cb0ed 0.00 MB 1 0
22,684 22,684 000000007825b75d71dffd067e76b0046a47b0f1f22df11400afe13e2188a1bf 0.00 MB 1 0
22,683 22,683 00000000d2b544be26d1623970080ad0f36fc3a9e5878287c0eea24fd99699c1 0.00 MB 1 0
22,682 22,682 000000007ec255f9ae0f4383b6e2198fe74851886888dbe898dd39c655123682 0.00 MB 1 0
22,681 22,681 000000000a50fe580bd741637d8c482319171c007e7a8dfe14862dc7ec7e29dc 0.00 MB 1 0
22,680 22,680 00000000bce8e8023052fb703f6043f6d001765ee8e607cc744d055f18f3eb0e 0.00 MB 1 0
22,679 22,679 0000000086dec2b1d205a8d1b2cbb1c9124800c048544e775efaecb4d03a68ab 0.00 MB 1 0
22,678 22,678 000000004187ef8a9b0e85a268b32766f167abda41ba6d94f42a1c031ea3e533 0.00 MB 1 0
22,677 22,677 000000006d853d7dafd320b0ac369f3e5b4be0fb3586c1ae052121b5373044cb 0.00 MB 1 0
22,676 22,676 0000000061042f89b1a01811224647da1c2d1f8607f6fdf11a1e3541acbc75ab 0.00 MB 1 0
22,675 22,675 00000000522cda0b00400d058919fe8174f7783c42994d35a967492d231508d1 0.00 MB 1 0
22,674 22,674 00000000af2772400cab058aa7e098f716f0eab6d48947880de356812f49e826 0.00 MB 1 0
22,673 22,673 000000004ccf5a51febe261c1616840386a454f936f80ad6396ee0871bca4815 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 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: 2,279.97 GB sent, 121.51 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.