Loading Tool

Explorer IconExplorer

Memory Pool

40,224 transactions
27.90 vMB
0.07837395 BTC
Random Selection Loading Transactions
Max Size: 142.27/200 MB

Candidate Block

Mining Attempt a2a9c0c8f8d3aeee279aad092bbe4c6cb35fe8d0fc3bc500762a8b339362cf06
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 2084d08a79a393fb6711cf025a4f7b3c5f5a0e633f6d69ca861cbcbfba5ed618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.02438448 BTC
Feerates: 179.53 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (227,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,327 687,327 00000000000000000008304a7a302e898903c624037dfa4a258b09a8f4ef8dca 1,257 1.00/1.00 vMB 15
687,326 687,326 0000000000000000000609e925230b41029974321696d616f110c122304d945e 2,354 1.00/1.00 vMB 24
687,325 687,325 0000000000000000000cd43321370e21bedc5eca7237df66b5356cbedb9c1126 2,307 1.00/1.00 vMB 17
687,324 687,324 0000000000000000000c3bab0d59bc991d28eeabba40bde0d2f7533b60fdf67f 2,647 1.00/1.00 vMB 37
687,323 687,323 00000000000000000001f4fcf11b4174260dbc61439acaf2623c5704142ae8d3 263 1.00/1.00 vMB 4
687,322 687,322 00000000000000000001db8ad9c8936d72181dae86435d4abdc5c2428e6a0f66 2,346 1.00/1.00 vMB 29
687,321 687,321 0000000000000000000ac66c167852d75294af3af26ebad3cb4eb4c6e8ed1ff6 2,270 1.00/1.00 vMB 10
687,320 687,320 0000000000000000000ce734941dc2b05cec543b8acf8c0fc2cc08d02d9c202c 2,431 1.00/1.00 vMB 16
687,319 687,319 00000000000000000000559675548d04c832cd88d2f97d8a1640dc522818a65f 617 1.00/1.00 vMB 10
687,318 687,318 000000000000000000035d82713a9fdcf81a8ab6aad724c273d6922f859466a7 1,222 1.00/1.00 vMB 15
687,317 687,317 0000000000000000000ad8a7d6e55c2d266b30ce2ba111da47aaa8bc096b0b90 642 1.00/1.00 vMB 37
687,316 687,316 0000000000000000000c9cba69571eefa47d09b3495b85108de1d6f97dd96a57 550 1.00/1.00 vMB 17
687,315 687,315 0000000000000000000d05253e75f66e3ef9a87bc5da62d9b176fbecb3618bf0 2,243 1.00/1.00 vMB 34
687,314 687,314 00000000000000000003afd6716774fba8694f6b616f6ca5903145f1566caa33 1,740 1.00/1.00 vMB 17
687,313 687,313 00000000000000000005f1513ed3c6530075a47d573d0c33a387e4b5bcf4bb9b 2,242 1.00/1.00 vMB 28
687,312 687,312 00000000000000000005805b85f7b8e456ebe004e5cfb2ad573e56cb731fedb0 2,601 1.00/1.00 vMB 17
687,311 687,311 0000000000000000000cdc777e2a0070ebfb13fdf6defcb20b3a45ac6e75106b 1,951 1.00/1.00 vMB 20
687,310 687,310 00000000000000000001e985702aa4514b02bbe4c66c50352e6349ee109286ea 1,486 1.00/1.00 vMB 19
687,309 687,309 0000000000000000000164e124fd99af89ac54407baed3c0b9d6f9c751f1108f 1,991 1.00/1.00 vMB 33
687,308 687,308 0000000000000000000a21bb5687f6b9541fa8e89d5412caaffdc0ccdabef218 2,037 1.00/1.00 vMB 8
687,307 687,307 0000000000000000000473f822e15b9e6e3d4852c12144f60913f2968fc08b59 1,751 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.76 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: 632.18 GB
    • Received: 12.10 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.