Loading Tool

Explorer IconExplorer

Memory Pool

82,603 transactions
31.85 vMB
0.09432246 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt 5d300132204091b8582711afee5a33220663c3323ed3a80ce627130faff83ab2
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root cb2145249445e0b16864d141552c18f7d6ad48007ad9a5bd936a03a1aef02433
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,665
Size: 1.00 vMB
Total Fees: 0.03081094 BTC
Feerates: 101.66 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (463,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,735 451,735 0000000000000000022a4dc9858e3a9c1d05cb153172bac3b876d152b4594cba 2,606 1.00/1.00 vMB 85
451,734 451,734 00000000000000000164e5537be96b7f9820fe98c554dd2e40666bd56625e025 3,261 1.00/1.00 vMB 88
451,733 451,733 000000000000000002205573b82a4a44cbf428c46fa82ff23888f4db42bdb56a 2,656 1.00/1.00 vMB 70
451,732 451,732 00000000000000000102114687d2659745f02d1ddd1d643c9e0acd2bcd11a92d 1,708 1.00/1.00 vMB 94
451,731 451,731 0000000000000000029975dabb4bc2f0d9ce0eb5892078c2fede71240544fd19 1,822 1.00/1.00 vMB 123
451,730 451,730 0000000000000000003714da814e1a12d47be2e18281f6b522bcda3701f03a0c 2,341 1.00/1.00 vMB 76
451,729 451,729 000000000000000000fcb6c7f3f346d92a81eb797486eaa0cee84993f3b17955 2,889 1.00/1.00 vMB 81
451,728 451,728 000000000000000000d9fb1210b0f0737d8d9856e15158e91cdf78fef62b365c 2,551 1.00/1.00 vMB 104
451,727 451,727 00000000000000000134e316e59867690dd8d90e44a0631f64ad506c678633ba 1,992 0.75/1.00 vMB 103
451,726 451,726 00000000000000000287e02c4f54ee5fa3254f6a8b7f5b009483db7687a254b3 2,839 0.99/1.00 vMB 134
451,725 451,725 00000000000000000241c1bdfddd9ebe4ef1bd6d512dfe9f6a21fff3b55262ef 1,971 1.00/1.00 vMB 83
451,724 451,724 000000000000000001e27b9e11ed11fd051844afbc40099e9b1266f39cc320d0 1,963 1.00/1.00 vMB 118
451,723 451,723 000000000000000000aa035a0471c95bf9721730e0e319183b03b539c6dea6de 2,144 1.00/1.00 vMB 98
451,722 451,722 00000000000000000279bd1d3401062a76904107f174912d775c2e1f6670eb85 2,133 1.00/1.00 vMB 118
451,721 451,721 0000000000000000008f83aba3898ea5d4b8f65cc0a21c225088bbe4c31b5ea5 1,839 1.00/1.00 vMB 131
451,720 451,720 000000000000000000efab469f25f5b5326f1a611e00c7f1b3072b54c2bb9cf4 1,459 1.00/1.00 vMB 142
451,719 451,719 0000000000000000012796e28330edda70f78b8e80dc51924c81c3de9fde6e44 1,659 1.00/1.00 vMB 149
451,718 451,718 0000000000000000019d9e415ee0deed0c6135f370496ed4e1cdbab67852828a 553 1.00/1.00 vMB 142
451,717 451,717 000000000000000000be53285fccd4ea704c90c930f2fac8adbaafb986aa21b6 1,709 1.00/1.00 vMB 184
451,716 451,716 000000000000000001366ea780a94cb46c5debbfa25d126e93f0d42da26407ee 2,444 1.00/1.00 vMB 119
451,715 451,715 00000000000000000140d87837b5ccf95cf34ae4b7daf28b99eb2dc33873cca3 1,792 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.31 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: 658.70 GB
    • Received: 14.58 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.