Loading Tool

Explorer IconExplorer

Memory Pool

52,829 transactions
29.52 vMB
0.09512125 BTC
Random Selection Loading Transactions
Max Size: 158.34/200 MB

Candidate Block

Mining Attempt b622436537f303c1e98527d9d67da3af88662cb93b7f45be5a63c6e8bf9a4b56
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root a247e5873e8876f7da2a04d7c3b42d9216bba9e8400d6d525a3a241178e44666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.02507578 BTC
Feerates: 100.53 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (206,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,056 708,056 00000000000000000007043973bdda2c36b663f5f68b1b595879807551219beb 2,224 0.87/1.00 vMB 15
708,055 708,055 0000000000000000000520d6d00da726f2dba8f7a347ea28ca459aeac382f00b 456 0.18/1.00 vMB 12
708,054 708,054 0000000000000000000798efbf00153eab3ff495112901be7ff90c6b3835e9e9 730 0.20/1.00 vMB 13
708,053 708,053 00000000000000000005e4fd1d30cf9bc2b2e7535281a0c6e0b790fef7324cfb 258 0.16/1.00 vMB 4
708,052 708,052 00000000000000000009b67acb661fde7f82057076dabd0bb3cdf9f55510bf98 1,751 1.00/1.00 vMB 7
708,051 708,051 00000000000000000006eca53602898f8768af26f3b833e35b614a7defa101da 2,556 1.00/1.00 vMB 10
708,050 708,050 00000000000000000005e012a3dea45101213b3d6993a89d6b82e1fefa5a2ff1 2,457 1.00/1.00 vMB 8
708,049 708,049 00000000000000000003caea9b117d5b8e6e2f6ec6833f366aa53970f9acd777 1,790 1.00/1.00 vMB 11
708,048 708,048 0000000000000000000295ce3765d30afdfbf8c4866a86fdf97406d480e7889e 2,975 1.00/1.00 vMB 6
708,047 708,047 0000000000000000000a55eb4b6d2e28401073128ec97de4a210e88211708d3b 3,142 1.00/1.00 vMB 14
708,046 708,046 00000000000000000007e4ce68d305aacedea8061be7f7d24d01a54a21812585 2,667 1.00/1.00 vMB 49
708,045 708,045 00000000000000000000bc2fdb6f7d7b2574ace2f699af596bb5e931faa2d5f9 2,680 1.00/1.00 vMB 32
708,044 708,044 00000000000000000008b15e6d74fc6c46e92ae633d5d6c57985d8897e626611 425 0.13/1.00 vMB 12
708,043 708,043 0000000000000000000b15d51fce3285d8e77799608bae10ad8be20a2df8d259 713 0.27/1.00 vMB 9
708,042 708,042 0000000000000000000661591b3e9f8c04f6a911367f08b9d5da8a3bf8e1fd16 1,462 0.72/1.00 vMB 8
708,041 708,041 0000000000000000000347193541e542ea100f6c8ecaa700768c05c71b27ab57 3,266 1.00/1.00 vMB 12
708,040 708,040 000000000000000000049c47f18996ac09cc47421e255838776c14b87e0a4c79 2,757 1.00/1.00 vMB 13
708,039 708,039 0000000000000000000aa35cf5a73382152424e26cfddb8650b3fe4e716128cd 2,354 1.00/1.00 vMB 6
708,038 708,038 000000000000000000042eeaa734ac6ea365a7d9653b95701af43b7f5c391c3a 3,082 1.00/1.00 vMB 5
708,037 708,037 00000000000000000002a61933899858e54d19bf0983d23f4aab04c463a4c08d 2,081 1.00/1.00 vMB 11
708,036 708,036 00000000000000000000b2337d6f1f5f283eec7b485d852a5a330082d691d99f 2,744 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.