Loading Tool

Explorer IconExplorer

Memory Pool

36,565 transactions
25.86 vMB
0.05991228 BTC
Random Selection Loading Transactions
Max Size: 132.42/200 MB

Candidate Block

Mining Attempt 64b082eab1ae6394ca111e34ee912705dc7bf9e821d55263437d4d13d07c9805
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 203998ec236262bb62c16964562c7ef445f9262b36fe9c1478a62cfd25827345
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,044
Size: 1.00 vMB
Total Fees: 0.01250353 BTC
Feerates: 171.09 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (350,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,228 564,228 0000000000000000002d6bdb6b97f4ea4e053aa655d8b3ac3f482e4f8c562a11 2,430 1.00/1.00 vMB 47
564,227 564,227 0000000000000000000aaf523f4354ac4e53508a07cdc21418eb7285f430022b 223 0.07/1.00 vMB 15
564,226 564,226 0000000000000000001aafd064389fe0b8937b7a9612bbc6a71192b75568efc9 943 0.28/1.00 vMB 17
564,225 564,225 0000000000000000000e3fa9eff72f9500186260961d9b33c6550742cfebc318 2,202 0.67/1.00 vMB 17
564,224 564,224 00000000000000000027f77f000ac51b0185d993f31f962a84a5d8deaaa312b1 954 0.31/1.00 vMB 12
564,223 564,223 0000000000000000002a1a6bb96ca9b305136ee4c4181fa3338ecd1637ab6c65 3,086 1.00/1.00 vMB 22
564,222 564,222 0000000000000000000b70885842ed96d20a09f95030eb3725afbb16aa5a723f 474 0.24/1.00 vMB 14
564,221 564,221 0000000000000000001a1414954449a7279a7c0d656499ca73dbf23aba4da2f9 1,040 0.34/1.00 vMB 22
564,220 564,220 000000000000000000176fc2aaf3fdaeb06f33b43bcbeead1b1a13c570aaf6fe 2,922 1.00/1.00 vMB 12
564,219 564,219 0000000000000000000c08168a4c8a10fc004647e240eff90fe9f243afd543fe 3,134 1.00/1.00 vMB 14
564,218 564,218 0000000000000000000449ce9c8d69b2d2f1f07604ce4d8d25d99d08c925ca06 3,237 1.00/1.00 vMB 44
564,217 564,217 0000000000000000000e32f8d2022ac04bad77385aa9fe2b08fbeb17ab0f4374 2,962 1.00/1.00 vMB 26
564,216 564,216 0000000000000000001f98a0a535fc9fa2bbc1e18df0bf9f21df4e622cb80f41 2,050 0.59/1.00 vMB 7
564,215 564,215 0000000000000000000f693eda23a2e550845898cad771e48332f3a9fc4ea090 2,944 1.00/1.00 vMB 15
564,214 564,214 000000000000000000074dc349b358e6a77a196976ba86d80471efcb1b915b24 3,412 1.00/1.00 vMB 23
564,213 564,213 0000000000000000000046361d0df5c593161e718a02b4c47b3487ead8d4dab3 3,355 1.00/1.00 vMB 48
564,212 564,212 000000000000000000024e8f331a390b3c251b3d4691d57b586458e29859473d 2,538 0.90/1.00 vMB 5
564,211 564,211 0000000000000000000a5279740beedd224da81a133e010e100ae53af2085ab9 2,824 1.00/1.00 vMB 39
564,210 564,210 00000000000000000028a1c92ed596367cf1ff11e839d21a1ca9f0b0ec97a1c0 553 0.83/1.00 vMB 5
564,209 564,209 000000000000000000279b5bae8a35917aec88bb511b19ac39392c0add5088d8 2,320 0.99/1.00 vMB 14
564,208 564,208 0000000000000000001dfd3e13d6c24c188d50f0b9b38f0866cecf110368c201 2,308 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.82 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: 635.68 GB
    • Received: 12.32 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.