Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,261 transactions (0.49 vMB)

Priority:

  • 1 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,991 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (819,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,149 91,149 0000000000091187170778780349a07014b4773a52c23ac0d8a6bdf963122c45 0.00 MB 1 0
91,148 91,148 000000000003461c115da4e305aa02213e9808c957931da6fd0e294751a9c101 0.00 MB 2 0
91,147 91,147 0000000000041a26068119e2721bc6859da96651073baa9b4cb80bbc42964470 0.00 MB 4 0
91,146 91,146 00000000000c0364e1048bdd879923bc030c0eda1d3842ee933910c05197098d 0.00 MB 1 0
91,145 91,145 00000000000e1e38bc9766441c41518f89a5062ab6854f95b9c245ba24cd6deb 0.00 MB 1 0
91,144 91,144 0000000000034de83d3cf3b3b4539c1ccd3c75c12f916b20c7d20681dc44fb98 0.00 MB 4 0
91,143 91,143 000000000007520d80a7b7155627327b416f0ea1793d8e124076d2973ce040ac 0.00 MB 1 0
91,142 91,142 00000000000dad4bc95b95b24224fd28cbb899dbe87e761b1515b6a8744d31e6 0.00 MB 3 0
91,141 91,141 000000000000593143ded9e620cf504abca66fec14a1be77f1ea49108cc8e09e 0.00 MB 1 0
91,140 91,140 000000000007584dc6e07c98f6067b8542a4d913a4c6203605b96bb1a42dd478 0.00 MB 1 0
91,139 91,139 00000000000ab7c9c96a42ea0f5417de79fa732707670923d80b55d7db7fa550 0.00 MB 1 0
91,138 91,138 00000000000970e4008f8c57fdaa184c891414dc69e786f32226a5580f8968d2 0.00 MB 1 0
91,137 91,137 000000000003325a388e91818362be40c404079289f0a41a051a20e7357396aa 0.00 MB 1 0
91,136 91,136 00000000000e22ee72bc5c530fa0416fabe3d6f9f1a48620392e02c8dda459dd 0.00 MB 1 0
91,135 91,135 00000000000452a0ae2fc2c71c7f91b698c9307c5cc31992048ac8196b95413d 0.00 MB 1 0
91,134 91,134 0000000000070ca80fa8014c8878d3ef2ef5ab0d0ea13ea14d12d73c737c7e26 0.00 MB 1 0
91,133 91,133 00000000000d5c37e4ac69672dffa4ee60896db0cb9c5d6020e7818286ef4e99 0.00 MB 1 0
91,132 91,132 00000000000295f0076e4394d6293312314542ac2f475e633d3dba055b4c16bc 0.00 MB 1 0
91,131 91,131 0000000000040b8167227b87001e017b13c95c885b0137f0268bf25c7ea2265f 0.00 MB 1 0
91,130 91,130 00000000000db04342e67f20ab42098935cae53074f713fd793d8853e8f5a49c 0.00 MB 2 0
91,129 91,129 00000000000709704f625fad26adcbd35544efef583c05998205fa64750d8836 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.