Loading Tool

Explorer IconExplorer

Memory Pool

80,294 transactions
29.61 vMB
0.09822540 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 3c1ce4e5e28a0b550c525cb88dc69fe56efd18bc0a21ec2fe9f956db0cbc5797
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 7b0c87da298679a56cb5af92ad42eacb3a2e34b9f196fcc28f5e9248e2f6cafd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,181
Size: 1.00 vMB
Total Fees: 0.03432013 BTC
Feerates: 178.73 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (299,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,462 615,462 00000000000000000011243fef48be87337f31405f1ea763444614c99ac82e6c 1,051 0.43/1.00 vMB 19
615,461 615,461 0000000000000000000975b56472756c4f0c3745faddd51f4baa52def5f15768 3,047 0.94/1.00 vMB 6
615,460 615,460 0000000000000000000084ec8fa9230e938a648ae17e89179fbb0135ed68e538 1,988 1.00/1.00 vMB 22
615,459 615,459 000000000000000000104abaa69210a3fafdd432dfabf748aef763d02374d427 2,340 0.88/1.00 vMB 15
615,458 615,458 00000000000000000010554a3b7f43e9e1605ae79e66737974193e27c0065dad 813 0.27/1.00 vMB 16
615,457 615,457 000000000000000000003800f819fc3377f1567744f4e31546835c9af3790779 3,267 0.99/1.00 vMB 16
615,456 615,456 0000000000000000000e1411f65c04529f3b6b921a7ab01751aa28cb4ce62e4a 67 0.02/1.00 vMB 15
615,455 615,455 00000000000000000008734683febbdbee1a797f2d00de5cb068cf2406f0c9fe 1,437 0.62/1.00 vMB 15
615,454 615,454 00000000000000000006f8c7cb4df13fb8e9f8ec1af33aa0b0df45c91a261311 2,102 0.61/1.00 vMB 18
615,453 615,453 0000000000000000000cc1c59d80a4444644de6b753c4f5ca6d1c4f91b34ac6e 1,342 0.36/1.00 vMB 4
615,452 615,452 0000000000000000000cb30caa0b235b78f04e750eb026bc0c56e060d5714f54 2,910 1.00/1.00 vMB 9
615,451 615,451 000000000000000000064c4d4c57d0a56095b3ec87dcd183f60ed33617b2dfcf 2,512 1.00/1.00 vMB 29
615,450 615,450 000000000000000000112733d902d419874e85dcc3cba61c29c85dc35a361751 3,027 1.00/1.00 vMB 25
615,449 615,449 0000000000000000000a09b55fd299e76ba25142631fe6206aff0af0e84a096d 1,089 0.35/1.00 vMB 13
615,448 615,448 000000000000000000101bedc21a35000d35333d92ea305c30d25f8cb8d320d1 196 0.08/1.00 vMB 16
615,447 615,447 0000000000000000001050fcf8b658cb2bfbec1c13bd5e5b2ac339d2fb0da427 1,202 0.55/1.00 vMB 17
615,446 615,446 000000000000000000012309f8f43d5979e5b0d8b86ad9ca2bf43f4cb223efcb 1,518 0.42/1.00 vMB 9
615,445 615,445 00000000000000000004fa7b9d3bba9d880570de2d92ac5781be6c66787b7750 2,677 1.00/1.00 vMB 17
615,444 615,444 00000000000000000002f01e49c839b7e13be20fba241f112e9a4634c4ece2c0 2,272 0.63/1.00 vMB 13
615,443 615,443 00000000000000000009c14bd095c227f48b052990b00c4f2c199c2f5a255264 3,311 1.00/1.00 vMB 24
615,442 615,442 0000000000000000000adbf9c4ce0e6a75130d33e1476470ce711a948b7eaf3e 1,456 0.50/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.68 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: 681.65 GB
    • Received: 16.45 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.