Loading Tool

Explorer IconExplorer

Memory Pool

49,170 transactions
30.18 vMB
0.16614637 BTC
Random Selection Loading Transactions
Max Size: 161.42/200 MB

Candidate Block

Mining Attempt 6dd9520a03a1fb9295344a0c8caf9dffed5d734f09d4f0338f2698e17f08b92f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 9a80d2d81c1bc7e55a6b93a731db9926e887222949ef585a3a75004147295185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,146
Size: 1.00 vMB
Total Fees: 0.08860865 BTC
Feerates: 261.10 > 8.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (621,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,331 293,331 00000000000000006a1ea028c37282f2e5b5f8eda66828dd8f62c73fad38b036 128 0.14/1.00 vMB 19
293,330 293,330 000000000000000015fcc493078916b748fab6cfe6eaff7f02674085ae60fe1a 521 0.25/1.00 vMB 34
293,329 293,329 0000000000000000a116af9b92b0225d61826ba6d00e5d807c0e853685c8ddcc 419 0.18/1.00 vMB 39
293,328 293,328 0000000000000000ae89f19322a3014edb949831f657b04273af448fc3af9263 360 0.29/1.00 vMB 27
293,327 293,327 0000000000000000520eba7a2901870a788db81990eb631e5c362d491ea20fea 532 0.25/1.00 vMB 40
293,326 293,326 0000000000000000aa5879a07807306731e2a030f839c6d6f301dd99178782e5 1 0.00/1.00 vMB 0
293,325 293,325 00000000000000006c706ecf76be5858c9d28ee76e9578e511779341814e2417 542 0.35/1.00 vMB 30
293,324 293,324 0000000000000000c7620799de8201ba55948fe1b40ab8e45d6528db93cfd75d 512 0.19/1.00 vMB 43
293,323 293,323 0000000000000000d44c851a55031c6fae31e15b618db88f07022275ee309364 423 0.29/1.00 vMB 31
293,322 293,322 0000000000000000104131099138f32a345063abbb733ec6324bdc7b2db3f73c 758 0.63/1.00 vMB 29
293,321 293,321 0000000000000000720a0303ca24652312b42f76a883215511ac43e5b2be2e64 913 0.35/1.00 vMB 42
293,320 293,320 00000000000000000a849a10037e5676f3fa864868baf270d0fc80038e9f0a42 432 0.18/1.00 vMB 37
293,319 293,319 0000000000000000c37c16ece7a4e6f84db3a674081b32196810157181a70782 176 0.10/1.00 vMB 31
293,318 293,318 00000000000000005953d64ab19d0665f0e07217af6efeeb4df1287095215c92 240 0.12/1.00 vMB 26
293,317 293,317 000000000000000092fe38f84baf70afe8288f9d5bef54411ebba29d025f9efd 637 0.33/1.00 vMB 34
293,316 293,316 00000000000000007308356c41fdb22282be73d1f2bfb96ee40be8aa669ab73c 830 0.49/1.00 vMB 28
293,315 293,315 000000000000000077122070c42ff7177d4b58228933cf7be961709170e77b6b 13 0.01/1.00 vMB 32
293,314 293,314 0000000000000000189f995d143423e12bdc8b47fda5ec6d7b4e17c8cee17d9b 173 0.07/1.00 vMB 46
293,313 293,313 00000000000000002da31459b978218160e81da59ed8bce9c874a5357b351384 603 0.34/1.00 vMB 29
293,312 293,312 0000000000000000779632ad937015ab75b1b630934bc333c7706f49198593ed 206 0.15/1.00 vMB 27
293,311 293,311 000000000000000000fcbacb96dcfe882c9af17a9a3c730462ad5373c37e2939 920 0.50/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.