Loading Tool

Explorer IconExplorer

Memory Pool

13,415 transactions
2.45 vMB
0.00749972 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.05/200 MB

Candidate Block

Mining Attempt e09518e6a272262e95517ab05fdc81ac529c3471c62ecbb6bb5684169f2c4fcf
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 10fe419840343de934b2de33b728fab0f66fdd33cb96fad47062ded361057f23
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 174
Size: 0.03 vMB
Total Fees: 0.00119108 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (648,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,520 264,520 0000000000000003cc6d8841e1b506a9b6101d12b4a927a7b576b47f3b185c9d 0.08 MB 178 85
264,519 264,519 00000000000000065960ff4a46fbbadc97760824fb01c3444984065a450e1c0c 0.04 MB 164 70
264,518 264,518 000000000000000c4afcbd051bdbc8eb756af00b0c0043d1850093ac61a53f84 0.24 MB 578 116
264,517 264,517 0000000000000005eb0f5ae1748ed8249b609d7b012344ba575019d7f63abb5e 0.06 MB 120 82
264,516 264,516 0000000000000002d0221f5b93ac6846c2b5efe3a494aacb45face05104cd740 0.11 MB 259 93
264,515 264,515 0000000000000005fcb7873ce4c043e0b092a35dbd8b88d7f2af2a59c033e295 0.00 MB 1 0
264,514 264,514 00000000000000052b4806f5c7ac289a6c0b6887e74f3c5ce83855c2da7d50db 0.00 MB 9 31
264,513 264,513 00000000000000026eb95f89a85be528df633b3ddde82dc6e0fd8fa9cf02ca37 0.08 MB 202 91
264,512 264,512 000000000000000ccac173180371709eda67a6155a9fb5048c565d59e4826124 0.05 MB 100 107
264,511 264,511 00000000000000051a975aaac15a3aef959e2fb0c1d8be55e21ab9ef1e3c7fd0 0.09 MB 178 78
264,510 264,510 000000000000000973b6b806d97bad48fcf372b6a58c6e74363450eef00433e5 0.04 MB 108 98
264,509 264,509 000000000000000a89e372aaa524d8ea2ae7d8926e49bc4f49de9d4e3626a845 0.10 MB 206 97
264,508 264,508 0000000000000009ba8a91d09098f0bbd1478b1baebfb5270532f34b49f8c65e 0.17 MB 404 98
264,507 264,507 00000000000000007b66992df6006ee7d434b2c9125b361bc37a88267b0625d1 0.08 MB 181 100
264,506 264,506 0000000000000003639558994744a4e3f3c404d084b8837d93def7f915a673cc 0.25 MB 432 103
264,505 264,505 000000000000000b374fd92eba9116b7f82f524f6db2e8bd34149003f5aa3219 0.05 MB 91 63
264,504 264,504 0000000000000001bc3a2c9fafc676c4733a1554cedbee20cea6ad4b80a173b9 0.10 MB 208 67
264,503 264,503 000000000000000956a905f5ac8ad19fc45457d67aa46c4a2143b98d810fe345 0.25 MB 494 59
264,502 264,502 0000000000000002d073f0a3973b7edafabb2379c5c43ba2bf0f40c2e894f6f0 0.25 MB 423 76
264,501 264,501 000000000000000e5f6fe056452f03436b50318c36e2896801d64521f03dc549 0.25 MB 478 119
264,500 264,500 00000000000000052e1a96ad2948dcd4722fa5742f7aae08d65dd896726f67f2 0.25 MB 639 154
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 206.51 GB
    • Received: 2.20 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.