Loading Tool

Explorer IconExplorer

Memory Pool

35,588 transactions
28.83 vMB
0.12177165 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt 61542d26fb294f90bebebfb2735e16d078f86f1e76288f9817a39542eb094113
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 16f228064e617d90201da9ff16a17e4ecc0f6d92eb0f03ca05ac14b610554522
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,393
Size: 1.00 vMB
Total Fees: 0.06350577 BTC
Feerates: 208.44 > 6.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (873,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,352 41,352 00000000285bde69513f0e83c928b01477f45cff269fc49ab4e1965c1fb46ac1 1 0.00/1.00 vMB 0
41,351 41,351 0000000056e2c6b5a273420316ddb2e8660238d2f37152b8ff32e2dc31fd0926 1 0.00/1.00 vMB 0
41,350 41,350 00000000128c93fcd73c1013d7813afe42a31fdc150e6ab7210e82b892379a9b 1 0.00/1.00 vMB 0
41,349 41,349 000000005d5706ccd9eb5046fadeceed0a30a7f0a67e82f81635d2e324dd8139 1 0.00/1.00 vMB 0
41,348 41,348 000000001f6ed17d158e7db4c793814ce179ee730b75089fe5397adc2f7eccf3 1 0.00/1.00 vMB 0
41,347 41,347 000000005ace70a0e62f8af5b7e0c492fb2b18af9dc772f7a7e19b5d9972e927 1 0.00/1.00 vMB 0
41,346 41,346 00000000280105da98ae6e48383c3a851b7586a6d74d024a7e657956c6aee267 1 0.00/1.00 vMB 0
41,345 41,345 0000000031ae78dd0b2811b7a21f3626e885b420511c5b66299da07475467cd3 1 0.00/1.00 vMB 0
41,344 41,344 0000000003d4382d75ccd66d0e5f5deab08ea35f97d696b18c7c8ddde2bbcdf3 1 0.00/1.00 vMB 0
41,343 41,343 00000000185b04391638b84b8717a4193082dce0737a67a675e1eb4c77fb578f 1 0.00/1.00 vMB 0
41,342 41,342 00000000114e52b629c44c18ad195ddfc495815b7287b01407de67c728bca523 1 0.00/1.00 vMB 0
41,341 41,341 000000002e3295778c9d8671d4f6cefc3c2dd65be9ba7a6ca5b6713cebf56a14 1 0.00/1.00 vMB 0
41,340 41,340 0000000056c4f8db76fdf3247c80e64b2e15f62c8164e6b390b8847fcec5bd05 1 0.00/1.00 vMB 0
41,339 41,339 000000000d64bb8d8f704b1989b030400bd9b07d11fc3b1ad648611639d174bc 1 0.00/1.00 vMB 0
41,338 41,338 000000003b622fd93d15d5e241f4499bb88780349736971f68dc574dc20b0fc4 1 0.00/1.00 vMB 0
41,337 41,337 0000000002d42d150ae29e7b04b076d26cff2f76fdf18849afe3d412d826efe4 1 0.00/1.00 vMB 0
41,336 41,336 0000000062edc3ed48ba834dab5ca8998cd6fc4bf5c75dd1799d8d47aaa66b03 1 0.00/1.00 vMB 0
41,335 41,335 0000000006e2fd90dc8f75b0ed7f706572533a69c6591a8f05057e151b6f5fb5 1 0.00/1.00 vMB 0
41,334 41,334 000000002f3cf075b4a1f7c07a84c48376f6192ad2410328f94d36928d8dbf22 1 0.00/1.00 vMB 0
41,333 41,333 00000000398c66bbe999750bf6ea16521766023bd5748ca6b4291fe6b900e636 1 0.00/1.00 vMB 0
41,332 41,332 00000000617443d5b43e1401ecf102f668b520b9f640f1dda8bc1d187d31fe9c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

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