Loading Tool

Explorer IconExplorer

Memory Pool

58,745 transactions (13.21 vMB)
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 8 blocks ()
  • 7 sats/vbyte = 5 blocks ()
  • 8 sats/vbyte = 4 blocks ()
  • 9 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 96.38/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,705 000000000000000000022b910000000000000000000000000000000000000000 5,185 0.08848639 BTC 1.00 vMB 8.03
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,704 (742,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,765 169,765 00000000000007c0f8a756343839779b120c7ac6a08fa64f3b8ac0d09960c2cb 0.03 MB 54 114
169,764 169,764 0000000000000a16ed6d36a0dc40a06648720e9890fb221b72b6f8fdf3f64726 0.06 MB 148 120
169,763 169,763 00000000000009e4db280d0414d0fe12079a357e30795d26e47cd7a9a18b1824 0.03 MB 67 479
169,762 169,762 00000000000008e04f7b7eb666f09d58dbc3b9a4e06ff49fe8fa240efb1a6a4a 0.05 MB 53 288
169,761 169,761 00000000000003765333adae0874e8ad2e34bbf1749efbc9fe1db085ea75c27e 0.03 MB 61 51
169,760 169,760 0000000000000a7310fc6af2c68f5446e5ebf4d76c144ec08ac99e0116ddede3 0.05 MB 57 50
169,759 169,759 0000000000000007962642fccfd9ea04470ce411e3a1bc37d87f88a264f86a1c 0.00 MB 9 0
169,758 169,758 00000000000003b40dedd2812a4235181b184935ad8b8360f0115442a862d2cd 0.00 MB 14 0
169,757 169,757 00000000000003e9d12b03ea12c2cb2f1d55d8acc26b3cfc118b49989fff9524 0.00 MB 4 193
169,756 169,756 00000000000001b633d905ad9467d901c5a2f0cf3b0f004708519f44b7c145a5 0.05 MB 82 151
169,755 169,755 00000000000000c420923bce215c403e60646e188c71a1b9ca31892551929c9a 0.00 MB 16 411
169,754 169,754 000000000000033a6bcd0ac6d2beb7a174474d2fc2c551f28166e1aff967f5c0 0.00 MB 12 16
169,753 169,753 000000000000036ee9fa266cc3e9bdcc00ce70b1b8388f836e3ee3942b152b85 0.03 MB 75 99
169,752 169,752 000000000000066aa11bb1c0d882e4a578e9e9d60074b3e6e3a9ec8433f5d636 0.00 MB 11 0
169,751 169,751 000000000000011b2f47600fbff17d944694624e8bf8f3ac577a3a2016a4b8d3 0.05 MB 99 79
169,750 169,750 000000000000089a10b78649d7557d10688f89c7fcdba7f76f1bcea7e8605ca1 0.01 MB 20 43
169,749 169,749 000000000000091097bbb95d64d1da0546469c17f4c739df037da96e146ea8a9 0.00 MB 16 261
169,748 169,748 00000000000003dad753218094de98048bc57f502b3812c04a406bff600340a9 0.01 MB 49 4
169,747 169,747 000000000000053b3b08b771cccdb8be8097d1503b17a423deb3fd4818ce4679 0.06 MB 37 68
169,746 169,746 000000000000080deb3e39bdff96d309e5b1913f2632657fc78f0ddb9759a4b4 0.02 MB 51 92
169,745 169,745 00000000000002cf4774a7909c45c9e8804013682a471548dc77f48c2260950c 0.01 MB 20 0
Previous 10 blocks ↓
Total Size: 778.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 78
    • Outgoing: 10
  • Data Transfer:
    • Sent: 115.44 GB
    • Received: 1.10 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.