Loading Tool

Explorer IconExplorer

Memory Pool

73,592 transactions
27.34 vMB
0.06603985 BTC
Random Selection Loading Transactions
Max Size: 166.68/200 MB

Candidate Block

Mining Attempt 86d3dd596083e374270cf02bcb7968cac74efad2b178a4e68e0efd5f160a276f
Version 20000000
Previous Block 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87
Merkle Root 991853108ee04c8d57730cfb43a07b95811554a6c406bcf2e947763ea5e3a0bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,968
Size: 1.00 vMB
Total Fees: 0.00795450 BTC
Feerates: 89.32 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,314 (716,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,385 198,385 00000000000001de4ae3daacaa4c807b9a6f1418e63b02a57119d09a50838b39 128 0.10/1.00 vMB 60
198,384 198,384 000000000000050a0bd0852f2f8dd9b2ca920f9a14e75a2f8bc3cb7aaa7b146d 12 0.00/1.00 vMB 15
198,383 198,383 0000000000000029d0b397c329e7b23d0c0e2386910b7f8fbfceb11ca3fe8997 128 0.11/1.00 vMB 54
198,382 198,382 0000000000000624a0a64045fef5a00c5f71fd513bf08fd40768086f59aa8e41 37 0.02/1.00 vMB 96
198,381 198,381 0000000000000353c5b7ce62ff8f912a7586e47632500d78310fea611089d25d 115 0.04/1.00 vMB 58
198,380 198,380 00000000000004568e0d5e753c83c26734b11e98b426c462a2e0bbd9130a36d1 602 0.24/1.00 vMB 350
198,379 198,379 00000000000003c5c009f36739da998448df91ff1e8c692dd3d8bbbb1ce9e4e4 12 0.00/1.00 vMB 298
198,378 198,378 00000000000005c622bc48d04da69d94e429911fb76834df3feeafdbea8e9a55 8 0.00/1.00 vMB 33
198,377 198,377 00000000000004ff43a7e28a21e3d7601d58814de802d4a7d24d33fcf16f2cf0 206 0.11/1.00 vMB 189
198,376 198,376 0000000000000084c854b4bd8fb53f15ffb7c472b8c1298aabb79b41bcd6f561 131 0.05/1.00 vMB 58
198,375 198,375 0000000000000299cc3f482dc16aaa9cef88d75bc4893b7b06d444065cf50c87 130 0.06/1.00 vMB 77
198,374 198,374 0000000000000148b7ae60081cee43ce93c89e4716ca5a62a177f87cf2632f6d 608 0.25/1.00 vMB 236
198,373 198,373 0000000000000277a11409959ad6cf07aef60b7927b3c6b554f2e5901c636296 505 0.21/1.00 vMB 240
198,372 198,372 0000000000000265e3751d3adddb11fae106ae13c47f1033254692a7a1f9ef2e 146 0.08/1.00 vMB 127
198,371 198,371 000000000000055cde603fe1e45f7f70fd8ffc941053bb4b84eebf9cbe33ce2b 260 0.14/1.00 vMB 187
198,370 198,370 000000000000001a7720975fcea6481ba24c1273f80c7c37b71b92383358f3f0 270 0.10/1.00 vMB 113
198,369 198,369 000000000000055c78b88c51b5d8ce3ff0ea6a1c2576a79092f51af940cf166a 512 0.22/1.00 vMB 135
198,368 198,368 000000000000062a052d60ea412c6fed7ff904217a8cc3dbc75cb22ae3c63d47 117 0.05/1.00 vMB 491
198,367 198,367 00000000000002f66eea7e92842614161fae95fc5c19a41975797914b975801e 176 0.05/1.00 vMB 159
198,366 198,366 00000000000003167111b0b43c03954b0d63fdfaf7c1e84c970be11295c13e43 445 0.23/1.00 vMB 103
198,365 198,365 000000000000002b1b9f6e4c377258b067a5ced8b3213aa95a17feb819bbb548 126 0.04/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 782.94 GB

Node Details:

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