Loading Tool

Explorer IconExplorer

Memory Pool

81,430 transactions
29.96 vMB
0.08876583 BTC
Random Selection Loading Transactions
Max Size: 180.87/200 MB

Candidate Block

Mining Attempt 913a251d1eb886141dd7be9f78c807bf4e41a1906a0da59d1a6b2219117ad7be
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 665578eb3f7d358af6455191ae68649b6cedae36253d1e39abac1bb9531dbe97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,608
Size: 1.00 vMB
Total Fees: 0.02676131 BTC
Feerates: 500.73 > 2.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (913,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,645 1,645 00000000804859b11bfb634ab5922c38aae5b07e1ef221c9f9ea1a0336141a76 1 0.00/1.00 vMB 0
1,644 1,644 000000004312708b14e4aca8afc2441fe2ac9fdac90b08cc076bb03ecf077aab 1 0.00/1.00 vMB 0
1,643 1,643 0000000092ebee186c3309fbc51634b7c209649634e9bae21f5f69305568f63a 1 0.00/1.00 vMB 0
1,642 1,642 000000004842fee15ce6a523cd4354de3315b90272e5f56066b93f94a3f68e28 1 0.00/1.00 vMB 0
1,641 1,641 0000000072e23592ba4e4c94e5f3c2909c5158c42a937de79cc427eedc45acc3 1 0.00/1.00 vMB 0
1,640 1,640 00000000046c6a34e2dee8bc6957cc36223526924aa5fd824564bc730905143b 1 0.00/1.00 vMB 0
1,639 1,639 0000000065ab62062b11798ef540cf0ac0a7be50046f1ffd094d9dd650e8a512 1 0.00/1.00 vMB 0
1,638 1,638 0000000015668111ed6b058329318b4077bf91d2c3fd330731372917bb795db9 1 0.00/1.00 vMB 0
1,637 1,637 0000000072af7bcb74e7756770bc1f526a9c82500fadecd0261a25babe8583f4 1 0.00/1.00 vMB 0
1,636 1,636 00000000be752294d937ba5fe0ee228b01bf5b11e26691e44a6a3cfb50fe1018 1 0.00/1.00 vMB 0
1,635 1,635 0000000094f739836057b24bcdec3a532bba8b5f7b903a530d3a29bc422c45eb 1 0.00/1.00 vMB 0
1,634 1,634 00000000e9442450d3f43bde529cfadc488a105152d6b607fc332b3a13d497e8 1 0.00/1.00 vMB 0
1,633 1,633 000000009c20a2575989ac67bccf3f4aa91d6291bffe8ededd1b9552b372dfd1 1 0.00/1.00 vMB 0
1,632 1,632 00000000efd06192ee4bef48bd5b88b42c5ddfab8081c6470e10ea5187ce316d 1 0.00/1.00 vMB 0
1,631 1,631 00000000b4bc9a4a22ad0e1c6ae73634968bd04eb5ea50737cbaf78039fcc5b1 1 0.00/1.00 vMB 0
1,630 1,630 00000000c8cdeb2e335b0571fb95df17e5946283e42b8680e38ade3fc7bcbbe8 1 0.00/1.00 vMB 0
1,629 1,629 00000000d64317c09dffde5f3056be9f558ec6741fd1a8cf78082bcd8b29de47 1 0.00/1.00 vMB 0
1,628 1,628 00000000e6f04bfa6c67eaf74e67c74c0495eed0117935ac95097f3c743fc861 1 0.00/1.00 vMB 0
1,627 1,627 00000000b03c0e408570aa915e5970e3bbee2fab1ac2c8163a5c2d05ef2ca85f 1 0.00/1.00 vMB 0
1,626 1,626 0000000038aa3060d5e47ad9acba85ded0f8dd6bae5a104c9181194641f1ff54 1 0.00/1.00 vMB 0
1,625 1,625 00000000b3483281759f10027c5664aba7bbcba1afc95a0f30a7679b90e5ae1e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.36 GB
    • Received: 14.69 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.