Loading Tool

Explorer IconExplorer

Memory Pool

44,359 transactions
27.01 vMB
0.06050987 BTC
Random Selection Loading Transactions
Max Size: 141.90/200 MB

Candidate Block

Mining Attempt 04fc3818621b7f2cccfaa340d1774bb11247dee487d82f3d113dc49cf8429442
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root e9281bad8915f82df8249cb99ea4168a57c27f75f1bc45ed9ec03c437fe6b485
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.01009414 BTC
Feerates: 100.00 > 1.01 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (852,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,993 61,993 000000000904759b2bc2f58b9bfd2b4dd44c32ee7825396369de14a937f2fdb1 1 0.00/1.00 vMB 0
61,992 61,992 0000000001e81427ca48f55df785acc885cdd4af39d887adae151f9c13aeb061 4 0.00/1.00 vMB 0
61,991 61,991 0000000005f5a27c7a42f242361098bc88a55075e4b00f0cfcd2913f3e076ff8 2 0.00/1.00 vMB 0
61,990 61,990 000000000163ad26bf48048457a39752cf3b769d5075b2c42be1ba5445847cea 1 0.00/1.00 vMB 0
61,989 61,989 00000000042a848203d3e899a31c5e98614b1d97691d878792d8bc2b4dc2d75e 1 0.00/1.00 vMB 0
61,988 61,988 0000000006d80619140bd85f435947619188befc2ae7ad6d0a24f5802d61dc49 1 0.00/1.00 vMB 0
61,987 61,987 0000000001a4d3181dc9734490af88daac9f8d38a7f03e20d3b7df56c3dc54ca 1 0.00/1.00 vMB 0
61,986 61,986 0000000005442a58fb997e637b816f09b43383e4c5a8f238566d4cb3d0b8ad71 1 0.00/1.00 vMB 0
61,985 61,985 00000000023e2813beac64f729b13118b1bebdc3412136c2884d8f54ea7be456 1 0.00/1.00 vMB 0
61,984 61,984 0000000007af77f7afe13f32a1007c68a750d69859aa63344432a65fe73504e4 1 0.00/1.00 vMB 0
61,983 61,983 000000000741761dadb777ac71558e93ac35860af27c6c539401342d61b2c4f4 1 0.00/1.00 vMB 0
61,982 61,982 000000000e1f6c983f0de3b5d112e18877b0ab359b6fc670f2543dd04f789db7 1 0.00/1.00 vMB 0
61,981 61,981 000000000ddcef2537cdd4b72d5f02d4c1f943c3b85afd747a093ea680d79408 2 0.00/1.00 vMB 0
61,980 61,980 000000000de93dee806e4ab4448864777558dd98da914b9432384716bb5d1696 1 0.00/1.00 vMB 0
61,979 61,979 000000000e2caaee54cc506532eec4deef50afbee4b6ee1043d26177a9121dc2 1 0.00/1.00 vMB 0
61,978 61,978 000000000d18b23d9da24fa3fc1129f51bc9bea7dca6dfa0bee37c28305f5c8d 1 0.00/1.00 vMB 0
61,977 61,977 00000000034bba2d125329517bb939daed31c3028dcc61939a9c358cf073abff 1 0.00/1.00 vMB 0
61,976 61,976 00000000074572004bb204feb8b22b348713d5a4e257aecba445fe1d8d7a48d5 1 0.00/1.00 vMB 0
61,975 61,975 000000000a5c4cfb8b31ca4c291d7dfbbfcf32fa2096645fdc7897f3bfc7db0a 2 0.00/1.00 vMB 0
61,974 61,974 0000000004a10c6d2e3fed6bc1122f98dd66d3c73e0b589e41087dc09d2972b2 2 0.00/1.00 vMB 0
61,973 61,973 0000000003c0b27de9acae5b0594f34fbc5f763e78f1e57bca4cf13d1a53f2dd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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.77 GB
    • Received: 14.05 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.