Loading Tool

Explorer IconExplorer

Memory Pool

77,267 transactions
28.63 vMB
0.06784639 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 422c4d7560d584731a822e8896329f8f02adbc9e62f9daa999bccead696495dc
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 2234c505d5f286abf02dbd04080c6bbc77cc77bca4e55f61f5c4974d5f333a93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.00847363 BTC
Feerates: 137.15 > 0.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (471,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,731 443,731 0000000000000000010d69d7e3b05897b6d6b1524ab590aa4dc6ef33bcd7895e 3,133 1.00/1.00 vMB 109
443,730 443,730 000000000000000003263447a5f063bc54f20bf570ed960ee80cbf71e555562d 2,295 1.00/1.00 vMB 83
443,729 443,729 00000000000000000175fcc33aac031474067c080bcb28d949d4338ca05f390b 2,234 1.00/1.00 vMB 96
443,728 443,728 000000000000000002114ea25061a6124c69ca4863bb98fa66e36a1a42376cb3 2,844 1.00/1.00 vMB 101
443,727 443,727 000000000000000002f59520e7fc8677475c7afc65bee717963f4c57d9fb7b96 3,169 1.00/1.00 vMB 110
443,726 443,726 0000000000000000008bdd287d401f04157b5c384487b3f90bf733edf0b9dada 2,657 1.00/1.00 vMB 71
443,725 443,725 000000000000000002896953bf9985a98d84e648b120b585d36ffc74ccfa90c3 2,611 1.00/1.00 vMB 102
443,724 443,724 0000000000000000010bf4193d610f5a427c8d638de5cb7c25c9d249d8bc8b16 561 0.29/1.00 vMB 62
443,723 443,723 0000000000000000009b84f1ad9a9efba99b466ee8922a1a81294a89ebd43464 2,220 1.00/1.00 vMB 102
443,722 443,722 0000000000000000036c50f4b628dde743d4bbe87e1ae1439b1d68af24f5774e 2,079 1.00/1.00 vMB 57
443,721 443,721 0000000000000000029a06acab9aa20f923b3b24ab0d8b05b8706657ce53fa50 2,367 1.00/1.00 vMB 52
443,720 443,720 00000000000000000188a82d8478e6c4453b63176d14ce65b89e4d433c10f44a 2,435 1.00/1.00 vMB 79
443,719 443,719 00000000000000000056b1eabf4a979210b7ed9f5998e941f54772d1a5e7f87e 2,437 1.00/1.00 vMB 103
443,718 443,718 0000000000000000034bb1f6cd4f5513dcfa1dcd6cbdbc44467f31be362e7355 2,447 1.00/1.00 vMB 74
443,717 443,717 000000000000000002e8536ba8b4524cc5d2d0a40fe5b31f0db5dadf5ce84f1d 2,273 1.00/1.00 vMB 61
443,716 443,716 000000000000000000a62664e72a24b95865cb51b5d681c49fcbc61f61ad52b8 2,257 1.00/1.00 vMB 68
443,715 443,715 0000000000000000002a6c6ec430f6fc91294375b8c2cf35358ab7c5632237ba 2,430 1.00/1.00 vMB 87
443,714 443,714 0000000000000000002bac9a669185813b4a6f63840cdc6c9806edf52bdaa89c 2,200 1.00/1.00 vMB 65
443,713 443,713 0000000000000000030496bb76d2db47ea31305c94e4b204778804295898ee60 2,812 1.00/1.00 vMB 81
443,712 443,712 0000000000000000005dae4e9cd4573869b2d13e5ae9114ab68f120ef05baed4 1,638 1.00/1.00 vMB 105
443,711 443,711 000000000000000001b3d2c26e2ea5833843d574e3f60723144715b0b4b5da50 2,923 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.59 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: 671.39 GB
    • Received: 15.92 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.