Loading Tool

Explorer IconExplorer

Memory Pool

29,149 transactions
9.97 vMB
0.03833487 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.35/200 MB

Candidate Block

Mining Attempt c2ba72ac924ed6cf4709508359b45e052973e779f918d78b14cb0b343583f18c
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 4c3c973a8d72ce8ae6562dcb3e28515869e105c80fa8bcb69dd659c02efb6cd4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,932
Size: 1.00 vMB
Total Fees: 0.02147323 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (755,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,697 157,697 0000000000000006852f5de2bd8707a6eda2ca047d762e751dc54616ed9764ba 52 0.02 vMB 53
157,696 157,696 0000000000000518d5fff3c1895d98694bc3d39e962e0a65facd51021c02d7f6 29 0.01 vMB 49
157,695 157,695 0000000000000a997101de576b2855ad9c7f14ac293122b3ae478cee5c7c70be 8 0.00 vMB 109
157,694 157,694 000000000000001af71259c98d8c49cef039098e782604f3b45c45dc66de0fa6 35 0.01 vMB 126
157,693 157,693 0000000000000575a62052daeb44569c2b633e5a2f2243523f07b0daea2c6528 18 0.01 vMB 52
157,692 157,692 000000000000033528863ea6dad6f607ac9f5e406d33319fa7642effaad73ba4 90 0.02 vMB 79
157,691 157,691 00000000000004ace72f0cd5a975f67d72df8c00a6dd87205f0208351d2d9d35 8 0.00 vMB 100
157,690 157,690 0000000000000479ce6373d5fb6c33073a7d4547a67a35ec6a47b109421658b7 1 0.00 vMB 0
157,689 157,689 00000000000002e018ebb40c1aeff230a509f5d8c1e5f681b5418904386bf334 55 0.03 vMB 72
157,688 157,688 00000000000004ac338d05aa90682a1812d661a6077d942e1f05518e970730ce 2 0.00 vMB 193
157,687 157,687 0000000000000c02f752325bdd1907d81644dcfd1852488cfb27fe47447fac79 19 0.01 vMB 59
157,686 157,686 00000000000002383087605d82b9e709a052daa9b0ccf962d407c11c27d374bf 4 0.00 vMB 114
157,685 157,685 00000000000009ed46c429d7e2786a815c94ad981110202828d791f2a2b835b3 19 0.01 vMB 65
157,684 157,684 0000000000000daf364aa5b66130c2b9cc99a8cb50755d15973bacbd0d6815ea 20 0.01 vMB 38
157,683 157,683 00000000000006227040d6ad4972fd852f1ce692a398956e69d8e79aa469dc27 158 0.04 vMB 3
157,682 157,682 00000000000007f6dde62837d52cd25d66f2f0b36022018437c51e05ae62628d 110 0.05 vMB 96
157,681 157,681 0000000000000531aeda4c8b2b79fbfd0ecef77b68f10a8693bdf839be6b5ca3 9 0.00 vMB 1,064
157,680 157,680 0000000000000a27c0f306769468b8b840563c31d0ce53a9df3205ff98ef293b 56 0.02 vMB 261
157,679 157,679 00000000000001d007e5cc146bb7794c106ea6ee15db61064b8af67c3c09bef8 29 0.01 vMB 4
157,678 157,678 0000000000000db77e35c955c1b54682cf7a3f44fa1329d4c3bd0eb4d0137fc2 2 0.00 vMB 0
157,677 157,677 000000000000088626388af719ead4577e972982e8b4b126ce22c9cefcc38b06 7 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

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