Loading Tool

Explorer IconExplorer

Memory Pool

26,486 transactions
5.10 vMB
0.03822892 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.52/200 MB

Candidate Block

Mining Attempt 6595aa3a0b0e9f81b5fed7ebca400fff56bb5c838e6f6a157d83446dc25e646d
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 37a247bfc10a6058455e152e1637e50ad083ddc4125892a5d10be59e0839bc1a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,932
Size: 1.00 vMB
Total Fees: 0.02751952 BTC
Avg Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (688,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,103 224,103 00000000000001cda8c5ff1248b8acc7df688ba44f4368dfe44eb2679d6e1a70 0.25 MB 797 295
224,102 224,102 000000000000031f22a48b93358b237bddde2422ed999e2ba78be374271a39e2 0.45 MB 512 26
224,101 224,101 000000000000018e3a3eaf10c61809f62b9aee506f8f987a4fd2460cbe93aac0 0.13 MB 307 198
224,100 224,100 00000000000001ae2609301ff16bf721da21c8f90c3540222ee5da941a2d87c1 0.04 MB 96 168
224,099 224,099 000000000000001f2899db91e2c996cd7de5b7153644e1db837ce8511e589d1c 0.23 MB 455 156
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
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: 100
    • Outgoing: 10
  • Data Transfer:
    • Sent: 186.75 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.