Loading Tool

Explorer IconExplorer

Memory Pool

37,134 transactions
25.93 vMB
0.07608285 BTC
Random Selection Loading Transactions
Max Size: 133.51/200 MB

Candidate Block

Mining Attempt 0e2244a206040d3e8094dbfccd550fb54ee0de8a0a4cf9a8f559ac033dfc0fe2
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root e1913ed5881b3d57ee7b31d58734257f94a95cf44c1d49ae4b70032a39e5d133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,705
Size: 1.00 vMB
Total Fees: 0.02884285 BTC
Feerates: 502.65 > 2.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (849,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,780 65,780 00000000073ade2759805c9fd1dafb10f24a7c94d50553dc207a6d0ef9163385 1 0.00/1.00 vMB 0
65,779 65,779 00000000061281a5ccc31a400f1402ce7570a5634019039e18fc7479a1344a99 5 0.00/1.00 vMB 0
65,778 65,778 0000000007b1388f59c78a20dac6f612c469c286015dd987758e92fd08024b47 1 0.00/1.00 vMB 0
65,777 65,777 0000000001afb790e55e1817ba58679b1b8ab17deb5a2ee61374f2d7e8f65afe 2 0.00/1.00 vMB 0
65,776 65,776 000000000321320d2eb633db1694bd3cf71ea613beff1e163c2c96e3fb5adcac 1 0.00/1.00 vMB 0
65,775 65,775 00000000041dc5ee4b22cf1c1b171e197144ca6b523a7d08cad9007dd72bba70 2 0.00/1.00 vMB 0
65,774 65,774 00000000035cd052a0a02f5af667cdded6621efdc1a87fd53482e15575486a09 1 0.00/1.00 vMB 0
65,773 65,773 00000000069dbc83e8f34db7f7259a6c411162256c103056d5f2bb70ecfb9125 3 0.00/1.00 vMB 0
65,772 65,772 000000000507b62dae333844e8de6d8e48264cd212747af294f255ee6bbcf1aa 1 0.00/1.00 vMB 0
65,771 65,771 00000000004f28aa7604ae6bb9cdbb347586b16c3402f75fd5dff705d4e77ae6 4 0.00/1.00 vMB 0
65,770 65,770 0000000000e0cf7b7d46548322156608818e808ce691200fc7b90b85187abf9d 1 0.00/1.00 vMB 0
65,769 65,769 00000000000c4a67453dc12d1930f218e3021aa56c1c9243eb7c0c80a12117b5 11 0.00/1.00 vMB 0
65,768 65,768 00000000017487c1339af606144372dcd8590218fcd94d1b5b3106b99ca6a482 1 0.00/1.00 vMB 0
65,767 65,767 0000000004bf792fe0db1bac900b34866f1c439629fbc8e3895b506d1e64e1a1 2 0.00/1.00 vMB 0
65,766 65,766 000000000176ef33e00d59995665e4da9d93fd8f6167e9039c0933806f49a682 1 0.00/1.00 vMB 0
65,765 65,765 0000000006ff9d441d3f2f3651de68596e722484aece760d036b83e2f1773f97 2 0.00/1.00 vMB 0
65,764 65,764 0000000009620cc4155bb961c8fe8b893d615f0e2581680a8cc4b66025936412 5 0.00/1.00 vMB 0
65,763 65,763 0000000008126b3a171a3714207e79dba9b60805a7f73d1c3f5ba7db5fdcdc7e 3 0.00/1.00 vMB 0
65,762 65,762 000000000ae0f7c0cc7d5941990e2822265eae3e6b6ca2da16e955cf15cc2a5b 4 0.00/1.00 vMB 0
65,761 65,761 000000000090f8705e6837fa7dc8d945b7f17329794eabc7a395e594441b81a8 5 0.00/1.00 vMB 0
65,760 65,760 00000000025d70cf4a7d713d5f21973bd0531065ac478187a52c64c9d4dfe96a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.