Loading Tool

Explorer IconExplorer

Memory Pool

76,217 transactions
28.44 vMB
0.07053047 BTC
Random Selection Loading Transactions
Max Size: 172.33/200 MB

Candidate Block

Mining Attempt 564a148b01cba63ffe016c0013613d28b0ec0d23d1e781617595c6570c5af65c
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 88a012b981ef4b68bbc2dd6976af0f0036721970484dd4126825a8377e6fdc7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,315
Size: 1.00 vMB
Total Fees: 0.01167749 BTC
Feerates: 178.73 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (487,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,163 427,163 000000000000000003f1a38181f2f606fcf2cd236615a6ce6ce4315e8bd52cba 513 0.24/1.00 vMB 58
427,162 427,162 000000000000000003e2e1f64e164e4c4599951876a50e646fa0d7f97d95c25d 2,375 0.98/1.00 vMB 60
427,161 427,161 0000000000000000046b02783cc370edb9a1b6526b6c5facfb87c8009decbb26 947 0.49/1.00 vMB 56
427,160 427,160 000000000000000000e1e93a63903369189db2a3c4a3951b24c328c9d1889faa 280 0.12/1.00 vMB 60
427,159 427,159 00000000000000000372f3bc6c0c8aaa3d070e0d8b0080a3d4fca1be303750fd 1,382 0.54/1.00 vMB 66
427,158 427,158 000000000000000004117a6a0fc4b3829e4fa3a3c4711cd3f5763948ae8c15a3 618 0.36/1.00 vMB 48
427,157 427,157 000000000000000004aede0ca37f3e0aa5c2287c27c66dd9dd38e61e91673b2a 1,651 0.91/1.00 vMB 43
427,156 427,156 000000000000000000b85bf5cb3e07d88e2125a742c724805aba3a2249047dce 432 0.18/1.00 vMB 53
427,155 427,155 0000000000000000050bcc7430a434ee1a0ecf881f23f2e1a26ecda14c727ecd 1,653 0.75/1.00 vMB 64
427,154 427,154 0000000000000000011da3355434f5a9df73d5c209edbeeb68fe05c832d6ae41 1,141 0.56/1.00 vMB 58
427,153 427,153 000000000000000001b9b9706e0847bfcb4d9d4a5c7ca15ba673d8ed370b037e 1,900 0.89/1.00 vMB 64
427,152 427,152 0000000000000000038c343e92d953ac1ea7b92e9276275c26f08674b575af4c 164 0.11/1.00 vMB 42
427,151 427,151 000000000000000002864fbb0ef1e20b4b6de2b3f9ce758b12a93bea2e487d32 499 0.20/1.00 vMB 72
427,150 427,150 0000000000000000016c1134c58a0014d14380114bf209bec4eab4ce77ed6fe8 485 0.98/1.00 vMB 14
427,149 427,149 0000000000000000050b73cb32e59d24dbfdaa92c36e464775975f03062b0268 1,396 0.59/1.00 vMB 66
427,148 427,148 0000000000000000000dede2edb588da2c20834bddd3c37f8fc225ea930304be 1,576 0.91/1.00 vMB 43
427,147 427,147 00000000000000000392a878c63da53a3fcc4fbff3d1d6029d749f60a89d8fef 809 0.40/1.00 vMB 44
427,146 427,146 00000000000000000435ed6dcba4be3d02f36d56017a0823bfab233712178581 1,178 0.62/1.00 vMB 54
427,145 427,145 000000000000000000c4a2c62946bc230a59f6691848e1ebe06367cf64843348 156 0.31/1.00 vMB 19
427,144 427,144 0000000000000000037edbecbd5961739bdc0623008a457dcaa8c59389163d6a 1,065 0.62/1.00 vMB 38
427,143 427,143 00000000000000000142d9208cd8c8f0d21e70657eff53e35bf0fba5608912ea 2,437 1.00/1.00 vMB 72
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.10 GB
    • Received: 16.14 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.