Loading Tool

Explorer IconExplorer

Memory Pool

38,014 transactions
26.81 vMB
0.05335593 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt af30a19f9b00ac10d43fa0b39b49108d63c204322e92fa6bb53a66d9a0c661ec
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (273,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,544 641,544 0000000000000000000ae687857278717a6ccd0e9af2aec2f283950646e835f1 2,041 1.00/1.00 vMB 115
641,543 641,543 0000000000000000000a57983b021ac09cf3f961ffac0c618603a6a2c8fddc35 2,175 1.00/1.00 vMB 146
641,542 641,542 00000000000000000004b7bbc16617b24d94ae2002650c8873c8d0829e6d5a32 2,059 1.00/1.00 vMB 58
641,541 641,541 00000000000000000004c07df3740f5cf794540b7e70cb9a480c5a5b57431747 2,574 1.00/1.00 vMB 92
641,540 641,540 00000000000000000001e527edeb88fb05d7e1eb99942f4a8dc945b457ed9df1 2,107 1.00/1.00 vMB 169
641,539 641,539 0000000000000000000924be248b164204dcb2e5488a7b02972939aed91d0a9f 2,451 1.00/1.00 vMB 95
641,538 641,538 0000000000000000000d70bca3d094e01288e427d5114fbe6bfe2c385a5cb1a0 2,697 1.00/1.00 vMB 104
641,537 641,537 000000000000000000094c26ee227432bff1e839fba334d9210b82b709e55e5c 2,739 1.00/1.00 vMB 107
641,536 641,536 0000000000000000000e6a0c6a8c130d1c4015b20aed03f180aa47169ca2a61b 3,065 1.00/1.00 vMB 112
641,535 641,535 00000000000000000008f373cb60140570750dd0c4f5f409737187067b0af36c 2,796 1.00/1.00 vMB 113
641,534 641,534 00000000000000000000ced2106f8037d605b33243d0575359f94990cbbe28fb 2,709 1.00/1.00 vMB 110
641,533 641,533 0000000000000000000bb107e21b5d0b13af2dfdf90f57d9fd63fae61559e882 2,686 1.00/1.00 vMB 118
641,532 641,532 00000000000000000005165c7982bbc1a58e4d4fbd63e9db5d8311617f9a69f0 2,687 1.00/1.00 vMB 103
641,531 641,531 0000000000000000000a00a0c5c4365e2ccaf401d7e699fb546a88d8681c9290 3,117 1.00/1.00 vMB 123
641,530 641,530 000000000000000000068fbd7285c758c67376ee6f8dc8f87484e061f979ea57 2,541 1.00/1.00 vMB 112
641,529 641,529 00000000000000000008d3f81b7b1a31abf2158f463346f6953e5948388a8dc0 2,851 1.00/1.00 vMB 173
641,528 641,528 00000000000000000006b91e5bba4e11ac7d38467ea828460de0cefe7cfb9d27 2,744 1.00/1.00 vMB 170
641,527 641,527 0000000000000000000a5c917a1c515f822a447b06524d9fbde7883d3df9cbd9 3,091 1.00/1.00 vMB 191
641,526 641,526 0000000000000000000efbcc0f5ac177b8b9e6c41090cd52e0cf153a2d2f224c 3,051 1.00/1.00 vMB 153
641,525 641,525 0000000000000000000dbbb7fc830ec572fa66b3eaa57e49240c39f0f5dae4ab 1,693 1.00/1.00 vMB 121
641,524 641,524 00000000000000000002095d75abded099eb3697d2cbe43d124e253aa5592984 3,115 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.