Loading Tool

Explorer IconExplorer

Memory Pool

81,543 transactions
29.87 vMB
0.14317953 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 0f17bd3c1fab392f1b896bde3446c8c051e632166d2b12bc4cea327baf289ce4
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 509f8fc7a5f508aba11d0260fe464f2d60fbdf0bd1c0a2e66f5dbe92bfcdde21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.07535885 BTC
Feerates: 101.65 > 7.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (355,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,600 559,600 0000000000000000001fde206c6aaddf0b355635d8dcaf37ba16be9293d69701 2,544 1.00/1.00 vMB 9
559,599 559,599 00000000000000000003cfa3139f1d5d221db19c4e98227a5941c481bd41d73f 2,832 1.00/1.00 vMB 22
559,598 559,598 0000000000000000002e02d660567bf3e465837dbd579637d338883ebe2f242b 2,399 1.00/1.00 vMB 12
559,597 559,597 00000000000000000022620c52c2fe010f5aba8ebfa9bfbb035777f0a1e1c6d1 2,338 1.00/1.00 vMB 11
559,596 559,596 0000000000000000000ef0a3485dcbd72d9bc255174e978b577ccc99bc84d55e 2,120 1.00/1.00 vMB 11
559,595 559,595 00000000000000000013f77135a9e3ae4de9254b7b413366e43f61161a59197a 2,132 1.00/1.00 vMB 4
559,594 559,594 000000000000000000238d70e3ef6005b452740ae2c2a01f2ca983a794997a76 2,433 1.00/1.00 vMB 26
559,593 559,593 0000000000000000000cfa96eee3a40cd6371d3dbbe7d0d0cbb66f1f1be47ee3 2,435 1.00/1.00 vMB 2
559,592 559,592 0000000000000000002ce096a62d6bafea2b027c037c15acb2a29aee54531e18 2,135 1.00/1.00 vMB 21
559,591 559,591 000000000000000000217561d61cb2f3dd400dcc333f5748477ac4a1c9a19868 2,901 1.00/1.00 vMB 6
559,590 559,590 0000000000000000000b2ab96bb5138f4c04fe21452d29f0f9a8b02573fc78e7 2,668 1.00/1.00 vMB 32
559,589 559,589 00000000000000000021eeb265f12adabc74e4795bf223a0499ece1b58e66607 2,990 1.00/1.00 vMB 36
559,588 559,588 00000000000000000025890dcd537c23f310fc268890a7c7f1d6e637482c465f 543 0.19/1.00 vMB 16
559,587 559,587 000000000000000000282056489f1d0392b799ebc5945722e5dc57fcebe3ef86 2,158 0.88/1.00 vMB 3
559,586 559,586 0000000000000000001d727f3332608d361dcbdeb906ec39b7d51049440023e3 2,621 1.00/1.00 vMB 13
559,585 559,585 0000000000000000002f80b887f82079ff398e1367c6809a509adf742d1602c9 2,825 1.00/1.00 vMB 4
559,584 559,584 0000000000000000001de5ac67c76d25cae42c06a357cb296761eda77cc67b14 3,092 1.00/1.00 vMB 33
559,583 559,583 0000000000000000002cc8a809663e5d30302192067bb55057ae59797eefb0af 949 0.33/1.00 vMB 31
559,582 559,582 00000000000000000003482af0f35fc35bc88c54735999330aa44a4da59c2814 2,819 1.00/1.00 vMB 28
559,581 559,581 0000000000000000001cba16b234a3fee0077a637fdca1a2383bb0f288a9b74d 2,239 0.81/1.00 vMB 10
559,580 559,580 0000000000000000001d2b8626a99ec1f42bcc02e7912645a9524ef2ce920a9f 2,839 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.