Loading Tool

Explorer IconExplorer

Memory Pool

83,529 transactions
31.67 vMB
0.11396096 BTC
Random Selection Loading Transactions
Max Size: 193.49/200 MB

Candidate Block

Mining Attempt 8b28f86f12a393352b1b9542e1e626424fc2bdabcebefc0a6a716bfd2a049013
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root ed03da290657fe6ef4c94dc850b8c439630fd267ce73992ef6ed654f43ba079a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,146
Size: 1.00 vMB
Total Fees: 0.03965235 BTC
Feerates: 301.05 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (268,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,234 646,234 00000000000000000007b3f8b3d4d96a15f2a0123399ca31585b26788bb314e7 2,832 1.00/1.00 vMB 66
646,233 646,233 00000000000000000005f4c97b7969c7c134d972c2295fb7c9f35dca19bdda55 2,742 1.00/1.00 vMB 28
646,232 646,232 00000000000000000000ff5a280a402cb2204f1cd133073fc08403a8cca06b8f 2,480 1.00/1.00 vMB 69
646,231 646,231 00000000000000000005e8d243ce1734fde103a379e239aedcff33692fc88f29 2,035 1.00/1.00 vMB 29
646,230 646,230 000000000000000000071c20b6b135189358a6fca0363febd3ea0444f1620497 2,191 1.00/1.00 vMB 53
646,229 646,229 00000000000000000005b9b3640debba13943c4540c6ce7a1f10606ff5e00207 1,587 1.00/1.00 vMB 89
646,228 646,228 0000000000000000000b392c0ba4ec7c62bb5bc6cb763289acd0a84ef20a0326 2,141 1.00/1.00 vMB 63
646,227 646,227 0000000000000000000013541edfbd3bad2af17d30983ae0285dd23a5df21405 2,128 1.00/1.00 vMB 23
646,226 646,226 00000000000000000006663ae314dedcbcf4b42adcf46ab9c4a7842ab4713543 2,311 1.00/1.00 vMB 85
646,225 646,225 00000000000000000005583127b90706ef3ebf66e763564145e40e7dbfdc0a6f 1,608 1.00/1.00 vMB 68
646,224 646,224 0000000000000000000c5b86f695a66072a0fa1671dcf3829a8218c16434408f 743 1.00/1.00 vMB 99
646,223 646,223 0000000000000000000b4db6f3cf6ec9eaaf13df1c60af301c4a6737c4c40a8d 1,962 1.00/1.00 vMB 31
646,222 646,222 000000000000000000087d1e5a18fd7611d72a496d8a173347ab028d8002ea48 2,139 1.00/1.00 vMB 39
646,221 646,221 000000000000000000038fdc6f1d046a132235f998ef38c535711074a3a78052 2,207 1.00/1.00 vMB 41
646,220 646,220 00000000000000000007e43d68673de30d6050053c154f43d7b84fdfb8fa409c 2,237 1.00/1.00 vMB 55
646,219 646,219 000000000000000000004cca949e25cdfa43d1313d462364911cb8e0e550be28 2,380 1.00/1.00 vMB 53
646,218 646,218 000000000000000000050a9230f747037300fce85571c3a443d7218d682cf186 2,471 1.00/1.00 vMB 96
646,217 646,217 0000000000000000000e4027cb3b3d7f48b71b61794b7d2d2d531c9a3dc30926 2,507 1.00/1.00 vMB 95
646,216 646,216 00000000000000000008a461ddb9d85dd8e8f768d9d8e143862d2db6760042f0 1,875 1.00/1.00 vMB 55
646,215 646,215 0000000000000000000d7e2b976fc4771df7bd2aab08ae0dddf499e0f6f8b835 2,398 1.00/1.00 vMB 99
646,214 646,214 00000000000000000000e5984e83abb09839ba8dd94958b91631e399b2f7cd0e 2,674 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.