Loading Tool

Explorer IconExplorer

Memory Pool

38,682 transactions
28.21 vMB
0.06175698 BTC
Random Selection Loading Transactions
Max Size: 143.47/200 MB

Candidate Block

Mining Attempt 1103166f28dfcf3d9be95738aaa40797484a44bf7bd83c252fc9d2789c87c380
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 91e309f1bd473b3b26ae5fc6977fca539188a8229620eeb63a3b9f8e632a6ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,854
Size: 1.00 vMB
Total Fees: 0.00766493 BTC
Feerates: 89.40 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (283,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,296 631,296 000000000000000000012103f037c8ecb9bb0d2c994bc748e174dd0512f21cc6 3,196 1.00/1.00 vMB 230
631,295 631,295 00000000000000000001a619194d2010d376215b96d8065bf746b5065ab84215 2,441 1.00/1.00 vMB 143
631,294 631,294 000000000000000000078196f53df9edae5094d23ba9f7cc536568eade67ead3 2,485 1.00/1.00 vMB 35
631,293 631,293 000000000000000000085edd025d413d52ced9dfe2b856bc259166983fdacd1a 2,364 1.00/1.00 vMB 104
631,292 631,292 00000000000000000006cfc908eb8060858f33a0e02bddc2fdc4fb76e6eb6002 2,847 1.00/1.00 vMB 154
631,291 631,291 00000000000000000004010467ba096f838b1f34db36a35200476df01788e092 2,327 1.00/1.00 vMB 223
631,290 631,290 00000000000000000006a79db771a7b534b3ee2cb1f972caf0678549c26e2b1c 2,407 1.00/1.00 vMB 36
631,289 631,289 0000000000000000000babb1de5e44d5488e71b5ce09fdfe06bcd41c679972f5 2,238 1.00/1.00 vMB 180
631,288 631,288 000000000000000000009398a1c600e5461a6d3971ee8b697a2b943cd0ea40ef 3,369 1.00/1.00 vMB 218
631,287 631,287 00000000000000000002379162d2fd124336eaded316918930ff6b6bc173a315 3,131 1.00/1.00 vMB 99
631,286 631,286 000000000000000000098325a787fb0b742a36dfcfd109911b6b2ea3a40bec45 1,110 1.00/1.00 vMB 200
631,285 631,285 0000000000000000000850b9bb1aecedd59a0b58390e3a6afcdd7dd2c88e2bcb 573 1.00/1.00 vMB 206
631,284 631,284 00000000000000000011108c3e6bfcbd4361c5d6de12e6d649497a77cc6edb59 2,608 1.00/1.00 vMB 134
631,283 631,283 0000000000000000000fff12617e8159e3ff2f62b1e52544c97550ea3b170122 2,730 1.00/1.00 vMB 232
631,282 631,282 0000000000000000000de846f94fd40d17567b9b14b8a2fe93a1ce8bf2dc2310 3,021 1.00/1.00 vMB 221
631,281 631,281 0000000000000000000ca101c3a63a8e725ce1d8119d6fe33554ee31d5ed55f0 2,751 1.00/1.00 vMB 130
631,280 631,280 0000000000000000000dcdeac48d46f6a98533486a674478c839a549c653533b 2,096 1.00/1.00 vMB 182
631,279 631,279 0000000000000000000a1fffbedb2ecbfc3f68d2ed09cf6ac959f6409faf98da 2,978 1.00/1.00 vMB 219
631,278 631,278 0000000000000000000f83adc3696aeca5e5677207b13b68838ae61c978dd9a9 2,712 1.00/1.00 vMB 239
631,277 631,277 00000000000000000011d455896dc0b279be6d9a5b53d208ca634a92d9860d8c 2,380 1.00/1.00 vMB 62
631,276 631,276 000000000000000000108ad2820af9899d48a7b124c70ae3c219a92fd9c9f9be 2,243 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 781.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 629.85 GB
    • Received: 11.96 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.