Loading Tool

Explorer IconExplorer

Memory Pool

76,792 transactions
28.61 vMB
0.07113456 BTC
Random Selection Loading Transactions
Max Size: 173.35/200 MB

Candidate Block

Mining Attempt 65c579a57a33a18a3c5a7c767fd728a7e54a6ec9034fedfc0ff5ca242d562789
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b7b22243e7e2ba23b791e1920148531c6e22eaa538d77113e0eb639125cfd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,419
Size: 1.00 vMB
Total Fees: 0.01172360 BTC
Feerates: 71.79 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (310,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,201 604,201 0000000000000000001254ae045fb8a49f6fc36b78cec2295eaa69192a1662c9 2,963 1.00/1.00 vMB 27
604,200 604,200 0000000000000000000f081c2a71cd983d3adbcf1d04bc5fc04d3dad5ded5f42 2,547 1.00/1.00 vMB 12
604,199 604,199 00000000000000000000e776ba695ab42ff342a1d80530bb1136d12b5268e7a9 2,624 1.00/1.00 vMB 26
604,198 604,198 0000000000000000000c85b69e0cdeb97ab1fcfccadd8677129126fa051f0a17 2,552 1.00/1.00 vMB 15
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.