Loading Tool

Explorer IconExplorer

Memory Pool

71,470 transactions
26.68 vMB
0.06433476 BTC
Random Selection Loading Transactions
Max Size: 161.78/200 MB

Candidate Block

Mining Attempt 14cf69d970e313354ae25bc2d36ad5c4789b2dd4385728d66501f93f8e08cbed
Version 20000000
Previous Block 000000000000000000016aa18e8ecd613d6541af8a0d66953f28fb8fdcfea38a
Merkle Root 1f35a45a911dbbb174894e2145bdf8555afec1fc8c0f7fb5866b10ac81ceef29
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,720
Size: 1.00 vMB
Total Fees: 0.00725480 BTC
Feerates: 192.18 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,551 (832,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,376 83,376 0000000000193c35dc5fba54d9afa8f2d919e67f5c4d4d145382f30decfe4975 1 0.00/1.00 vMB 0
83,375 83,375 00000000001f1c3ae5be8e24d2f9c4d373eec93f7406384e32f6a21a7ea6407e 1 0.00/1.00 vMB 0
83,374 83,374 000000000006a33f68a476b20c351930e8c96531144b28bd3bf58350bc2718e3 1 0.00/1.00 vMB 0
83,373 83,373 00000000000d6f206bec856b367e64dbcfdbbc2b31ea087c0fb834b0d15b0000 4 0.00/1.00 vMB 0
83,372 83,372 000000000005962da8a6a597e0ba65e7b6c71b2334e35160fc936460c579fc93 1 0.00/1.00 vMB 0
83,371 83,371 00000000001d98637fd260a0fd830ac160721e06e727418423b7282ca538b01f 4 0.00/1.00 vMB 0
83,370 83,370 00000000001857281e6bc3139a08798a0098cdc0ed6cd78e190580ced07749f3 1 0.00/1.00 vMB 0
83,369 83,369 00000000000e23ca2303122fb6fe99f8b74b8d88383bee4851e4898ab7dfbaa3 1 0.00/1.00 vMB 0
83,368 83,368 00000000000c6d9fd97395c02ac84f03d41a83923a420a37168df010714f15e3 2 0.00/1.00 vMB 0
83,367 83,367 00000000000e6365cc6311c7be4270af8c1d9e84e0a95f4af52233d14b8c116b 2 0.00/1.00 vMB 0
83,366 83,366 00000000002854e12814e6cf631aa238938d0630edb3ae226b6661d8dc323bbb 3 0.00/1.00 vMB 0
83,365 83,365 00000000002d1f998a9e01955872548d73d31d68d53748e708cc1fb674f824ca 4 0.00/1.00 vMB 0
83,364 83,364 00000000002a1768e7736725a28dae5e9769b32c92359caa6bed2f83b5af9372 1 0.00/1.00 vMB 0
83,363 83,363 0000000000131d9828593d1ede370878b7c5039f0109dbd5d9bd47605a9d72f1 3 0.00/1.00 vMB 0
83,362 83,362 00000000001a97b9544ab74904204a6409c20bf6a0034a024aded594a9b3e2df 5 0.00/1.00 vMB 0
83,361 83,361 00000000000329854eca21f7214fa6e9b141c6353dd8771691b544ad8aaa33a1 2 0.00/1.00 vMB 0
83,360 83,360 000000000025193cfd612e506a9f5dfe5a7d21f8980a928c879d779797f00925 4 0.00/1.00 vMB 0
83,359 83,359 00000000002427cdda258e96b1211f90ae6f6cb56ccce896ca7fac34f2b82956 2 0.00/1.00 vMB 0
83,358 83,358 0000000000039211a2486fc3e745e081bd570c7cd442711dfd0fb4448bd3c142 2 0.00/1.00 vMB 0
83,357 83,357 00000000002103c1be406c46ceacd1ffd966beff0ec2ee7d67452967d8a1dabe 3 0.00/1.00 vMB 0
83,356 83,356 000000000029598feb6ced0fa6e27d8c9b156bf5dded12b867387dbdfd6e88ac 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.23 GB
    • Received: 19.54 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.