Loading Tool

Explorer IconExplorer

Memory Pool

79,052 transactions
29.38 vMB
0.08674077 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt 556232fa0305f0f1f09e0aed78491b5075504ff0566ee9a1e2d2eb64c580fe07
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 86def43275925a322a3ee2d8e8deb6e5fdf088270fb60ee3403ad1c34d111526
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.02516326 BTC
Feerates: 263.85 > 2.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (419,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,444 495,444 00000000000000000084fa2b54a4ac04c905a6467ca2fda50b51eef1a5365a59 2,489 1.00/1.00 vMB 209
495,443 495,443 00000000000000000081318bfde6997eb99c9e23b25523bc801161670b0accda 2,226 1.00/1.00 vMB 213
495,442 495,442 00000000000000000024d960d79502e96f603158ca19692ef1a1e247e25fe125 2,892 1.00/1.00 vMB 294
495,441 495,441 00000000000000000053f93f6291edc9cd936a79c17d263dfe0efc51b162b771 2,640 1.00/1.00 vMB 313
495,440 495,440 00000000000000000013ff5460817ac9a279337d1873aa5ce12244186f61ac2a 2,210 1.00/1.00 vMB 133
495,439 495,439 000000000000000000260b8925e10d48da544e4d18e57e2a5396391a212551fa 2,282 1.00/1.00 vMB 191
495,438 495,438 000000000000000000a18cdc555ab7b3a019f200b9718b3c42b8ace00cef7669 2,338 1.00/1.00 vMB 319
495,437 495,437 000000000000000000c043706182facde9b86b8fb74a45ec771389a74c2e580b 2,222 1.00/1.00 vMB 216
495,436 495,436 0000000000000000006bd9c5c0d75218bb14e863862d54e5f371bbb5bfa6350e 2,335 1.00/1.00 vMB 339
495,435 495,435 000000000000000000a9ce90d57e92fa5664ca98622c23df70ec2463c5c288a1 2,478 1.00/1.00 vMB 196
495,434 495,434 00000000000000000058604143f4bb71dda07cc3d958d12f1256c34765e658ae 2,303 1.00/1.00 vMB 204
495,433 495,433 000000000000000000c89fa07ed3dc540af6e0f5868c65df24f22b1aa99f70ce 2,802 1.00/1.00 vMB 141
495,432 495,432 0000000000000000008f643d675095c4c019c16a6ec1828742329a1d0820253b 1,892 1.00/1.00 vMB 99
495,431 495,431 00000000000000000022e0df78cbea6c7237e62105cef35c1b577695f8af338e 2,592 1.00/1.00 vMB 100
495,430 495,430 00000000000000000090c8767d7321fa54ba7cca543cfa8b6b52ed6b4f516e7c 2,345 1.00/1.00 vMB 127
495,429 495,429 00000000000000000006c959e6aa60fb4fbb20316d8bf6998eb21a2c8612bd83 1,099 1.00/1.00 vMB 175
495,428 495,428 0000000000000000001060518252b956f675e9d30e518cff0abfc8f278785649 2,124 1.00/1.00 vMB 161
495,427 495,427 000000000000000000c92468f23fb7b35fb9df28bfb1201f1d922da20c67755b 2,788 1.00/1.00 vMB 244
495,426 495,426 000000000000000000651e6e3c6503646957bec45e7cc9f61acdf9097a33ba54 2,325 1.00/1.00 vMB 309
495,425 495,425 0000000000000000009a2e9d19996cfd278d3057091518372abad3718e9dfb4a 2,037 1.00/1.00 vMB 76
495,424 495,424 00000000000000000048bc8fc126f8f49cade1a5a89cdccfff5ce79e6f23e91d 2,523 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.