Loading Tool

Explorer IconExplorer

Memory Pool

44,799 transactions
28.46 vMB
0.08059939 BTC
Random Selection Loading Transactions
Max Size: 150.66/200 MB

Candidate Block

Mining Attempt d39c42f80e3c966e64e41a795938f55af8093511daa319f6bc3b407600397aba
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 4a16f95cbaaf93ecff9d5921cbea667dd67d352289044360d33ff6c8fa2b037d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.02665318 BTC
Feerates: 150.93 > 2.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (342,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,772 572,772 00000000000000000019c3abb6c5fc3518c0d57e27edd77c3b2f15d203527258 2,905 1.00/1.00 vMB 64
572,771 572,771 00000000000000000015c657efa5d9969a150889cd887baddbcc8f3044eb24ee 2,771 1.00/1.00 vMB 99
572,770 572,770 00000000000000000022b668aa5fe8ed5125b7fed304ee3c3567e86e26b525bb 1,698 1.00/1.00 vMB 43
572,769 572,769 0000000000000000001d2a31313be51172da8d05c42d4ce08670938ac48d951a 2,508 1.00/1.00 vMB 45
572,768 572,768 00000000000000000027ea81c99279eb1b20ec5963b89d50c0410c21071fdd8a 2,372 1.00/1.00 vMB 44
572,767 572,767 0000000000000000000a04b6c86a7a133ad713de26f4786e6850e2e2016d7780 3,008 1.00/1.00 vMB 51
572,766 572,766 00000000000000000024307efccf0169aadbd5efce5c9669b4f1b26e748dd46f 2,333 1.00/1.00 vMB 59
572,765 572,765 0000000000000000001ea9526ecac12ccf013e7455030b6a20be64eb175d910f 2,391 1.00/1.00 vMB 53
572,764 572,764 00000000000000000021797e37a6d52313623d2b7b00c49aade6277d3fe116d8 2,757 1.00/1.00 vMB 83
572,763 572,763 0000000000000000001f2f5ad619bfe897eab299e42c215414a39e1ae7fa2bdb 2,164 1.00/1.00 vMB 64
572,762 572,762 00000000000000000008320b83e26c0a25663ce3aebba3217297940b29467533 1,339 1.00/1.00 vMB 45
572,761 572,761 000000000000000000057d1456a53537cefc3e5a1aaf4896c83de93ebda5e419 2,835 1.00/1.00 vMB 72
572,760 572,760 000000000000000000093d4ad37cdc01a20949b260a52fbf96ba8e234c82881b 2,252 1.00/1.00 vMB 48
572,759 572,759 0000000000000000000b38dc9d0ba2a30fa73085a7d0b5c393e70bdc9f2320e5 2,970 1.00/1.00 vMB 54
572,758 572,758 0000000000000000001eefe447e775285033df0ddd40e5294ff05675deab47f4 2,649 1.00/1.00 vMB 89
572,757 572,757 0000000000000000002382c3bbacd914fb04ae6206eacdb7949e94796b3e5e99 3,012 1.00/1.00 vMB 70
572,756 572,756 000000000000000000089cfc1944d700905d4ff8fdfc18c5efd4e8565b148f86 1,684 1.00/1.00 vMB 64
572,755 572,755 0000000000000000000e6ade9e87ac924170dfacd0fd09b297e058653f0ecee7 2,602 1.00/1.00 vMB 94
572,754 572,754 00000000000000000013bb09a6e841e11a988f64af7f3b8c8c7694326462eebc 2,838 1.00/1.00 vMB 72
572,753 572,753 0000000000000000001e2250474a0e98614ceb8880c2d944ed6ab6268180452d 2,763 1.00/1.00 vMB 83
572,752 572,752 00000000000000000008f125261151e5a1812f3f34cf80f375943c687a9ba6b7 2,597 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.05 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: 650.85 GB
    • Received: 13.33 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.