Loading Tool

Explorer IconExplorer

Memory Pool

40,312 transactions
28.19 vMB
0.06795118 BTC
Random Selection Loading Transactions
Max Size: 143.65/200 MB

Candidate Block

Mining Attempt c19f4fa696476dfc24c481bc39f3bbbf557ee024d87eb3af8e51fa3192572cb0
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 7536bdd870c76c21c7613018d5c2eb3e16a7a1f08f45838e017079e05a0ab664
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01359874 BTC
Feerates: 60.16 > 1.36 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (140,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,475 774,475 00000000000000000006bb7e7b86ca0a636e139bec380791779c4dcbda004b54 3,754 1.00/1.00 vMB 33
774,474 774,474 000000000000000000049837ecd0c9ef7820875f8af8108c7dc8f01ad96df357 3,118 1.00/1.00 vMB 22
774,473 774,473 00000000000000000005f3af89e2ed802ac49f6f37f14fe7e0f88055570b6e9e 3,709 1.00/1.00 vMB 23
774,472 774,472 0000000000000000000344f2452a76ea4925a517176e2d3650e888c81988698c 3,276 1.00/1.00 vMB 15
774,471 774,471 000000000000000000004738e9e3c42f349e686162d92adbb733d1710a48802b 2,547 1.00/1.00 vMB 18
774,470 774,470 00000000000000000002cbdf64ae445b53b545ba1e960f9e83787130d1530484 2,329 1.00/1.00 vMB 23
774,469 774,469 0000000000000000000700899cbb40f927a2f18c9e6377e5241d56fb90fd5baf 3,321 1.00/1.00 vMB 25
774,468 774,468 0000000000000000000563e8a363d27afb855d71ab409433dd1911ee4200d8c8 3,132 1.00/1.00 vMB 27
774,467 774,467 000000000000000000039d1ad2ed2fd313e1a7f5d1cb44067bdb8e9c4a792cd4 3,361 1.00/1.00 vMB 16
774,466 774,466 00000000000000000004b3f36089faf3731a6ef6637ae5b05d6d3f3413e8e438 3,217 1.00/1.00 vMB 4
774,465 774,465 00000000000000000004d8bb54c89d90f34f4b75476447ebfb63e2aa8c5ac1b8 2,211 1.00/1.00 vMB 7
774,464 774,464 0000000000000000000450a19533e9066e4d0d76083bd2346a44a6297f626a1b 3,129 1.00/1.00 vMB 15
774,463 774,463 00000000000000000001bdb2cf2e7d228dbebe76fab87b53e885d82fff32d5d3 2,712 1.00/1.00 vMB 11
774,462 774,462 00000000000000000002b29111120a2d19232f41416d095972bccd16c6649bac 3,784 1.00/1.00 vMB 21
774,461 774,461 0000000000000000000055b15ea243dedbdf7a97771e20422e7125a3e959d04b 3,701 1.00/1.00 vMB 23
774,460 774,460 0000000000000000000013be741eb25cece368611509ac013332c2af7ce027ac 990 1.00/1.00 vMB 16
774,459 774,459 00000000000000000003504d5aa9e35028a422061407c091ebb5ed8e0957c6bf 2,438 1.00/1.00 vMB 14
774,458 774,458 00000000000000000001d91bb609f1b7e1368f62e4a7ee80b6b92b37e6d28e90 2,973 1.00/1.00 vMB 13
774,457 774,457 00000000000000000004c40070d087f06408f71c10be0eb5dc590b6025935247 3,228 1.00/1.00 vMB 22
774,456 774,456 00000000000000000002698121cb98d69221ce01dc2c4baf64b3d6691aef227e 3,400 1.00/1.00 vMB 15
774,455 774,455 00000000000000000005689e33aeb4e57d501d73c4e47cce092d729ac1d7d1d7 3,959 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.