Loading Tool

Explorer IconExplorer

Memory Pool

82,802 transactions
30.39 vMB
0.14699156 BTC
Random Selection Loading Transactions
Max Size: 184.07/200 MB

Candidate Block

Mining Attempt eb8fe33b28580feb03f63034f874ec408dfcfa05f05d499ae66c1779fffdbfc6
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root aae884e7e92475197221df3b667f6cae6e48eca557534441b1ff7869718a6593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.06652682 BTC
Feerates: 150.61 > 6.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (514,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,795 400,795 000000000000000000d1ca1db68ccbe84c12f751c98b9d1a14f728e683e8d359 2,150 0.93/1.00 vMB 63
400,794 400,794 0000000000000000003d104665f55e19a3bc69e68bfab83f4616d3a1f178e131 2,234 1.00/1.00 vMB 35
400,793 400,793 0000000000000000055a1f00c428cd6707e119b962109adf17f5dbd901d46ef2 2,794 1.00/1.00 vMB 54
400,792 400,792 0000000000000000039ef2d0ffcdb959f223451c6a2a906d17f23cf5c728748b 2,564 1.00/1.00 vMB 64
400,791 400,791 000000000000000002efe80d8164b669ff79b3971f92b5851536c7d202ff26f5 2,033 1.00/1.00 vMB 60
400,790 400,790 0000000000000000020d6c1961cabc57ae4e385fecb633bcea39aca829cd626b 1,772 0.99/1.00 vMB 54
400,789 400,789 000000000000000005ee009a6c995282aa05654afa13d14b1ae347d5a0b36194 1 0.00/1.00 vMB 0
400,788 400,788 0000000000000000003887952dddf925de652b3b039863687079a9c98e428247 1,453 1.00/1.00 vMB 28
400,787 400,787 000000000000000005fda254628ac85233be3ed40c628b6772c9c1caa005ed16 1,758 0.99/1.00 vMB 35
400,786 400,786 000000000000000004e233778bde6283f9ad9bb84a7a087fc5d94ebc67b08dfe 2,080 1.00/1.00 vMB 71
400,785 400,785 000000000000000001a0b118405b545dab0a8c38bb9affa4c3a5e8f84b2fa80a 1,972 0.99/1.00 vMB 42
400,784 400,784 00000000000000000180a232d87aa224322cae15f3d9aaf3f5907db42ea58ed3 1,939 0.95/1.00 vMB 55
400,783 400,783 00000000000000000633b91d7530f2307dd97c150761a625019244f08105217f 2,126 0.93/1.00 vMB 64
400,782 400,782 0000000000000000008fdc19af13e36a4fa73bb893f206614d2182387c03bd46 1,112 0.99/1.00 vMB 25
400,781 400,781 000000000000000006236bea9303ea26c1d120e39db39806e554b5f405e42f0d 2,084 1.00/1.00 vMB 34
400,780 400,780 0000000000000000061c868ae2a745587883f7f7b4f4ee8bb696b8027d8e7119 2,638 0.93/1.00 vMB 112
400,779 400,779 0000000000000000063ed40e0d41e0e9b284ba8f87ea2a5a17fce5e2084ffd23 1,455 1.00/1.00 vMB 63
400,778 400,778 00000000000000000145ccde3f0b125b952f1a87abba6724fa9e2fc2a9afca69 1,238 0.75/1.00 vMB 72
400,777 400,777 0000000000000000018c7d3dcb975c3ac5a26e2adeb02d43413850cc2881d8f6 1,370 0.93/1.00 vMB 26
400,776 400,776 00000000000000000605fb367773e9e31cf9703635518e60a4a1e016a4dc2b6d 2,650 1.00/1.00 vMB 60
400,775 400,775 000000000000000005e8d6591cf2cfe68aec0b1b7c91d8351e3953cfcf4e8917 2,546 0.95/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.