Loading Tool

Explorer IconExplorer

Memory Pool

80,745 transactions
30.54 vMB
0.09372217 BTC
Random Selection Loading Transactions
Max Size: 186.02/200 MB

Candidate Block

Mining Attempt bb245d3da1da805954493b66259c1a47bee71ccdbaf4e7de8d15587f47c68fcf
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root dbdcb13b63caa19c7c15d07697c735f87f623ac7a8b85d904f9da91cf6777947
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,062
Size: 1.00 vMB
Total Fees: 0.02389726 BTC
Feerates: 342.60 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,165 915,165 00000000000000000001c81510643b9af37400286a3b15bd2c270fad9d059fb1 3,308 1.00/1.00 vMB 0
915,164 915,164 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3 1,772 1.00/1.00 vMB 0
915,163 915,163 00000000000000000000d7dd1437b81e4408dd076684f3c1202c36f8d2aa0b88 3,286 1.00/1.00 vMB 3
915,162 915,162 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75 2,516 1.00/1.00 vMB 2
915,161 915,161 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c 3,088 1.00/1.00 vMB 5
915,160 915,160 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da 1,274 0.43/1.00 vMB 2
915,159 915,159 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a 2,653 1.00/1.00 vMB 2
915,158 915,158 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d 3,602 1.00/1.00 vMB 2
915,157 915,157 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8 3,396 1.00/1.00 vMB 4
915,156 915,156 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a 1,785 0.64/1.00 vMB 1
915,155 915,155 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64 2,761 1.00/1.00 vMB 4
915,154 915,154 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436 1,815 1.00/1.00 vMB 1
915,153 915,153 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355 2,290 1.00/1.00 vMB 2
915,152 915,152 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b 2,956 1.00/1.00 vMB 2
915,151 915,151 000000000000000000021129411a7971366f36566cc15a488e83fb60244c0ca6 3,857 1.00/1.00 vMB 4
915,150 915,150 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1 2,185 1.00/1.00 vMB 4
915,149 915,149 00000000000000000001d5c5e6dfb1105c06f06ef2ada68ef39386bddc38f0ae 3,690 1.00/1.00 vMB 8
915,148 915,148 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896 3,867 1.00/1.00 vMB 11
915,147 915,147 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f 2,929 1.00/1.00 vMB 5
915,146 915,146 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758 3,773 1.00/1.00 vMB 8
915,145 915,145 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe 1,713 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.07 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: 720.86 GB
    • Received: 18.28 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.