Loading Tool

Explorer IconExplorer

Memory Pool

47,197 transactions
31.15 vMB
0.13739191 BTC
Random Selection Loading Transactions
Max Size: 159.09/200 MB

Candidate Block

Mining Attempt 0b175b24c20ee0956d926b342960226ecfc84c056f5512102c8bee5f84887f15
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 1bbd11d998d639e7a6ecc51c17fbbc649c24d90220fa797a96f3cef5eb57cd61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.05855475 BTC
Feerates: 150.97 > 5.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (912,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,795 1,795 00000000d12068880fc7112623ea833c31ebc94e7d61e474fb86ecdc6f963230 1 0.00/1.00 vMB 0
1,794 1,794 00000000d4c2a115266ddb1b20aed4f868efc0b331bc0b912cbf9b833a7074a1 1 0.00/1.00 vMB 0
1,793 1,793 00000000a261e79d42b6b6cb44caf88caa09688b4e945230f725a5d24ef9cdc8 1 0.00/1.00 vMB 0
1,792 1,792 00000000b60006aa4228517957f825de73774ef378ecac7aaf794491c0057326 1 0.00/1.00 vMB 0
1,791 1,791 000000000d3fbaa25f0227c92f29637a5ae5c86d3b580b4501c36ac81341f375 1 0.00/1.00 vMB 0
1,790 1,790 000000008d1094720ae4f22693d7b4226f581ca03a2295dde57bc242a264fe4b 1 0.00/1.00 vMB 0
1,789 1,789 0000000009b35360c2046d14e4d5972fc1c41bc2c67f963bbb3497623c15f651 1 0.00/1.00 vMB 0
1,788 1,788 00000000435237ec511b7921fbacd58e6362586ee6ed114525873e156bebe671 1 0.00/1.00 vMB 0
1,787 1,787 0000000087bfb8261dc2f2d7b780d339455653078ce4adac50eb7cc5f4f4abd8 1 0.00/1.00 vMB 0
1,786 1,786 00000000d326392707f91aea4c155dd4687fe459dc9016877c50b85d82049b7a 1 0.00/1.00 vMB 0
1,785 1,785 0000000019e19aadf5f1ccc33809e8c779c32703f28e61200b7a6328d05950b1 1 0.00/1.00 vMB 0
1,784 1,784 00000000c8b50f874c15e4c264544fa7488e956700bfaddcc23402f3674da724 1 0.00/1.00 vMB 0
1,783 1,783 0000000030953d7744f4906c21c1ff46cf0913593319e0b0e42e07b11bffcb31 1 0.00/1.00 vMB 0
1,782 1,782 000000003fe5373a8e99ba134df067f55f44cfdd29904fb71b6d86f69c209a0a 1 0.00/1.00 vMB 0
1,781 1,781 0000000026c7079d0d3839cc1071227ae16a55ee2c52a2360bdd39c0774f0ee0 1 0.00/1.00 vMB 0
1,780 1,780 00000000ab798ba558d898672adf688356cd75fde67f5a02342b196ba915fcc3 1 0.00/1.00 vMB 0
1,779 1,779 00000000fd01351b7f07599e682c570bcf3f369249084e43a2603da1e6aefe77 1 0.00/1.00 vMB 0
1,778 1,778 00000000317b4bb991241794ad06039987459a82d7ca05b2da9282e93b475f3b 1 0.00/1.00 vMB 0
1,777 1,777 00000000963c8d5b2459cccaa6989d10f63eaae0c34366c451f2d9a2953484d3 1 0.00/1.00 vMB 0
1,776 1,776 000000003944d8d27be5a7551be4360817580a9c8a7e24fcd4bd6c1cd3df792c 1 0.00/1.00 vMB 0
1,775 1,775 000000008a21a11c739d3aa4ef2538253f229e196fe07a29a0200f18c6cfebc2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 GB
  • Uptime:

Notes

  • 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.