Loading Tool

Explorer IconExplorer

Memory Pool

42,757 transactions
26.97 vMB
0.07374483 BTC
Random Selection Loading Transactions
Max Size: 141.18/200 MB

Candidate Block

Mining Attempt 1ce8a67919e28db7cec12568dbb6551cb28c18bf41d6987e1f913fa2b8f5ef63
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root dfc70bb04b6263e4e8dfeda2e81f3bc574b3d3a66f3bc238cc2e2b28bdf4d690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,897
Size: 1.00 vMB
Total Fees: 0.02358027 BTC
Feerates: 265.25 > 2.36 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (804,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,954 109,954 00000000000073638746906afd7fb79acac732178311ef98d32b852c4fb2811c 1 0.00/1.00 vMB 0
109,953 109,953 0000000000007ff159372e3c12ee1a249e49cd79f4b858ab61899bf48100a229 4 0.00/1.00 vMB 0
109,952 109,952 000000000000d9e9604642f0bdaf9a5b68e321d99b3fd722af05c25808570c1f 11 0.00/1.00 vMB 0
109,951 109,951 0000000000002ad829838010c6b23ea1c1cd1c68ee7d92f17a16d78aabc167e2 4 0.00/1.00 vMB 0
109,950 109,950 00000000000092d493c4fcc0b99c774d217ef57b3111463b183ed91d1d256cab 3 0.00/1.00 vMB 0
109,949 109,949 0000000000018cf989ab3c8417a5ee256e630992c68f1bcf9eb683e5938a7c27 5 0.00/1.00 vMB 0
109,948 109,948 00000000000041881649b4af8198cd6ebc8350862206c9008e1133f005cd747a 2 0.00/1.00 vMB 0
109,947 109,947 0000000000010bf9f82f9412c6c29c1fc3969f885e6bf9691ab4929b525d1baf 3 0.00/1.00 vMB 0
109,946 109,946 0000000000002d1e2c09f6424acfbbbfac4b7fd2724b816d47309e5ed0acfe73 1 0.00/1.00 vMB 0
109,945 109,945 0000000000001d73de1419cf1f1fd919839ef013ecca177b91b48173f562729b 2 0.00/1.00 vMB 0
109,944 109,944 000000000001521ebcdfe9adbd3e4c7fc581f94d0658fe9b1ebf8f2589b82ee7 8 0.00/1.00 vMB 0
109,943 109,943 000000000001a2167261d13e8f7e9e82de95c41c15b75636f4932bdb91be24a2 3 0.00/1.00 vMB 0
109,942 109,942 00000000000150be19f4ec7581d8072d532395748a93030deba709510d60c9e0 2 0.00/1.00 vMB 0
109,941 109,941 0000000000012e2238d69ce59d35ceb93776f425a90801cb703be13498e144f4 8 0.00/1.00 vMB 0
109,940 109,940 000000000000d661a2a232205aae48bc61cde6d4d36b2b23dd2f00bc5d4802ef 2 0.00/1.00 vMB 0
109,939 109,939 0000000000006c9789b9df1f22d23544a57afbaf4af07a7573e81a4edf6184dd 5 0.00/1.00 vMB 0
109,938 109,938 000000000001c7302c765bd0ab5707912303abf85dd07b1eef260f6741146e8b 4 0.00/1.00 vMB 0
109,937 109,937 00000000000071f5c9ef71bcfc7105ef259d0648e30fb59648c1eb24075a6c03 8 0.00/1.00 vMB 0
109,936 109,936 00000000000148822afdcd54f901a6aa6d190ce15acfd23fa6ba6563ed8c7c0d 12 0.00/1.00 vMB 0
109,935 109,935 000000000000b8b09a52bc9d3df3a0877856782eca9eba90fe6384226eb83014 8 0.01/1.00 vMB 0
109,934 109,934 000000000000da0c4cd3c51fe89426f2bdcb5e485859bd5293bcf6cf60a02b4c 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.