Loading Tool

Explorer IconExplorer

Memory Pool

79,153 transactions
29.78 vMB
0.09363190 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt ee0d1c3ff460f626f3c8dffc8a99a336accd3af9c8333548fe9f2be023d9e2a1
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 165d6b7c21a26ba51510375873070b554e7a6bc59e1664120f3db5b1a8bd96cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.02687999 BTC
Feerates: 101.62 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (496,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,680 418,680 0000000000000000043838a03d99ee3398f8cb9fb62e4639a9100f0a8185dce3 2,435 1.00/1.00 vMB 71
418,679 418,679 0000000000000000052536f850e5acc5337d0399c01f57433d9201c051a423b5 1,310 1.00/1.00 vMB 36
418,678 418,678 0000000000000000052b7deb584925d5d3c25665560acb9109e89ac9ea35deb4 2,464 1.00/1.00 vMB 74
418,677 418,677 000000000000000003afea7e0d2dda0d29de37258dc35219cb4ad86c6ce66a04 1,573 0.99/1.00 vMB 24
418,676 418,676 000000000000000002c6c5514735d12429b6b537b75ce77fe88fbbfe4b57d6a7 2,301 1.00/1.00 vMB 57
418,675 418,675 000000000000000000f1d913dc96db81dd89939a89c497a8b2de06dc1faeccec 1 0.00/1.00 vMB 0
418,674 418,674 00000000000000000510f9da6852577dcadbd08fc1de4b68b9a01642a25b66bb 2,250 1.00/1.00 vMB 50
418,673 418,673 000000000000000002db591c43978107372aa2536e63326614fe9d9c186a813d 2,562 1.00/1.00 vMB 77
418,672 418,672 000000000000000003ef1011ec2bf30c239c3ab4274d3691e69cb956c46c40fe 2,935 1.00/1.00 vMB 77
418,671 418,671 0000000000000000033efc78ac193cb1cca47eb84574080ade4ad0667fcaf887 2,650 1.00/1.00 vMB 72
418,670 418,670 00000000000000000192e577685a3e52feec9e7b20c6a528384721a445b29d97 2,995 1.00/1.00 vMB 101
418,669 418,669 0000000000000000007bf46e9bb4cfff28f790bda8099644910f0afabd941300 211 0.08/1.00 vMB 78
418,668 418,668 0000000000000000000824b4274d740739eea4a9259c11592bbacbfb956d31cc 1,668 1.00/1.00 vMB 32
418,667 418,667 00000000000000000258d613e4bcf04be9f271b13a588cc340d5810aaa1c1b8f 1,767 1.00/1.00 vMB 56
418,666 418,666 000000000000000000d4f849445e2b5230edc69616395e28dd625bca8e5091f0 1,721 1.00/1.00 vMB 39
418,665 418,665 00000000000000000481d2fd73aabea89a0a6aa4871304e4458b6eaa61cd19ad 2,262 1.00/1.00 vMB 40
418,664 418,664 00000000000000000003582f3b7a5928c14417dad165e8f243da907be7ed186b 1,811 1.00/1.00 vMB 52
418,663 418,663 000000000000000005160c8aa89431f8a8767a136bad9b707c3fdeffc2c12b4d 2,317 1.00/1.00 vMB 67
418,662 418,662 00000000000000000521e4593d35a794a0b16b7e8dbe6f962ea23d1eacf3bb7d 1,541 1.00/1.00 vMB 39
418,661 418,661 000000000000000002df275bb0e17646a728713c5ca86b3d0571d0b8c81135d9 2,575 1.00/1.00 vMB 55
418,660 418,660 000000000000000000ad06e990ecb882fd61a81d0ce7f77db6ca4b6fd98ff25f 2,651 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.62 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.04 GB
    • Received: 16.12 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.