Loading Tool

Explorer IconExplorer

Memory Pool

26,615 transactions
5.13 vMB
0.03984338 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.73/200 MB

Candidate Block

Mining Attempt 1b95c2a8efacf5295a749f5b4a662fea9ca5b3b929d591a8bc2953f748c9e9cd
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root a211138a309605c8cf604546b664fb19c33d389df379ee1d63c2a6cca10a86c7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,055
Size: 0.99 vMB
Total Fees: 0.02875852 BTC
Avg Feerate: 2.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (688,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,098 224,098 00000000000001bdce70887afa6ee09d984d5354b10150d49f7aa6b41635439a 0.15 MB 512 265
224,097 224,097 00000000000002b0bf00110b847ec2f1e0664e64ee41fc66a119ffd8521bb221 0.09 MB 186 174
224,096 224,096 000000000000021427d82525533411c10377c95791ffd25457310e327c030675 0.24 MB 625 217
224,095 224,095 0000000000000215d67971ad6f50d4d669540fa82badf2239499db51713df072 0.08 MB 217 225
224,094 224,094 00000000000003a77aec85ad8ea76c691b35de253b26eb93f8f55250bb168bb8 0.10 MB 220 183
224,093 224,093 00000000000002feaa8122d405748af8807d4ea707d4047ce4f4813c78b5fde3 0.06 MB 134 166
224,092 224,092 00000000000002778dabb8cbf9e978e3ae9470ae0ed3a2989efb348a4ce2ef56 0.12 MB 55 67
224,091 224,091 0000000000000170bdb4647331117b978d713a0dceb03ffab66c24ebd1136063 0.25 MB 311 125
224,090 224,090 000000000000018a5ca7f351be7e53375ba9f46dcbed68375b970ef117615a79 0.25 MB 423 128
224,089 224,089 0000000000000216f726258b31c4e0dce2843523c9da0b9eaae82ee48314f62c 0.25 MB 772 279
224,088 224,088 0000000000000088e5718310ac6d4cb926b4fd92debc5e112bd01a594b9fd425 0.25 MB 677 216
224,087 224,087 00000000000003a68733eb1ed5eac38cfbf010d6df7141fd2d5da55439ffad51 0.06 MB 164 218
224,086 224,086 00000000000003110698e2282d14449b861d38226840ce743dbe4197ee7dd8b2 0.17 MB 259 96
224,085 224,085 00000000000001388c6f3d53d7b80471b4ce9d5e6f8f65759923eab9491ced90 0.25 MB 401 129
224,084 224,084 00000000000001405c524b081441217673800f487d8c6af230fe7aba3cf97a23 0.25 MB 641 249
224,083 224,083 000000000000029e92f7fe8e87045b2f1ee574f0a569f9385a60d9a79f916cab 0.25 MB 623 213
224,082 224,082 0000000000000214676bef7ce5d9867b2e1ddb5fd501cab112473927f74ce599 0.25 MB 722 258
224,081 224,081 00000000000000a3343a71c50efec7d8790978ce55aab4307b2941aa827749b4 0.00 MB 14 83
224,080 224,080 000000000000024888a3fc5d1a983945cacca0937d8c6fda3b0864838fe9d18a 0.02 MB 49 202
224,079 224,079 00000000000000285ea3f6c523a42bcff6b047dfb816e62e14047b48603d287c 0.09 MB 192 151
224,078 224,078 0000000000000317ee07d2600cdc0e3bc0081497311712d93fc2596c13b34fba 0.18 MB 431 177
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 101
    • Outgoing: 10
  • Data Transfer:
    • Sent: 186.86 GB
    • Received: 2.11 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.