Loading Tool

Explorer IconExplorer

Memory Pool

46,891 transactions
22.82 vMB
0.09776568 BTC
Random Selection Loading Transactions
Max Size: 127.56/200 MB

Candidate Block

Mining Attempt 4a7743aa9f4ff8e772fa16bff5511644f18b1aa94fc93ac2bba19944e0655faf
Version 20000000
Previous Block 00000000000000000001045411278c3f10e0eb0874bafed6934049382fa0e78f
Merkle Root ce26dd15d3aa7ecd490989a0b10a2684182f5c77c6ca49017f594d0faffb68e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.03063604 BTC
Feerates: 115.63 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,098 (835,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,810 78,810 000000000007922cb9ffd37ea29c120eacbebe6547a91484ca02d89704ba2178 2 0.00/1.00 vMB 0
78,809 78,809 00000000000aecb602eb8a0f8cd6c4acf8750c309a3d340bce82611dfd9606b2 1 0.00/1.00 vMB 0
78,808 78,808 0000000000297f55ee26604b42db821b71044a4fc13624881181527d8be88170 5 0.00/1.00 vMB 0
78,807 78,807 000000000031e6784ab82f122e977e10dbe3c6d9751bf3f0fd6e652a55aadfba 3 0.00/1.00 vMB 0
78,806 78,806 00000000004836072f52461716b64fc99545cee9d7ee34c2d9446c8110472f30 5 0.00/1.00 vMB 0
78,805 78,805 00000000002da29fd8511edd1007e0935a037aebeac41ef2b78160142612be4e 1 0.00/1.00 vMB 0
78,804 78,804 0000000000220a6f06ea3bc40c99c239c677c8e233ecec4af417f4931d0279a7 2 0.00/1.00 vMB 0
78,803 78,803 00000000001e7d532f237ab56fb672af8c6e2cf3dd471f36d3972974543fc25b 1 0.00/1.00 vMB 0
78,802 78,802 0000000000256d8f20f93e1832c04555c07829f15d55e813cff054423bf6d736 2 0.00/1.00 vMB 0
78,801 78,801 000000000026b9e101b55982cbeaaafaa8bb86dc9cd7702a05e8b666f7c74e54 1 0.00/1.00 vMB 0
78,800 78,800 00000000003aae5b42b5f41852efffed2c75700e55c473b15ae7a9157b47c2d9 1 0.00/1.00 vMB 0
78,799 78,799 00000000004b7b7f1485254ea7e7d6c66b9604184228a2dc8304bf48b11f86b5 2 0.00/1.00 vMB 0
78,798 78,798 000000000028e3d5cfd014f900ac40cd1affaa3648e05c51824027b44ec3eaf1 1 0.00/1.00 vMB 0
78,797 78,797 0000000000045df4c0a2e97263db7a6eb6262e14baae05adffb2f12c14ff8289 1 0.00/1.00 vMB 0
78,796 78,796 00000000001ff52ee0e18d094af426706129ebe230b7f278647294678855bf91 1 0.00/1.00 vMB 0
78,795 78,795 000000000012eae5b86a464570ea6a98f960009f59589b5def47b547a6144aca 1 0.00/1.00 vMB 0
78,794 78,794 00000000003bf49f6ba2ca608ed3089c164f92061cab9ae6a8c9c27783180024 2 0.00/1.00 vMB 0
78,793 78,793 00000000001bcdcbf68976dde846540a0a1f1a59f5738751078a866777801297 1 0.00/1.00 vMB 0
78,792 78,792 00000000003ea1dda7b90783ff8eda705905acd49f3b3e125b9f96a80b866a51 1 0.00/1.00 vMB 0
78,791 78,791 000000000005d25d2488c5e6429ae2f0d3819b1094258d1ed8a8c4f4955dfbd3 10 0.00/1.00 vMB 0
78,790 78,790 00000000000be485fd91e502ceb9b45c34afe255b3cfac223ef4aa9ae06fd51f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.77 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: 559.29 GB
    • Received: 7.16 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.