Loading Tool

Explorer IconExplorer

Memory Pool

39,704 transactions
28.86 vMB
0.07042277 BTC
Random Selection Loading Transactions
Max Size: 146.53/200 MB

Candidate Block

Mining Attempt b03f7623b12987e663b35091bc357c10b94d0ca373b69a46b1ee5c36d4175506
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 6ab2c85d7dd22440342b947ee0798c995bfcfb8e2d579e219c99ccef560caca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,653
Size: 1.00 vMB
Total Fees: 0.01442691 BTC
Feerates: 451.74 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (861,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,778 52,778 0000000001f27ddeda2d5efb6059c73379596241eb341642b96928203dd9f258 1 0.00/1.00 vMB 0
52,777 52,777 000000000bc3cabdb9ec01cb29fe6fc789ee0c3a56e3c6ccfb3760a4af77509a 1 0.00/1.00 vMB 0
52,776 52,776 000000000c0c5e12d0b56f3d6fee8f34355b9606e6695665d54d0a518f1a2634 1 0.00/1.00 vMB 0
52,775 52,775 00000000117ca680b5b7792ee12b824354c6c98a976836bd8785ede66f04e7e6 1 0.00/1.00 vMB 0
52,774 52,774 000000000198e54e0301e050c1dc6bdfce670f0c76fbe680a83d4f942c856803 1 0.00/1.00 vMB 0
52,773 52,773 000000000a9be967bc4adee407d00a56a164ebe310704f871000c551293184c2 1 0.00/1.00 vMB 0
52,772 52,772 0000000005ffd263519e406178a69f3e8558bb267b2d792ba4ca9acdb6012417 1 0.00/1.00 vMB 0
52,771 52,771 000000000e61ce0f90aab83c802eef9356c7e6d0478446d5694a646137cb2245 1 0.00/1.00 vMB 0
52,770 52,770 0000000015fd4fe307573009d4f7e2cbc54ba7f4af78858e8ad79c462c9293a8 1 0.00/1.00 vMB 0
52,769 52,769 0000000004551052c1a67701bdb20cc7b4ca8d686454f864d91906499587a04b 1 0.00/1.00 vMB 0
52,768 52,768 0000000015ce3fe408a55a87d704b423ac9292849f3de9f9f282919c2ae10cb7 1 0.00/1.00 vMB 0
52,767 52,767 0000000008406cad2c7b3772ae1d55f163695ae4f03298e7964e643c186730ef 1 0.00/1.00 vMB 0
52,766 52,766 00000000127379d7085c80b9f3e8e1a86032f4363b7bc05a9f3b8a1aa9f63421 1 0.00/1.00 vMB 0
52,765 52,765 0000000001e0e5d2c69d87f949739bb5904c514cf3a3b90015b2b1bdeec1037c 1 0.00/1.00 vMB 0
52,764 52,764 00000000112d8843b6c5c88930eae86fccc2366781c094f0c33b8b3b873bb639 1 0.00/1.00 vMB 0
52,763 52,763 000000000bc375cc05b2d68ae5efcd102bc6d5631be6554c334ce31710b64a00 1 0.00/1.00 vMB 0
52,762 52,762 000000001373c6174a1d110daecd92e6a7a5994e594041ad37b4678cc5f5a19b 1 0.00/1.00 vMB 0
52,761 52,761 0000000007b4842de6c47caff08b562741f02d90e9e5143675b220a6018685f1 1 0.00/1.00 vMB 0
52,760 52,760 00000000031aae90393796a47807bfe2aed8e56413c7b0ba912ced5c8456251a 1 0.00/1.00 vMB 0
52,759 52,759 000000000f96fe8d55e9bcd24d1ae1e71ee786ab68179311166210e3cd2ce5b7 1 0.00/1.00 vMB 0
52,758 52,758 000000000230e7a7e91702ae598e013f86822399d3694d27a44ac7dad8c38898 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.57 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: 622.43 GB
    • Received: 11.32 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.