Loading Tool

Explorer IconExplorer

Memory Pool

318 transactions (0.09 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.49/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,225 000000000000000000022b910000000000000000000000000000000000000000 297 0.00183618 BTC 0.07 vMB 1.62
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,224 (671,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,329 240,329 000000000000008d179f20ca783b2ade53399cb88881a70715899d58eea2ad31 0.13 MB 269 153
240,328 240,328 0000000000000080b8e599856a3d16f6dd4f4a2a65adba40f1db6aa710e2a614 0.08 MB 174 162
240,327 240,327 000000000000005804c4889ea3c840ebb1271a5f35a5c257bb3e7207df5fd476 0.10 MB 63 66
240,326 240,326 00000000000000a58d339670aab18f420c454c40a99c6d77a91ca519d256c8c0 0.25 MB 593 138
240,325 240,325 000000000000007ed5de69e6c7244345a19d579cda6f5d569bd4289f5e6235c7 0.16 MB 370 127
240,324 240,324 0000000000000009afca828a8779260dfe33b8bd9c1f444262aab9635ab6851e 0.08 MB 183 113
240,323 240,323 000000000000002ef8a5df1dc79b6a2b2e3a2710221da97ad1089c0a26f240b5 0.17 MB 369 146
240,322 240,322 00000000000000a05be9817d53062720aa8440b180683bb81410c4023e589c1c 0.08 MB 158 129
240,321 240,321 0000000000000102d1df63c9c795778274e9cb9325453f9e80b0ea41f07a6a2b 0.13 MB 180 112
240,320 240,320 0000000000000098286c9f7bb5c742474e17710b93a374c30c475d7ddf40a9ab 0.25 MB 622 1,995
240,319 240,319 000000000000002e49f62486a83656f51e80e768fa84de539bcf15f7d6ff0afc 0.08 MB 179 168
240,318 240,318 00000000000000719fd5423320323a2f3cc37c3d25259543c3b20c7771c43412 0.08 MB 129 114
240,317 240,317 0000000000000084513dc446d99504950557b8bab1aa59593403ce0fd6fda266 0.23 MB 541 147
240,316 240,316 00000000000000ac03ab040ea55b09e91abefb187875d9f5fd5d0e5924ea1dd1 0.09 MB 247 157
240,315 240,315 0000000000000022f6ae984a3884d7561d60a350f44d60397c70f3056054fea7 0.03 MB 74 221
240,314 240,314 0000000000000022adab9bfe486dff0a227b3e9da715eb61d77487850066e811 0.09 MB 160 97
240,313 240,313 00000000000000af0815bbb2d7e1ade4b43c16a67da9d16f119d8696a73a4737 0.11 MB 255 191
240,312 240,312 0000000000000108e72681aa065c20448ab3dfcd9fccf7caa0b5f159176bc5d5 0.10 MB 204 132
240,311 240,311 000000000000006fde8b04afbf4425189eb33a3f94ecb1b457c044e7f1c4ba1d 0.18 MB 452 179
240,310 240,310 000000000000003490cc66285b162284cc7a16c23512a9f03e4b558376b2d280 0.07 MB 70 17
240,309 240,309 000000000000005c8445952943c2cb68ea7d6d05440c5011945c9fc4094738d8 0.13 MB 302 133
Previous 10 blocks ↓
Total Size: 777.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,536.58 GB
    • Received: 135.85 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.