Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,146 transactions (2.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,702 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (887,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
22,672 22,672 0000000086d564bfd9e26b06b2612460671c45e8d203b9e6c5751f1a85dc59e4 0.00 MB 1 0
22,671 22,671 00000000fccae24278a054ecf1bc672e39e33588ebb7806334ff5272d2a6efe2 0.00 MB 1 0
22,670 22,670 000000005148b3c1f1494c74ed908fee73fa5e0e7541174a88dbd4ce4f9672c5 0.00 MB 1 0
22,669 22,669 0000000047d24d7ba2706b33367417a1719df94844bf692d7225fdfdf35e46bb 0.00 MB 1 0
22,668 22,668 00000000288a2eb1dd2f258b6b2442d75bdf3255e089783f5f342ec5ec95eafe 0.00 MB 1 0
22,667 22,667 000000007cbdca462f94c68b665dc6c3acd705d4b3608aead0ee7242aebc6a06 0.00 MB 1 0
22,666 22,666 0000000020c6540419f344da028f24611484e1b1a9ae583037aad38ce6839e2d 0.00 MB 1 0
22,665 22,665 00000000ba692128fcd1767b94376198f769deb2a6753a388154a81fc9fda5e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.