Loading Tool

Explorer IconExplorer

Memory Pool

39,260 transactions
27.55 vMB
0.06661015 BTC
Random Selection Loading Transactions
Max Size: 140.72/200 MB

Candidate Block

Mining Attempt 0f214e9eaa4a12ad950075d376ec259104c65eb457b56464730e26fdebd2f443
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root bd300ec81e176f82b9c963bb21b11741c8e5405c4bf33e059277ff22d6553be6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.01425191 BTC
Feerates: 100.95 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (524,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,951 389,951 0000000000000000049eda67020cdbb6b861a303194ebdcc23bb47412b2b7fd9 1,165 0.66/1.00 vMB 28
389,950 389,950 00000000000000000a0932a9b256631420bc0634b0a45d00b326acdd2cfedc2a 659 0.75/1.00 vMB 19
389,949 389,949 0000000000000000047ed3cda7a3d6587c9125b78872df8a9889692411f2c89c 2,196 1.00/1.00 vMB 32
389,948 389,948 0000000000000000095587b7e585b4681707cae943e751aa84f9486f4513037f 2,637 0.95/1.00 vMB 44
389,947 389,947 00000000000000000a27006367ec3eb5218fc0632f34bcc93be7f1d0a3ed03a2 1 0.00/1.00 vMB 0
389,946 389,946 000000000000000008a6fdb5feea14904bcf50b3fe4190ebedf612774a69c740 1,799 1.00/1.00 vMB 63
389,945 389,945 0000000000000000024a0e1a6ca62f967219206ced4ea7ab1de0c02390824761 2,932 0.93/1.00 vMB 64
389,944 389,944 000000000000000008cea61f565e92745cdf2b4eaa8ff76eb63973f58a2e2bb4 2,469 1.00/1.00 vMB 57
389,943 389,943 00000000000000000a2a38fcbc86c64fa970c6e2c81b5b0ed9ce745d56d074af 1,400 0.72/1.00 vMB 34
389,942 389,942 000000000000000003e42034e7673eeb1d8f4512a1d392b62e6f74fb30f17e7b 2,357 0.93/1.00 vMB 37
389,941 389,941 00000000000000000ade02765465b71768407d52a387bd60d094482d933cea86 1,153 0.99/1.00 vMB 20
389,940 389,940 00000000000000000b4b79b7a32d35968b4a071dc00147c501b4dd18d6bda328 560 0.25/1.00 vMB 30
389,939 389,939 0000000000000000066e46373472a7df047a4c369115cdbb43dac1168cde52a3 1,674 0.75/1.00 vMB 36
389,938 389,938 000000000000000008f5c9ebad0d7aafa288189b35c26093627205be1d1d1059 1 0.00/1.00 vMB 0
389,937 389,937 000000000000000001fa6deeaaa4ed9ba12473317a517e1d60278add4654bc87 1,993 1.00/1.00 vMB 32
389,936 389,936 000000000000000006ca00cceddde1679d255684281dc7fa84b1c848f017c7e3 1,831 1.00/1.00 vMB 51
389,935 389,935 000000000000000007e0b3216f037884f5341a215688e1b2efa4c771f6268d3c 3,441 0.95/1.00 vMB 59
389,934 389,934 0000000000000000002b07aea1e14aa6e7b9d66f49e82c5b373b38344727e1ee 472 0.26/1.00 vMB 28
389,933 389,933 000000000000000002e1f152c118c96b0a00c54092102d620e663aa639e797cc 2,024 0.93/1.00 vMB 39
389,932 389,932 0000000000000000015b9e72a96ac3acb3bc0b70206db5b1230fbeb377bdb43d 316 0.22/1.00 vMB 21
389,931 389,931 000000000000000002c0909339d5aa549d2ea598c19a06b8f7a634eab5d01bb0 2,104 0.77/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.76 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: 632.28 GB
    • Received: 12.11 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.