Loading Tool

Explorer IconExplorer

Memory Pool

84,498 transactions
31.68 vMB
0.10751838 BTC
Random Selection Loading Transactions
Max Size: 194.26/200 MB

Candidate Block

Mining Attempt f9e2c3419a1eb9c5536f423e907460486630b26e705214cc5fcf4982bdf3c96a
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 9cd1c2363608dc94615d6517b9a33feecd436f9a30ca93e0c6c236959bc8acc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.03324714 BTC
Feerates: 504.27 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (311,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,197 604,197 000000000000000000131d3205c73b67af0ffa47ab996ea2e9bbfc1a4ddd0a27 375 1.00/1.00 vMB 3
604,196 604,196 00000000000000000003e869fb88effb853c23cbbc3efa293bb83d7a8ce6a436 2,102 1.00/1.00 vMB 14
604,195 604,195 0000000000000000000a9c86aa573017d9a1e3f2390ab38c4cf10e16ddaf2901 1,677 1.00/1.00 vMB 10
604,194 604,194 0000000000000000001113c24e220059b663a1a1d9d6209729a9c5a5c9f37296 2,710 1.00/1.00 vMB 23
604,193 604,193 0000000000000000000432b2745d93d51e0c15d02ad23de3a4dffe6cf6525fe8 221 1.00/1.00 vMB 2
604,192 604,192 00000000000000000005402c58b6ef7b23db17bf418f3d7d94cce0d22ec8c89c 1,326 1.00/1.00 vMB 10
604,191 604,191 00000000000000000015dfa1ce79905c7df6c3b1dbb8ed1eae8e0184b1642ed8 2,327 1.00/1.00 vMB 15
604,190 604,190 000000000000000000017a7bb19836f95528cb13155c57d90c6245920f4d54d3 149 1.00/1.00 vMB 2
604,189 604,189 000000000000000000103a3b0eee235e3293fc87e69eaa2327b08f6c77761a01 135 1.00/1.00 vMB 2
604,188 604,188 00000000000000000012af66fa6c315b90ffb406e6ade1560ea065b1c010fee2 155 1.00/1.00 vMB 2
604,187 604,187 0000000000000000000a5e82acb929280df078065bcb8659fe52010b06f164bd 1,474 1.00/1.00 vMB 10
604,186 604,186 000000000000000000053f246739af1cd94a025a90c0de262c60680071f7fd97 840 1.00/1.00 vMB 4
604,185 604,185 0000000000000000000a659dd0ea1e72a6c13e926115a65847a558c61578d2fb 323 1.00/1.00 vMB 2
604,184 604,184 0000000000000000000e21c0ed4c0eafe0c6614e2cdc74fe8bb7e2f7baaed3e5 273 1.00/1.00 vMB 3
604,183 604,183 0000000000000000000a185e6b0f648af96a01f9d19743fc212d9598d4f62521 215 1.00/1.00 vMB 2
604,182 604,182 0000000000000000000ed9f653f87a2fef471570fa9ae67103cbf7bd0d9d88f7 717 1.00/1.00 vMB 5
604,181 604,181 00000000000000000004a257560d2d2cad763b27082bb3d8b0e0516864352eba 737 1.00/1.00 vMB 9
604,180 604,180 000000000000000000020e49e39b38da9e09010368943dbcedbbe65afa4bff54 1,728 1.00/1.00 vMB 3
604,179 604,179 000000000000000000093d788e2bd461c7fe5f9be360c71afb4138a9ce75e510 2,599 1.00/1.00 vMB 31
604,178 604,178 0000000000000000000fb3c843177427a1501f729798e650aa349a22c1a98c0a 1,861 1.00/1.00 vMB 10
604,177 604,177 0000000000000000000221b3b73e0ece621e3819acc332fa4e3bc99599fb310b 2,925 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.