Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,758 transactions (2.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,827 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,559 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,826 (888,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,604 22,604 000000006b5d267c13af1990cbabbeef817bae856654f75141688cad47b2422a 0.00 MB 1 0
22,603 22,603 000000000040c67b4b85522641cf9f7f7c3d3997a7d8af28e692c1797f2f76e1 0.00 MB 1 0
22,602 22,602 0000000063f4f2be6f462562171352eb96984c01d51d6d15044b180301cff592 0.00 MB 1 0
22,601 22,601 00000000a8c0e022488cd7e698ac0b3f5d299b7ab17167d0ae4b45be3c0f8bb1 0.00 MB 1 0
22,600 22,600 00000000cc55ca0fbca908fe8dba8c6b636f7bda6f60be0377596576fa1b3083 0.00 MB 1 0
22,599 22,599 00000000c9600977f6f5c56d2b4e43de2db3e069d7ea768a4c416ca3d2b2d3af 0.00 MB 1 0
22,598 22,598 00000000f77bdeef14bb1e5aadbbcd83c096ed25caf2cac764b5dd131bfb0ddd 0.00 MB 1 0
22,597 22,597 00000000594cf53da0603814cc52364e32ad5ab6e2af4619f75f4ec3abc9b9f1 0.00 MB 1 0
22,596 22,596 000000003b0f709c86e2d58769543e4ca4e8099474a3d5cf882545cb64934890 0.00 MB 1 0
22,595 22,595 00000000beb7aa677872fd0ebb14c0dc057fefd94c7347746bbe26b63b564b11 0.00 MB 1 0
22,594 22,594 000000005666e620b9c37fe00683b5241e83cf374fe3a169c9c50dd2196d6466 0.00 MB 1 0
22,593 22,593 00000000d7f330cdd9b85707a6f2ce7858affa547e30f56b3c35539ac91fc8ef 0.00 MB 1 0
22,592 22,592 0000000008179e2805af04120ed9b1be668db3d165ffbdaf082976d9ae07b995 0.00 MB 1 0
22,591 22,591 0000000083ec1357d5820481d52fd4afd74c5de05ac76c477f4bf7264cf65978 0.00 MB 1 0
22,590 22,590 00000000d6e68cc6289492f7af557b87804a68948445475788f74dfdace3a90c 0.00 MB 1 0
22,589 22,589 00000000823d6082b955e4f9b7efdceeffe30761ba6c55ea7e5aec8a8e15755a 0.00 MB 1 0
22,588 22,588 000000003ee617c30d1534b2b365e274efd31d1a781cc1faccbbb712c953e004 0.00 MB 1 0
22,587 22,587 000000005bd74facf4bcb461747a6d38af97a9a49b08dcfe6c37ca23d568591b 0.00 MB 1 0
22,586 22,586 000000008b58a5b93044879249e78cd874047a000e7a9962f5e0b4d4f6861598 0.00 MB 1 0
22,585 22,585 0000000022470f460ce03ee317f64751f70349cb45f65d8c12b985ac853adf51 0.00 MB 1 0
22,584 22,584 000000008dc40a46b3fcfb31cf1115583b39e444f615efe4af42ff5b33c4e384 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.92 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,325.35 GB sent, 123.32 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.