Loading Tool

Explorer IconExplorer

Memory Pool

17,808 transactions
4.20 vMB
0.01678077 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 30.96/200 MB

Candidate Block

Mining Attempt cdaf21ddcee867ce433978d890499a41ce24e3445c4f7fb38274956ce88548a7
Version 20000000
Previous Block 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783
Merkle Root 0d5e40c98dbbb58f3aa11913bff33d1de2a015aa1d9c9694bca9e98701606b84
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,478
Size: 0.40 vMB
Total Fees: 0.00727310 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,161 (810,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,762 102,762 00000000000088e0458da9bb9deff29015e6b7e8fe72d3dc91beb592928f335f 0.00 MB 4 0
102,761 102,761 0000000000007efb48fcb26a04a8a5fb95d6c123db9ec861aaf98ff424fe6fa3 0.00 MB 5 0
102,760 102,760 0000000000024117ee3fd60aa2167c59c56d7beedad5273526b13fa4a739c1b2 0.00 MB 1 0
102,759 102,759 0000000000014eb4e237c28ab9ae125cad95a2553bc0d7a2e7a4c3befe204438 0.00 MB 6 0
102,758 102,758 0000000000022ad2348ce722093f37e74bb9c5598ebc0653ab078be90b13f81c 0.00 MB 2 0
102,757 102,757 000000000003e82ea00157f9a43de89288737100cabea73a255ab9affa25bae5 0.00 MB 3 0
102,756 102,756 0000000000030124e6e8ba30afc4bf5e8dfd65327f9a2f7e5e0f7f7326e78853 0.00 MB 14 0
102,755 102,755 000000000003647107f96c646e0a7d2b8a07e1ad06eb46d130b8995ed8c6a977 0.00 MB 6 0
102,754 102,754 0000000000007fa6cd0853a29a48df226697dd98903a5f8b862123d882ef87fe 0.00 MB 6 567
102,753 102,753 0000000000020b71f79cddbf8551fd93c1135b119b961d209c8f082483fe6dd0 0.00 MB 9 0
102,752 102,752 00000000000034f2efb8f7087fb8ee7731b8a2c999a2f12f8c88c2c702f0af36 0.00 MB 6 0
102,751 102,751 0000000000039afa14d57e6eff561420ea5a755c7843099095f1e6aa72da58a2 0.00 MB 20 0
102,750 102,750 000000000000004e4bb69992d9de8d7fb6474f2b2328a9ef24178dfb36f310a2 0.00 MB 1 0
102,749 102,749 000000000003cdad71ddb1a17e9ae1183e19471e9c74224431f5805036ee0edf 0.00 MB 1 0
102,748 102,748 000000000002b76314414a98a58353b6165e35dcf4c1b1f2e046578bfe92e1ef 0.00 MB 4 1,349
102,747 102,747 000000000000ba54606f69079d9a89a195fa7d5224411dcf5261467468ed1273 0.00 MB 3 0
102,746 102,746 000000000000c7265801bd2c3e30cb4561c2df3ae41311fba3f8525f6bc63587 0.00 MB 2 3,861
102,745 102,745 000000000002a2995f390646320966504dca99755d1a4c968d00fcd1c161a870 0.00 MB 5 0
102,744 102,744 000000000002dbc255985e8e255da5532154fb9cbe329eab6228b772f354b4df 0.00 MB 3 0
102,743 102,743 00000000000063a7c5e0ed34dd2c18202c7486417bb603654b5dbb6e25ecced7 0.01 MB 19 0
102,742 102,742 0000000000012ec7d5d57a2588e535be4fc45097a7ef3505d86d8a7e2179ada9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

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