Loading Tool

Explorer IconExplorer

Memory Pool

44,360 transactions
28.37 vMB
0.07671178 BTC
Random Selection Loading Transactions
Max Size: 150.18/200 MB

Candidate Block

Mining Attempt 226c96a2036fb3445d64789d58adbfb979de16e6c9cc36fb38e22454eeedc61f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 2aef405d4e5fb2837a99d63393b2ee07c9fe1375cb31b744c05c5c3430dc3245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,296
Size: 1.00 vMB
Total Fees: 0.02280704 BTC
Feerates: 150.92 > 2.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (345,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,739 569,739 000000000000000000169f221e88e9eb4788dce424823e0e8330143dcca382ad 1,040 1.00/1.00 vMB 86
569,738 569,738 0000000000000000000a3ce1a7b366109fb328ae9da6863eb06e782da2a8a6c6 2,293 1.00/1.00 vMB 53
569,737 569,737 000000000000000000214690ff17a49e1501ea4a79ac1eb107d2e3e9f0c46e64 1,974 1.00/1.00 vMB 37
569,736 569,736 0000000000000000001acedf072db473d3bb587acf32a2dd645443c70b001ef0 2,791 1.00/1.00 vMB 41
569,735 569,735 0000000000000000002661462fa5c5735b5bad4bdfd18fd5bb8b0f9fe1144c20 1,905 1.00/1.00 vMB 38
569,734 569,734 0000000000000000000817151e36bf680fb17a5d5a000e97fe4dc6683648938b 2,367 1.00/1.00 vMB 47
569,733 569,733 00000000000000000013badc4f30d8981e5dad7461b70613a0b9ccbb6826134e 3,316 1.00/1.00 vMB 48
569,732 569,732 000000000000000000019e49a7245a080c476938cbefa6a47b70ef5fbd7e7415 2,449 1.00/1.00 vMB 71
569,731 569,731 0000000000000000001a18780df9cbe82f11d31b12f30a41b4b68e635f30f308 2,887 1.00/1.00 vMB 39
569,730 569,730 0000000000000000000c8ea877a5c18c1549fae0d4ae96b5b8ac383efb1fedfc 2,938 1.00/1.00 vMB 48
569,729 569,729 00000000000000000006aa9b3099c7e7d06bda0ddb17dd7c3eda3131d0cab39c 2,469 1.00/1.00 vMB 39
569,728 569,728 0000000000000000002872df3b32198c4bde48b8cf3aa193ebec0059fa9a260e 2,789 1.00/1.00 vMB 64
569,727 569,727 0000000000000000001a730bf5c830aab7dc2f75f695df25e60a53876658ad28 1 0.00/1.00 vMB 0
569,726 569,726 0000000000000000001f205ac5a0b22c8a5039b02cedbf87067d751571f801e2 2,704 1.00/1.00 vMB 36
569,725 569,725 000000000000000000217d6fcf7027570419282fbc361094687fe9d09f7e5f33 3,153 1.00/1.00 vMB 46
569,724 569,724 0000000000000000000c94371fa060e24340364d5e019739345e2ef01385e5b5 2,810 1.00/1.00 vMB 63
569,723 569,723 0000000000000000001da4ce26d172bbe48cdc1e8042e6b968250c73821c380b 2,527 1.00/1.00 vMB 50
569,722 569,722 000000000000000000069c5827e487a3eb8b0f687b49a8416bd5ce6ff538c133 2,945 1.00/1.00 vMB 47
569,721 569,721 0000000000000000002b8411eb4b7269bbd0d4a95e38ba6b08833a2b5d9e018c 2,530 1.00/1.00 vMB 39
569,720 569,720 0000000000000000002b77247aa032371a134dca3aba64f5b68d8269f699ecbb 3,140 1.00/1.00 vMB 40
569,719 569,719 000000000000000000119c3a15f87e831ea8f396ffa1166cfaffbfc3eb42d2c7 2,462 1.00/1.00 vMB 49
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: 10
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 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.