Loading Tool

Explorer IconExplorer

Memory Pool

80,897 transactions
29.74 vMB
0.10222004 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 1f35caa349ef1c95ccb54f70a85ca644f996c075788a84f6caf3a86fc06d7977
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root f8fb8f238e1153d1860d57191147acd7f0055858422686640e9e8a23bf50b0e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.03765604 BTC
Feerates: 146.36 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (281,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,106 634,106 00000000000000000008f086ea0619b92ee14854a5bb14eef219c4a1b70dec33 1,107 1.00/1.00 vMB 9
634,105 634,105 0000000000000000000ac0d5353fe25ef11fdb46494e12ae2e6cf50b570ba153 2,635 1.00/1.00 vMB 29
634,104 634,104 000000000000000000115ff61fc7541e12763b7bd84172d3a9fe75bfa1236feb 2,498 1.00/1.00 vMB 20
634,103 634,103 00000000000000000009d74a39e4d84783112afbc7ce9af7e406bbc081fd000c 2,798 1.00/1.00 vMB 15
634,102 634,102 00000000000000000002fa8ce3e3f8494edf553dc4890e07122420a23fc1baea 2,001 1.00/1.00 vMB 20
634,101 634,101 0000000000000000000a7a2cc2bbdd093c708c19afb46d36a0892688b11d244b 2,452 1.00/1.00 vMB 22
634,100 634,100 0000000000000000001170a5ce507b9e655b8aeeaa20e0cdf9eacfc4b653bc01 2,152 1.00/1.00 vMB 29
634,099 634,099 00000000000000000006a02f0b1428b94100de285108d02c7a5095539c6ff930 2,867 1.00/1.00 vMB 26
634,098 634,098 000000000000000000066edf5af7e10f6e2ed7bc65a07db7f3abe9c32158e3a3 2,507 1.00/1.00 vMB 44
634,097 634,097 00000000000000000000d1fb7c55d312dc3ab210725e080946a5eb0a125978fe 2,646 1.00/1.00 vMB 35
634,096 634,096 000000000000000000112ef2d7d5a2281c2582e5c92c62dc1f3c549dbaf284e2 2,741 1.00/1.00 vMB 29
634,095 634,095 0000000000000000000b69d3051dce22edbe38d808700d155b2dcc37d48e1b04 2,690 1.00/1.00 vMB 32
634,094 634,094 000000000000000000132fd8c495e3c69b2a78466616865944da1b6af2e8a9b7 2,444 1.00/1.00 vMB 57
634,093 634,093 0000000000000000000829bce321ddb3a5ef4d3076c9b9cccd9fb77527a6805f 2,481 1.00/1.00 vMB 38
634,092 634,092 0000000000000000000453c8b1b1b81870fcdef8b0ddb88ede4e588d95048456 2,787 1.00/1.00 vMB 36
634,091 634,091 0000000000000000000de57eeb7cf6700f810295a6035b125a0b554e1af881ca 3,128 1.00/1.00 vMB 53
634,090 634,090 00000000000000000001ec75580a1c2a2adb468862da0c294944c76abc907658 1,294 1.00/1.00 vMB 82
634,089 634,089 0000000000000000000c89805f0455c7dc77d51b5b7cac2202ae7c6e23f58714 2,463 1.00/1.00 vMB 27
634,088 634,088 000000000000000000105456fea65fa320284c5981cbf8c9eb399c94a221c97a 1,643 1.00/1.00 vMB 32
634,087 634,087 00000000000000000006c998dbc6d7082643bca359b234c55743f8254fa7e322 1,299 1.00/1.00 vMB 40
634,086 634,086 000000000000000000009830a7f8c64161e323b9234e1eb776862c93c43ba4e9 2,259 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.