Loading Tool

Explorer IconExplorer

Memory Pool

68,596 transactions
19.19 vMB
0.07615270 BTC
Random Selection Loading Transactions
Max Size: 125.11/200 MB

Candidate Block

Mining Attempt 1e40a054ff3a96e541ab5a284007a541a1d3bd1965c2b0413da90361cf5c6486
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 0b7736d01c1aa590ca6f83802f2cef94b01daabdae15c293b9d540c4e4a4c255
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.03036104 BTC
Feerates: 150.75 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (808,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,631 107,631 000000000000294f6000aa29f131f1b94edf50421608b53c4d6c5d3868905426 1 0.00/1.00 vMB 0
107,630 107,630 0000000000009da88d52fdfcdfb07a772cc709bc28433c0df7157e6299d03e2e 8 0.00/1.00 vMB 0
107,629 107,629 00000000000092e137991726006f10066a61b17bd31ca1fa5a83c5cfcd64fc26 4 0.00/1.00 vMB 0
107,628 107,628 00000000000248c8947bf185242d8cc269590f02d486a7c78b869598286ff474 10 0.00/1.00 vMB 0
107,627 107,627 000000000001fefeec5c64c6f80cd47744e6da7986c45d06796f6a618650ec27 12 0.00/1.00 vMB 0
107,626 107,626 00000000000128ec2d011c78ff7e30314df56bc43d2e132c4848628c529c28c6 11 0.00/1.00 vMB 0
107,625 107,625 00000000000135780b18dbce35c056a7ba910d12fce6b45f679a6c8bfbfe8d8c 4 0.01/1.00 vMB 0
107,624 107,624 00000000000060a9d4ea485598e280b32685b05cb71693057387a8479e9ec247 5 0.00/1.00 vMB 0
107,623 107,623 0000000000020302f2a0b039bd65841ac543de61412cff18808da1af6e952ddc 4 0.00/1.00 vMB 0
107,622 107,622 00000000000012639a5ac1a64e31c8449e055adb6f2598ca026a18b2c4af7e1b 2 0.00/1.00 vMB 0
107,621 107,621 00000000000023ccd8af0c3641dfd3158b3004e35f4d4bdf6eaf74c3dd539e58 1 0.00/1.00 vMB 0
107,620 107,620 0000000000001e87a2b15ed04284070926d054b54f2a3a67f2f73f35ec61f540 2 0.00/1.00 vMB 0
107,619 107,619 000000000001b019313b48de831a4d417462ce4a116869cb89731e4655c86bfb 8 0.00/1.00 vMB 0
107,618 107,618 000000000001c8f3d3f8ee97375ae039731496778c7b9c435f51c2e063aa8aa8 28 0.01/1.00 vMB 0
107,617 107,617 000000000001c3dc39ab53b475b317433c1f3b3501e8e0fa8630d71c89f322e9 7 0.00/1.00 vMB 0
107,616 107,616 0000000000009f9f8e7b817c0aed87404e536be2c6ec2b453c7bf849198b15db 41 0.01/1.00 vMB 0
107,615 107,615 000000000002785ce378c5ec5b3ea7fe76dad25e6748881841e06d3ac47da317 4 0.00/1.00 vMB 0
107,614 107,614 00000000000209b85c3a0e9fe6506f1966ca473a9da5047237e752100a644cac 12 0.00/1.00 vMB 0
107,613 107,613 0000000000020b3858c6007e31d659a651b22952a77d7d6210390cee01d32b63 10 0.00/1.00 vMB 634
107,612 107,612 0000000000024aa850d32d31d46a1623d4be5c4b15be0ed877c3b36a3efc81da 34 0.01/1.00 vMB 0
107,611 107,611 0000000000023f5779e68a2b0454ed696b8e54ab4a1735be30f04d4b478f19d7 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.66 GB
    • Received: 21.55 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.