Loading Tool

Explorer IconExplorer

Memory Pool

39,287 transactions
27.56 vMB
0.06673652 BTC
Random Selection Loading Transactions
Max Size: 140.76/200 MB

Candidate Block

Mining Attempt 79de9a034ebee92ba6f98349791974aafb54a2fd09b033110dedc3dfb959df37
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,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
389,930 389,930 000000000000000000b206b8f2dce78ccd57e023252acef4e505d050851c67a6 119 0.04/1.00 vMB 38
389,929 389,929 0000000000000000067700436388d0a6781b563701387267d5192f25f7a5acac 1,771 0.69/1.00 vMB 37
389,928 389,928 000000000000000003deab70785bc7db31d61ff3045ce791ef6cde81e13258b7 26 0.05/1.00 vMB 4
389,927 389,927 000000000000000004a9c1a3f68c8bc3a8393df0cbf09f537504c6596ed179cc 1,929 1.00/1.00 vMB 28
389,926 389,926 0000000000000000035d6a564dfb31e06c3270b3b3b5f49ef7688995d8be11a2 2,290 1.00/1.00 vMB 32
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.