Loading Tool

Explorer IconExplorer

Memory Pool

82,246 transactions
31.23 vMB
0.09599052 BTC
Random Selection Loading Transactions
Max Size: 189.47/200 MB

Candidate Block

Mining Attempt e75e84aa59f78d1ef4057f5e170fbdd8fc49797baef046a04e3c8e92be1c1ff5
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root e416f90396cbc67f7a999ad214c4c907b7f879cce938ae31b3c0dfa8cea8b031
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.02853319 BTC
Feerates: 351.58 > 2.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (102,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,951 812,951 0000000000000000000261b2a05e8013189512de1a710b4a213efd8cc8993bdd 1,404 1.00/1.00 vMB 11
812,950 812,950 00000000000000000000f7f570c6cca9ef1f5419f19e00f46f11d38dabbaeafa 2,222 1.00/1.00 vMB 15
812,949 812,949 000000000000000000023c151b72b779d9d1754cd5237997eba06a602cba0ab5 3,383 1.00/1.00 vMB 23
812,948 812,948 000000000000000000022c684ee39a2266fc300b925f3dff53e0aff99cc1feb3 2,873 1.00/1.00 vMB 23
812,947 812,947 000000000000000000029346753d6ed4052591c4c87d1bf9dfec670ea4e30570 3,888 1.00/1.00 vMB 32
812,946 812,946 00000000000000000001e39eb888b1d75471152652e62116bbad8da398b14a5c 3,279 1.00/1.00 vMB 26
812,945 812,945 000000000000000000029d656099e5df261d02fd9c3e1d65e9c6d76eac2062b3 3,754 1.00/1.00 vMB 24
812,944 812,944 000000000000000000047353db9fa6e674845434b33a85ef4f8f4552d8d84d54 3,359 1.00/1.00 vMB 35
812,943 812,943 000000000000000000024a3806786ae7f23e8cdf440ea169733e1d2bc5e69168 3,098 1.00/1.00 vMB 18
812,942 812,942 0000000000000000000031e0acb08945328bf3c4dacdc2b6191ca7cbccae78e3 3,724 1.00/1.00 vMB 21
812,941 812,941 000000000000000000003a8551dd24510269384da7d5b44d92e2fe5ab02d01c0 1,230 1.00/1.00 vMB 24
812,940 812,940 00000000000000000002f0ac2935da6decfc820326d175558a93f67e654bed0b 3,269 1.00/1.00 vMB 37
812,939 812,939 0000000000000000000216ada86714266153512c6cbb2da77018d3ea9c51c445 3,326 1.00/1.00 vMB 19
812,938 812,938 00000000000000000000a8b3cf97cf5fcfdbdd916907efe06badb51426aca455 2,397 1.00/1.00 vMB 14
812,937 812,937 00000000000000000003a04a5f7b92d60ed7b540e255d1e88ae3627b04809e64 1,194 1.00/1.00 vMB 10
812,936 812,936 000000000000000000043b3618dbd627a21f5c9038d9243c91f031cfca149d2c 2,713 1.00/1.00 vMB 16
812,935 812,935 00000000000000000003e7d8f9aa467d4d35e3cdc86e4fb2a93423c84ec4f735 3,635 1.00/1.00 vMB 26
812,934 812,934 000000000000000000027a5513d4c1c646bbbda8dfcb9d41eda1c19c67751e4d 542 1.00/1.00 vMB 22
812,933 812,933 00000000000000000000a7efc4e7f306e2318f1efa9d93fcc3e0996d98855356 866 1.00/1.00 vMB 24
812,932 812,932 000000000000000000000bb25e4b876fb5f65e2d611da00bfef5c1971f3d4841 1,980 1.00/1.00 vMB 11
812,931 812,931 000000000000000000005d5d7defc9015b228ee6c6cbe6b8bc808c414bd54d3c 2,157 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.66 GB
    • Received: 16.75 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.