Loading Tool

Explorer IconExplorer

Memory Pool

36,225 transactions
26.14 vMB
0.06975797 BTC
Random Selection Loading Transactions
Max Size: 133.23/200 MB

Candidate Block

Mining Attempt 6ee3433d0269aedf854b252e9309daf4cf80ff4127ded3eeb36616afaa515b41
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root f672123158d260a12fc3395126b1edd2c951b525f0ac953329164e3a1d23f828
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.02132425 BTC
Feerates: 120.00 > 2.14 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (242,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,779 671,779 000000000000000000042c89087ba69270929c7d5fedbcbbef80dd62d3e7dd26 940 1.00/1.00 vMB 101
671,778 671,778 000000000000000000022703433cd4dc3659a07cfe090ce242ec8b1c5db8a3c2 1,302 1.00/1.00 vMB 120
671,777 671,777 00000000000000000008ec703669da48a1a89b8c414d7686efcf21db945dcfc4 1,655 1.00/1.00 vMB 116
671,776 671,776 000000000000000000041be0a499dace2e0a57192b155a7f9df5f21c17a3ecbd 2,087 1.00/1.00 vMB 126
671,775 671,775 000000000000000000066791aaf6ac31a1ccb2533430a351f0a0d23f68d8cd39 1 0.00/1.00 vMB 0
671,774 671,774 0000000000000000000018bf65dbfb2acfbdedcdec6f818ffc0cd20b17d522e7 2,523 1.00/1.00 vMB 128
671,773 671,773 0000000000000000000a905b0005ba0b5ffe1157bf83d72b773d3dbaf2ec29fa 2,248 1.00/1.00 vMB 141
671,772 671,772 00000000000000000005e94f3faf9c96e59385bfdd3cf40970d667a1c4fff620 348 1.00/1.00 vMB 130
671,771 671,771 00000000000000000003cccb0ee196c38620c9638f100fab658b6bb7d7da68c5 2,094 1.00/1.00 vMB 127
671,770 671,770 000000000000000000055615594928c319d4154ad32f226611a448199bd85d59 2,760 1.00/1.00 vMB 111
671,769 671,769 0000000000000000000a99aecd466bc09bdc4c143c76f9dd58545581c35669b1 2,314 1.00/1.00 vMB 120
671,768 671,768 0000000000000000000598a8b3dc2c49cd76c88424f41a7b8c54de11e1acf33d 2,460 1.00/1.00 vMB 115
671,767 671,767 0000000000000000000cb0f0a6a6dad4133db5cb4f5b5c3af866f3eee2fa8d9a 2,162 1.00/1.00 vMB 121
671,766 671,766 0000000000000000000487d4c6dcb83fa495ba03a77bca241b9252c510437b8d 2,324 1.00/1.00 vMB 145
671,765 671,765 0000000000000000000b0daab40d632c06132f58955578d22bb753cf37ed0e66 2,116 1.00/1.00 vMB 125
671,764 671,764 0000000000000000000b7ae4d570232a174b83f00a2a616cd692afae485d1176 2,427 1.00/1.00 vMB 143
671,763 671,763 000000000000000000042659c00b764cc710a75ef7ab42f890b049c69ed3abdf 1,985 1.00/1.00 vMB 123
671,762 671,762 000000000000000000052bce95dcf7fff4af7b3afd4a134b6da8b7ac7d8901c9 737 1.00/1.00 vMB 129
671,761 671,761 00000000000000000009977defecffddbc5cb1df7e6d7ce56c844ceaf3ac637e 2,441 1.00/1.00 vMB 145
671,760 671,760 0000000000000000000c4f91447c11945a07043734bd45488283758a0d8c8310 2,432 1.00/1.00 vMB 136
671,759 671,759 0000000000000000000c3bf16170e69433adfe4ba2fd4c07c0ca43533a547456 3,070 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.