Loading Tool

Explorer IconExplorer

Memory Pool

81,773 transactions
30.09 vMB
0.09554637 BTC
Random Selection Loading Transactions
Max Size: 181.64/200 MB

Candidate Block

Mining Attempt cf8fdb02873841296437330a474a3f3862fb3d09065ffad887be05e02e3d7d3b
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 33d586c0fb9f68569bd70c6b6413bfe26cd270eda35464decdb5f91c912cae8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.03404161 BTC
Feerates: 526.32 > 3.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (418,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,446 496,446 000000000000000000c83dc1c171d7029bbba8e192422311c1266fa55eeca2c0 1,934 1.00/1.00 vMB 180
496,445 496,445 00000000000000000088760069024112ed9accc081343100bffa75f2ee6224d8 2,020 1.00/1.00 vMB 171
496,444 496,444 000000000000000000c1a652e0a27d9fe1d28cd2dba5b467cca8efc4ec5bb519 2,157 1.00/1.00 vMB 158
496,443 496,443 00000000000000000033188ee1251edb010b45096e52cf859cbc31faa2002dce 2,456 1.00/1.00 vMB 158
496,442 496,442 00000000000000000049bd4ddf49b055b905cd3bcaebd7e370e94509e8828af9 2,221 1.00/1.00 vMB 176
496,441 496,441 000000000000000000c2874ee17be260759b63e00d9dee3e6994005c4455ab11 2,656 1.00/1.00 vMB 180
496,440 496,440 0000000000000000000865f0bc5b725396b4fb76e837583060a13fcad933465a 2,509 1.00/1.00 vMB 140
496,439 496,439 000000000000000000b1b8165df2c6e6a6a4b875b2d5b1a2fe9a25be2623874d 2,816 1.00/1.00 vMB 193
496,438 496,438 0000000000000000004a0bd838f6f6b9aacee92b4dd728ea33e36d5c28584c82 2,552 1.00/1.00 vMB 177
496,437 496,437 000000000000000000ae57dc85ce3aea1f63467d268caa5dc3763f7b1e10ac2c 2,932 1.00/1.00 vMB 156
496,436 496,436 000000000000000000b156d81f17d1caee0d9e83841ea708570bbc26c8d6db39 1,895 1.00/1.00 vMB 176
496,435 496,435 000000000000000000ab176a61b834b500bcd59ce2f9b67981c51ddcb30ea5e0 2,173 1.00/1.00 vMB 155
496,434 496,434 000000000000000000a8e48bcaf956cc539ef002eddccdbdbcc792e39a60db7f 2,711 1.00/1.00 vMB 142
496,433 496,433 0000000000000000001bc02145bc1a75ab422873f54b0f41310ce1a62e3e3a68 2,598 1.00/1.00 vMB 159
496,432 496,432 000000000000000000b86566f7cd086cc1fe8efbfff838b196443c61ec37d43f 2,270 1.00/1.00 vMB 124
496,431 496,431 000000000000000000a96a45cb4ea63c4f38e57e2acd4e149879cb3b46a1cf26 2,405 1.00/1.00 vMB 142
496,430 496,430 000000000000000000b2b99c3104aafd2a12a1974308e56481a1e12283ed484f 2,537 1.00/1.00 vMB 182
496,429 496,429 00000000000000000085d6103dbfcf878ba54d8b7fb0a98d993fdb600d307e21 2,906 1.00/1.00 vMB 182
496,428 496,428 0000000000000000004fe7eba8a6ab147f292c455af7d8c20ea2da1711febef1 2,556 1.00/1.00 vMB 202
496,427 496,427 0000000000000000004f1110d03d9c9d5f52b5a107aac61f1dafb23b1a848ee8 2,553 1.00/1.00 vMB 131
496,426 496,426 0000000000000000002f4b6847ec49a7f4a5fd7f8cc560643faff7045fe4c20f 2,649 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.