Loading Tool

Explorer IconExplorer

Memory Pool

39,753 transactions
32.20 vMB
0.11443074 BTC
Random Selection Loading Transactions
Max Size: 159.97/200 MB

Candidate Block

Mining Attempt b3490e862919f8f66252e5a30b1b332f9839797554869a794c2c747e12f2435a
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root 0e2e1dcabf797c69e6a201bdc597a0b2536b2dd63a591a4f1a6b8ab706df8405
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.04563190 BTC
Feerates: 179.53 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,935 913,935 00000000000000000001affc2661a351ba780610832d6125a2078c5408db8aad 2,420 1.00/1.00 vMB 1
913,934 913,934 000000000000000000015d4d911621ad099dc548b81d6ffa7dadd3c4ea829038 3,869 1.00/1.00 vMB 6
913,933 913,933 000000000000000000015c6c086c714c2d04c784e98470ab17eaeede07b7605a 1,764 0.46/1.00 vMB 3
913,932 913,932 00000000000000000001720f2d91dcfda4bfcb7b4cb01a6e6efc70b26e145b64 4,553 1.00/1.00 vMB 1
913,931 913,931 00000000000000000001dce9f1fbbe827018b0d79a4f59edb5c4fdb60924d699 1,905 0.65/1.00 vMB 5
913,930 913,930 00000000000000000001427bf5f47e38d7cacfd8945aed74a0c2ad92166a42f7 4,689 1.00/1.00 vMB 1
913,929 913,929 000000000000000000015a348ab3602d0fc0ddf0b637b4747bd15ad212daf8df 3,326 1.00/1.00 vMB 1
913,928 913,928 00000000000000000001df08623701a7ae1ed29155a9219f0dbd5c2c704397e1 3,589 1.00/1.00 vMB 5
913,927 913,927 00000000000000000001e9a357895e244976b793501aec226dc90aefabaae1bd 2,164 1.00/1.00 vMB 10
913,926 913,926 00000000000000000000083eb27edf8a70720bff2d423de11b63d1c133b86529 2,266 1.00/1.00 vMB 3
913,925 913,925 000000000000000000019eaae6f5499ef58008457c39fa94e355fa8081443476 2,954 1.00/1.00 vMB 2
913,924 913,924 000000000000000000016277370c46ca3155268af80091d344f090e9a9739cef 3,424 1.00/1.00 vMB 3
913,923 913,923 000000000000000000011d6ed96c00758cad63f20c3c2d4ebeabad5494456918 4,215 1.00/1.00 vMB 8
913,922 913,922 000000000000000000010199c9771daac94e8ab02280b35a447ca1193c4731c8 3,836 1.00/1.00 vMB 9
913,921 913,921 00000000000000000001b1c03d1dbbee706dadc0b8d4b17136cd5e823957c970 3,727 1.00/1.00 vMB 10
913,920 913,920 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c 3,541 1.00/1.00 vMB 2
913,919 913,919 000000000000000000003672b12e5e3079262800dc2d8b0a70379246e2c1deb7 4,077 1.00/1.00 vMB 0
913,918 913,918 00000000000000000001fe81e5be0e618e11ce4a89e0b0c44261648d9fd89f0a 2,476 1.00/1.00 vMB 2
913,917 913,917 000000000000000000019e1d7b7d790f60de56e85a0266d5b8020a279bc46dd0 3,805 1.00/1.00 vMB 4
913,916 913,916 00000000000000000001058c46ce909af454ed1b2cc51e1dd71a5c347cc5ae71 4,007 1.00/1.00 vMB 5
913,915 913,915 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca 4,681 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.18 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: 582.87 GB
    • Received: 9.30 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.