Loading Tool

Explorer IconExplorer

Memory Pool

83,801 transactions
31.76 vMB
0.11873693 BTC
Random Selection Loading Transactions
Max Size: 194.02/200 MB

Candidate Block

Mining Attempt a0797e0c5f9199245c8ee17358d45ea96fd9d6768506380d4b26ea621321f79f
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root d3a7f4fae08120c5660ef6bbc829126e1af7656ee8b2c2c93077fbfb821c7ebb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.04240311 BTC
Feerates: 301.05 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (258,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,345 656,345 000000000000000000053cdfb217b819113e08c2868c2971549b96623488b175 2,809 1.00/1.00 vMB 109
656,344 656,344 0000000000000000000dbd3fb79b56bb161199d84c1bcc00787b6b64b0dce727 2,564 1.00/1.00 vMB 162
656,343 656,343 00000000000000000009cedcfb788dc0e5134a794f8f8534deb9ad42eaf1119b 1,936 1.00/1.00 vMB 182
656,342 656,342 0000000000000000000d396331ba7ccb1522d4ea680e805e90eaba4bba64eccc 2,825 1.00/1.00 vMB 142
656,341 656,341 00000000000000000005a4570e2a84731eb8b0b064b8e294dea3f1215b78848f 2,664 1.00/1.00 vMB 133
656,340 656,340 0000000000000000000b41dba70043eaa2f333fcb50b6f02f71be7698a0da209 2,761 1.00/1.00 vMB 112
656,339 656,339 0000000000000000000388fd556993a34a488de17975664174ab2d31b3f8b61a 1,334 1.00/1.00 vMB 202
656,338 656,338 0000000000000000000154e3fe241c5b128a5d60a2138015e9b0d7ca44f31453 2,675 1.00/1.00 vMB 170
656,337 656,337 0000000000000000000485a58f8240d1cba81dd74b88d8fb2126af7ea5b4f2c9 2,638 1.00/1.00 vMB 164
656,336 656,336 0000000000000000000aa8f14942902f6fbf35d4b2536b4e8f845e9c594fc3d5 2,767 1.00/1.00 vMB 157
656,335 656,335 0000000000000000000c421dc0aaeab6452106f4135a6872a6536d65fccb1d86 2,623 1.00/1.00 vMB 198
656,334 656,334 0000000000000000001036deaf019131eb27ad8f4cd221f75679f91f2e3090fe 2,536 1.00/1.00 vMB 139
656,333 656,333 000000000000000000067a86b4cfd2c00e0441fcb3fc7af88f495f1448aa8469 2,552 1.00/1.00 vMB 162
656,332 656,332 00000000000000000001ead5a2650d241ce3a8bd38f0f48680c7949e804baea6 2,123 1.00/1.00 vMB 235
656,331 656,331 000000000000000000031d86bd0c3b94864a3d07e79f9bd4075b28dd4e51b982 3,087 1.00/1.00 vMB 156
656,330 656,330 000000000000000000034be4d7c334749cfc08e84e2d2399c1987a0a9e3e304d 2,553 1.00/1.00 vMB 168
656,329 656,329 0000000000000000000ab45fd03e6b694184f27fdeecd3b89f5c449eae374043 1,887 1.00/1.00 vMB 180
656,328 656,328 0000000000000000000fd9a278271714686dafeaaaf79e3bf99ab254d96a7c11 2,184 1.00/1.00 vMB 238
656,327 656,327 000000000000000000030bb87607924e239cee413f9ad6aa5765c2132fd83637 2,693 1.00/1.00 vMB 218
656,326 656,326 0000000000000000000dcda282e40939c78a1405e4ea1dfb40fad37a675e326c 2,117 1.00/1.00 vMB 215
656,325 656,325 00000000000000000004e4bfbbeb94ae53ea4bf1c78ec4e62475c2fe37e8f90d 1,656 1.00/1.00 vMB 291
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.34 GB
    • Received: 16.89 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.