Loading Tool

Explorer IconExplorer

Memory Pool

83,264 transactions
31.97 vMB
0.12348528 BTC
Random Selection Loading Transactions
Max Size: 191.86/200 MB

Candidate Block

Mining Attempt 7116c5fdc80d02d929d7161e4f94d95345792ef23373f6a83d3e437ffbd1be44
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 50179b3252b1a13e2aa478bbdf2f52c023db65ce66c85c9a2f75c0d4d91dc516
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.03391262 BTC
Feerates: 318.30 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (101,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,795 813,795 00000000000000000003d4fe2554e55644a7af0f6c58a00d9008488c77a7f769 2,184 1.00/1.00 vMB 46
813,794 813,794 00000000000000000000769b6ca641a691e364e51b85b9bc976b8137a03c44f1 2,514 1.00/1.00 vMB 47
813,793 813,793 00000000000000000003903d54930271c9210fcb891e7cefff4c1f8e3b262012 1,959 1.00/1.00 vMB 48
813,792 813,792 000000000000000000001ddf89c6f793916c4b1dc5d4b0dd7b8618015590195b 1,626 1.00/1.00 vMB 46
813,791 813,791 0000000000000000000051a2879f6f836de0ae3e20a93177e66f699693a240f9 3,367 1.00/1.00 vMB 15
813,790 813,790 0000000000000000000377956cf9f9cf0daaa02169f8a9d614b984f270b2473f 1,398 1.00/1.00 vMB 39
813,789 813,789 00000000000000000000cf1c4799df82871f3363661e262efe00c3a59cebaa63 2,661 1.00/1.00 vMB 24
813,788 813,788 00000000000000000002cf8d9983b849f4fd5781fedae08871fbcc0ad038afe7 3,329 1.00/1.00 vMB 31
813,787 813,787 000000000000000000010d8a166f7839b915e36f2bcc959fa6fa5f56b9a70aaf 3,506 1.00/1.00 vMB 42
813,786 813,786 0000000000000000000188bd83fb99ae61b0fe8b8d74fd0708ac7f4acc16f903 3,729 1.00/1.00 vMB 40
813,785 813,785 000000000000000000037e600a0ee1b5b457b94a30d82049957802179f4e6cd0 3,635 1.00/1.00 vMB 35
813,784 813,784 0000000000000000000270e527586849c278d9e9a5b0fff7bb2170d82090b7d3 3,589 1.00/1.00 vMB 31
813,783 813,783 0000000000000000000296ab61a746327ca7dbb416b5f8dba40709f5097875a2 2,301 1.00/1.00 vMB 24
813,782 813,782 00000000000000000001eab67e2f3f27f053dc7b883d40b5f3825b52eb765f09 2,654 1.00/1.00 vMB 28
813,781 813,781 00000000000000000001b0d1253037f8e989f08aba81892a8a382508f3fa4a9d 2,732 1.00/1.00 vMB 33
813,780 813,780 0000000000000000000069523d7201f51da5d488d0336d3045a59da5ab848877 3,837 1.00/1.00 vMB 34
813,779 813,779 00000000000000000003bf8d6c603711797e947a8ee93badbdb189100fb1cc36 3,821 1.00/1.00 vMB 35
813,778 813,778 000000000000000000016570a725bf90e69308f7145ee512742da02a2113d7ed 3,444 1.00/1.00 vMB 53
813,777 813,777 00000000000000000003f235622b7ba32cd345be58649f43e347edf609888595 3,112 1.00/1.00 vMB 31
813,776 813,776 0000000000000000000370b804ed3bce0fc26ec6c4bfd5d055326deb3e1a9436 3,672 1.00/1.00 vMB 35
813,775 813,775 00000000000000000003ba02f51ac81b55ca2ce4fe1f1b4e997a03efaeaf429b 2,651 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.00 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: 718.82 GB
    • Received: 17.95 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.