Loading Tool

Explorer IconExplorer

Memory Pool

73,154 transactions
27.13 vMB
0.06251421 BTC
Random Selection Loading Transactions
Max Size: 165.54/200 MB

Candidate Block

Mining Attempt c459cf9360500167d2eed8a6f3656ea620e1767ebe9fd3f9b9a2e2d2dcdebb0e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (576,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,607 338,607 0000000000000000196d88f6ade42f996f7846b815d06aad9863985c49872c3c 1,477 0.75/1.00 vMB 27
338,606 338,606 00000000000000000972b1ed6136d6d89c2492bbe4e8c0af7a1fe8b2c3d00dc5 439 0.24/1.00 vMB 21
338,605 338,605 0000000000000000074dc1780309e7c5277a46ae3a9d4830d8404bad6e22dafc 1,152 0.63/1.00 vMB 22
338,604 338,604 000000000000000014fca1ad6f5f10508a8f8720b0d8225311b8e73b639c3d5c 741 0.40/1.00 vMB 17
338,603 338,603 000000000000000006c2539a4b2f00438ee719abed409add8f597dd2270c20e2 134 0.08/1.00 vMB 20
338,602 338,602 000000000000000008a4293da7c6c8db59ee3b5f38e2bb00e532f8912f8ab29c 456 0.35/1.00 vMB 20
338,601 338,601 0000000000000000178cce4402bfeb7dc6e54ee09790bcd68a5330549e48a41b 512 0.19/1.00 vMB 35
338,600 338,600 00000000000000000f8c3b656930144c00278f4a3067857335f971b2de5279b0 587 0.34/1.00 vMB 21
338,599 338,599 00000000000000000d181332e0ed48dc5cb539bfd780eb2d3e8086bc2448cf56 825 0.38/1.00 vMB 24
338,598 338,598 00000000000000000cf7eeed57ae3653da5ca01781d7a4376dce8301a5cfd82f 840 0.44/1.00 vMB 16
338,597 338,597 000000000000000000040a4cf3f1239834c78f7187e430871f22e705382799a1 1,560 1.00/1.00 vMB 23
338,596 338,596 0000000000000000090fbd0ff492f800bc832d2a44731b6afe3633bd02a82bcd 488 0.24/1.00 vMB 22
338,595 338,595 000000000000000013afadfed06730b58adc5a32f164bf9ab1f2d23212d526a3 797 0.37/1.00 vMB 20
338,594 338,594 00000000000000000a14b55104344c128fd1eab6714c7f28db2f58c059582f55 1,520 0.76/1.00 vMB 22
338,593 338,593 0000000000000000153f79008da3a497e05d1a22abc91361d1428a8d0b37e186 370 0.35/1.00 vMB 11
338,592 338,592 000000000000000014c3421d7c13d9a4ced5e3ca658cc121fd6dff8e98b039d0 1,109 0.75/1.00 vMB 22
338,591 338,591 000000000000000016725f525773c9540d1a51fd08e7584bf81ee248f5ed15dd 1,082 0.61/1.00 vMB 25
338,590 338,590 000000000000000014e69648a436a511af4f8f9698ef341a92ae924281292af6 318 0.22/1.00 vMB 21
338,589 338,589 000000000000000004e72b9ebea1a29358c94110ae01a7fbd52192980d5bba41 241 0.12/1.00 vMB 15,474
338,588 338,588 00000000000000000c234674bda5c762300141ff7682ebdb2fea7f69eeba669b 85 0.04/1.00 vMB 11
338,587 338,587 0000000000000000186adb5b3eca9392be5b363c996fa3963cf13855e3f26d2c 434 0.30/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.