Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,699 transactions (2.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,632 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,631 (887,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,703 22,703 000000002595e098cb12a54608db9335158693625faa7430a36605723c871223 0.00 MB 1 0
22,702 22,702 000000002a289be7334921edda08747027632b7423898e9a37de8b4211efde33 0.00 MB 1 0
22,701 22,701 00000000dd14e7874df00e8146d9c7dc8232dabdf668d2b81bb72ef24bb0c7d4 0.00 MB 1 0
22,700 22,700 0000000000be9c8806afa5d94d7c005804270a1f74d6848e36b26b420666860f 0.00 MB 1 0
22,699 22,699 00000000e76a6e5e032a59bc6dc53d663d4ee5eff8d8bf9c9a2fc8cc554352ce 0.00 MB 1 0
22,698 22,698 0000000089dae1ef44b740e7ba9c57b58e1db3d69fdc1d8bd341d73e884d4409 0.00 MB 1 0
22,697 22,697 0000000090fb34ab491e42fd68b50e0c6a114e12b6d7af754b72b3d1e796e087 0.00 MB 1 0
22,696 22,696 00000000a0835706bb719f0b69bcfde0dd8c25f27c8496fb49c6fa2d63f9e436 0.00 MB 1 0
22,695 22,695 000000004a177f4163d55bfbd89663df17de13ed730546990a2924f1442c07b3 0.00 MB 1 0
22,694 22,694 000000007193a1f8947d41260966ac7f9ad8c4a8bb3fa8fbd5f2c79bfbea58b8 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.55 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,266.42 GB sent, 121.30 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.