Loading Tool

Explorer IconExplorer

Memory Pool

82,892 transactions
30.71 vMB
0.13931885 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt ab2fe1c0b9e5401fbb5a71eee57420d38bd4abbd3f2ab2fce9f4213233da7b0f
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e624e7f8389880c590c30fe64de72a1b21579030aa1750201a0ce4959ad45e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.07432159 BTC
Feerates: 203.60 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (450,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,287 464,287 000000000000000001def9844b9f750478dad7772c48bb59cb880bab2d5a6b5c 2,345 1.00/1.00 vMB 153
464,286 464,286 000000000000000000bcf3208ff617528c571470b3edcf3c089e255725651205 1,953 1.00/1.00 vMB 173
464,285 464,285 00000000000000000019909f0d6dd16134fc1ac350d32942caaab1ccbddf498a 2,094 1.00/1.00 vMB 187
464,284 464,284 0000000000000000012aeff5a30b3d8adbc2fde5272ea7d93f11eb7adafad402 1,231 1.00/1.00 vMB 76
464,283 464,283 000000000000000002182492686486ef9e4e2bbbff0423e3cb8bf42df4184cb3 1,934 1.00/1.00 vMB 123
464,282 464,282 000000000000000000cd00bdf1ead134d32692e0a185b7c9b16e0cac75cad007 2,387 1.00/1.00 vMB 163
464,281 464,281 000000000000000001ff8fb274294d0b8411b20c4495399d10e7c5dc075f1780 2,107 1.00/1.00 vMB 163
464,280 464,280 00000000000000000031821d0a0ca1d763f4d7eac590b5b29893641f9679f171 1,282 1.00/1.00 vMB 93
464,279 464,279 000000000000000000a801d655366dc0547edb05544e5e0deb28d21fa549d834 1,430 1.00/1.00 vMB 151
464,278 464,278 000000000000000000121c46e6870bf472f0a2e6d18c5adb931bdb95c06b0212 1,100 1.00/1.00 vMB 171
464,277 464,277 00000000000000000108f596b3b788cbb61d99c965bb0e26a7cef86179b020c6 2,291 1.00/1.00 vMB 197
464,276 464,276 000000000000000000d0634632255482ae2e6ee7b1e8bb1f387f41197064a04a 376 1.00/1.00 vMB 13
464,275 464,275 00000000000000000001ed3726460202529a027f23c45ce87705b60219c92e58 1,700 1.00/1.00 vMB 108
464,274 464,274 000000000000000001710e4c4e2d88f3901a8db96613be32998c484d797081af 2,278 1.00/1.00 vMB 184
464,273 464,273 0000000000000000003a01dc1ff65abadff378b4ed6669ecc4a5e0767357e6c6 1,944 1.00/1.00 vMB 130
464,272 464,272 000000000000000000c675c4f0d0912d799b3d165f1d8d9118a8e74ffd06dacf 1,698 1.00/1.00 vMB 214
464,271 464,271 0000000000000000016bd8f5d5df469a6bad44d32a9c12010c8e4e848dade495 175 0.12/1.00 vMB 153
464,270 464,270 000000000000000001ed18ed33e76575abd8a1daa12eba4cb7549f6cb96b1fc8 1,324 1.00/1.00 vMB 69
464,269 464,269 000000000000000000954a68251152e2b9f0de8f31bf5bae3a96c8a5e8cc1f2e 325 0.10/1.00 vMB 150
464,268 464,268 0000000000000000019d5426e9d5dabe0093968b2cade4fb2940ac0344f89fd6 1,763 1.00/1.00 vMB 95
464,267 464,267 0000000000000000008489641403edeb636bff024b7fce5cf6090a258da70d22 2,170 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.