Loading Tool

Explorer IconExplorer

Memory Pool

44,765 transactions
26.88 vMB
0.06550175 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt d6285bf83f46ec3fc0f71085420b21632ab52381c32b150613550c0d3c9078f0
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root ccdefe11f004c183ddb1a22418cd2ba8ecd5b993da024eeceec30f5c5f929ea5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.01582128 BTC
Feerates: 251.72 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (463,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,264 451,264 000000000000000001d1646ea3a182306a7fabedd8cbce79559f85bf5c33c17d 1,514 1.00/1.00 vMB 154
451,263 451,263 00000000000000000188c2e542d3665ad0d49c713dfc9ceba39c6a51ea0f4900 1,102 1.00/1.00 vMB 65
451,262 451,262 00000000000000000065bb61ab2015f6dfec1781f2530dabf718d98b182d9f32 1,650 0.89/1.00 vMB 91
451,261 451,261 0000000000000000014c689a22c6bc8c66a5381e440a9733ac6a5fb3f8c9c975 1,933 1.00/1.00 vMB 106
451,260 451,260 0000000000000000002ea56a8603055deb80c5b1e446e506894a2f7df46afe8d 1,468 1.00/1.00 vMB 130
451,259 451,259 0000000000000000003cfbf8297212aad3604b7899bca06b2abb39977cab9981 2,314 1.00/1.00 vMB 117
451,258 451,258 0000000000000000005a6c44fb160ccb9bc991dfe23126c954eec056c12200cf 1,968 1.00/1.00 vMB 131
451,257 451,257 0000000000000000028f3a9350375ee501e61ed06f9d708dbe1dee95deaf2fa1 2,189 1.00/1.00 vMB 104
451,256 451,256 00000000000000000096cfed41329152f03beb21cc56190a7b0cb262406b5205 2,300 1.00/1.00 vMB 81
451,255 451,255 0000000000000000015e3578ea4096628378a2db53de93c40cf41d7265a2aa57 2,467 1.00/1.00 vMB 122
451,254 451,254 0000000000000000019f2a44cfb2803e9a6170238139654581f754e8fba43a52 2,343 1.00/1.00 vMB 111
451,253 451,253 00000000000000000054c5fc55200e09c455d493fc3e62804a9d008e06b61d9b 2,882 1.00/1.00 vMB 86
451,252 451,252 000000000000000000d079dfcbbc570d9fb83bc34dce52b32fb5464d146b34d7 2,131 1.00/1.00 vMB 73
451,251 451,251 0000000000000000017742a711d35867ff94e1e18a232446896173e719b698a9 2,024 1.00/1.00 vMB 91
451,250 451,250 000000000000000001ff28d35da456571ff14ef97e84ff2813f4a9a3f65b8e57 2,524 1.00/1.00 vMB 85
451,249 451,249 00000000000000000234cf1d93ee9d05fbb469ea0fb39335fa723f6347b6b5d7 2,195 1.00/1.00 vMB 86
451,248 451,248 00000000000000000265bd895336594ab74276dd5d58c2a80d898a50085a4e6a 2,177 1.00/1.00 vMB 111
451,247 451,247 0000000000000000027847040bf7d35bd075af35623b32715a7f009e589b2465 2,412 1.00/1.00 vMB 132
451,246 451,246 000000000000000000a4872e28e0d166fa3a7cfe07515818d396cbfa940f1c89 2,050 1.00/1.00 vMB 82
451,245 451,245 000000000000000000969f78a1264d6424b0955d6e30c5f015f70d9b6e5445b0 1,927 1.00/1.00 vMB 88
451,244 451,244 000000000000000000d2b8e3b555e006b996998c4e84e5b5643042a9ef34f496 2,038 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.