Loading Tool

Explorer IconExplorer

Memory Pool

84,815 transactions
30.53 vMB
0.13368311 BTC
Random Selection Loading Transactions
Max Size: 185.47/200 MB

Candidate Block

Mining Attempt d074c61148021d2522c779a09710ae6936c84d8741b8e2b91144a55e7580885a
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 6951a9d61f08b03a400dbaf6d5c1128c2450e834b4fec15013e1e649e74fa7c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,898
Size: 1.00 vMB
Total Fees: 0.07084526 BTC
Feerates: 170.36 > 7.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (737,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,773 177,773 00000000000000afbea2dde66824147c1b7c1f72cf26d77f18a5ece83a9fad73 151 0.05/1.00 vMB 72
177,772 177,772 000000000000078fdfa6f4e6c623336ff01ef7dacfb1c1939e597b587e830f49 84 0.03/1.00 vMB 110
177,771 177,771 00000000000006178cfedc66a0b8368fffa87eddc5dddb3eeb00807e32514911 1 0.00/1.00 vMB 0
177,770 177,770 00000000000006eb3a9465b5dfc1c2ff235599b832fd83f182d2662d8abc44f2 43 0.02/1.00 vMB 128
177,769 177,769 00000000000005113505a79e15d4761b21c5d4c1b3d900f1ecf85fef0fa0f8a8 65 0.04/1.00 vMB 42
177,768 177,768 00000000000000e3ab34daee6f60e259ee4e7c84e01ccdb2af5715c90638bb89 10 0.01/1.00 vMB 237
177,767 177,767 00000000000003badbeb263c52390fe3a4df32e39499eb53e198cae65118430f 28 0.01/1.00 vMB 329
177,766 177,766 0000000000000abc780e3758ee1f893046d503d615923f0ba82cc34a3b97e60f 47 0.04/1.00 vMB 76
177,765 177,765 000000000000070ede9da7b005b8b4a3f198aa905d4a30778fafef11f8fc9f80 53 0.02/1.00 vMB 145
177,764 177,764 00000000000008bf7ce4f14006484dd2cd440aec381380c4f9ef5cbe5b943011 11 0.00/1.00 vMB 117
177,763 177,763 00000000000002907890fcc0bf95e702a8ec4147d6548f2b7f1ec7e41f98fdda 147 0.04/1.00 vMB 96
177,762 177,762 0000000000000a2b18ae0a4939058bdb05785801fd49e269a95e3e17e83d4191 16 0.02/1.00 vMB 59
177,761 177,761 0000000000000987adb59d39fe02781f086478d2f295a099f705a82f217d4381 16 0.01/1.00 vMB 33
177,760 177,760 0000000000000893c45e52b42182197e93377c77b3d1c43a984f6198da9dd511 49 0.01/1.00 vMB 11
177,759 177,759 00000000000008409001b4d8e44ac5c7c6363a01e1a25076139f6493c0512c5a 14 0.00/1.00 vMB 334
177,758 177,758 0000000000000651af33dd0855ada82eba15f8a4804347d022045a078070f440 22 0.01/1.00 vMB 388
177,757 177,757 0000000000000ab9536cdea5d40a0ecaa00c55781c9bf3798cec3113b15a8e9a 41 0.02/1.00 vMB 131
177,756 177,756 0000000000000567203de4a52b2c60eeb8103d8859b602300b2eaf8f87e684c5 29 0.01/1.00 vMB 252
177,755 177,755 000000000000017a0c83fdcdcff28f6ebd849ab8797fef7fa3c95111afbfbb58 7 0.00/1.00 vMB 51
177,754 177,754 00000000000004a5ae2beb0780d58a0107b1cf61d49cb93f44d1f1e458d4363c 33 0.02/1.00 vMB 46
177,753 177,753 00000000000000c8ba8a421b17914d23d71fa73861d7745098fb60af6075b1d0 55 0.02/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.