Loading Tool

Explorer IconExplorer

Memory Pool

23,644 transactions
24.97 vMB
0.06544213 BTC
Random Selection Loading Transactions
Max Size: 120.13/200 MB

Candidate Block

Mining Attempt d5b4613c413aeb6268cfa5271fbc0bbee5879ef9a4207f25709c6c4390e7b1dc
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root aaf46326ebf6cd23b85fc7ebc5a06590c8e9022e8ef3adf2be8f7a8864ba6537
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,627
Size: 1.00 vMB
Total Fees: 0.02049815 BTC
Feerates: 100.84 > 2.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (96 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,195 914,195 00000000000000000000ab2c2c1583ca1cdce1829bbbea27b86565a506a1901a 2,772 1.00/1.00 vMB 2
914,194 914,194 00000000000000000001ffd9ef55f2e4fd8cec2a05aadd735f4f313a7cb61679 5,297 1.00/1.00 vMB 1
914,193 914,193 00000000000000000000d4d0264d834987b0cfdaa6ec6a928abd4add3a12b852 5,290 1.00/1.00 vMB 1
914,192 914,192 000000000000000000015778e11722fab9c858fb787c6d58b727c25300458a64 511 0.12/1.00 vMB 3
914,191 914,191 0000000000000000000141573b62540c9f2c6acc69c5eddf5652e6d4f8e32a08 4,719 1.00/1.00 vMB 1
914,190 914,190 000000000000000000017869401cddf8699dada97ead2721ddd292f6edd60876 5,468 1.00/1.00 vMB 1
914,189 914,189 00000000000000000001661dd4e4661ec80d2cd6778f4d12c0bf3d3f834bef90 3,613 1.00/1.00 vMB 2
914,188 914,188 00000000000000000001739cb7842014e56e8cd06a50002fc9a8f0ee42d7ffe5 5,247 1.00/1.00 vMB 1
914,187 914,187 0000000000000000000139d2ffbe64dd8a277dd52bc6791572b1c2890bda349a 5,164 1.00/1.00 vMB 1
914,186 914,186 00000000000000000000e4896aad627587ca82512b8e95ddc359439906f84121 3,811 1.00/1.00 vMB 2
914,185 914,185 00000000000000000000a8c9ca85a42e83d88a6fe869df81b0438b561291cd17 4,026 1.00/1.00 vMB 5
914,184 914,184 000000000000000000009631f1be255c2bb5393ac4ea2d2bb7088038b0e50ab1 4,536 1.00/1.00 vMB 1
914,183 914,183 000000000000000000017237a72af055383b39942419d3fb1bf97ced6e9f3ebf 1,118 0.33/1.00 vMB 3
914,182 914,182 00000000000000000000d7b573f6e9b6d76f8760fcdd3ee2deba7af90855a8d3 3,958 1.00/1.00 vMB 1
914,181 914,181 00000000000000000001485b4665944d1ccf5d2b26cfb8a75c3cc55338393507 3,608 1.00/1.00 vMB 2
914,180 914,180 000000000000000000015b3f8991a6295ea8d80dee3f2dc8dabdb68407463c80 2,610 0.86/1.00 vMB 2
914,179 914,179 000000000000000000004ff881830c04b26c989fa21f8ba5071d7d6ae817da04 3,249 1.00/1.00 vMB 3
914,178 914,178 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a 4,527 1.00/1.00 vMB 3
914,177 914,177 00000000000000000001bbb571411c36339be05e3c18dda8ed251363ab729364 2,736 1.00/1.00 vMB 1
914,176 914,176 00000000000000000000f3a1df7b9fb0108db81e3bc483a4fd69bd24f92bf09d 3,395 1.00/1.00 vMB 5
914,175 914,175 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51 386 0.21/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.04 GB
    • Received: 8.91 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.