Loading Tool

Explorer IconExplorer

Memory Pool

72,633 transactions
28.05 vMB
0.06991736 BTC
Random Selection Loading Transactions
Max Size: 166.24/200 MB

Candidate Block

Mining Attempt 46fbc6e8b537bb8b31a8a5bf4eb601c953548f8c7aad301981090b2064d57f7b
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 5f6cca17b01abed1047cffb020d7b6fbb9691d8181a42337d04815e9a0f2e6cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,671
Size: 1.00 vMB
Total Fees: 0.01386489 BTC
Feerates: 101.52 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (688,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,749 226,749 0000000000000342f5b1bf9c8dbcff1e79e799c1398e64519f2901b93d9070be 71 0.03/1.00 vMB 175
226,748 226,748 00000000000000175436d24c4aab625f265e0137b5398c65688d93e0d6b344b2 201 0.09/1.00 vMB 16
226,747 226,747 0000000000000164d65e0bf0ac4dbf6f2611f16c43bb74e76a13b994793511f9 201 0.10/1.00 vMB 165
226,746 226,746 000000000000035970545fe7b76727a70f0d2e99cc9d5270c62ae790e22ccf40 439 0.19/1.00 vMB 179
226,745 226,745 00000000000001341b7aecf18c9ec678bc54f1c86ea9e6b1c0271b6e1e2ec9c8 7 0.00/1.00 vMB 122
226,744 226,744 00000000000001a5b35b6c42e0fa65e6ad5ec52891c5040f67e017463e484dfd 97 0.05/1.00 vMB 112
226,743 226,743 00000000000003231d2ba6b96dcbc002684a44a335c410869d12135e5cc87a15 126 0.06/1.00 vMB 168
226,742 226,742 000000000000026b117e251c294bda7e24963c7265e76328b6b0fd4fd328c677 121 0.05/1.00 vMB 172
226,741 226,741 000000000000035dc4db706716be3a419acfae585e638d7cd68d7f5754b651cf 75 0.06/1.00 vMB 71
226,740 226,740 0000000000000163d6878d1720ea8bf67975b332741d1767a8307b3377a06ff9 269 0.11/1.00 vMB 73
226,739 226,739 00000000000000d85d9df05635e67969560202cf4a65e9fbbcb0d1c3954a7c67 73 0.03/1.00 vMB 175
226,738 226,738 000000000000023c802c95fee8606b665d74fdeb634b0f582fbb4883c401e1e0 82 0.04/1.00 vMB 94
226,737 226,737 00000000000000e620cfe9ad68feeaf48e23a45e74e07b9b25e38414dec05785 304 0.15/1.00 vMB 164
226,736 226,736 0000000000000217492f241e363e615fbe0c066288836787c5cabddbfa85fd94 8 0.00/1.00 vMB 88
226,735 226,735 000000000000035b82dca29b44d300ebbb9204e68ad99c8caf8b406547f660e0 168 0.07/1.00 vMB 189
226,734 226,734 00000000000000c25c35ac1a7cfe10c8fd9eb671562ff20ad2f87d569f505d79 159 0.07/1.00 vMB 112
226,733 226,733 00000000000002e00107ffe451fbd70b7d0825df2ff8982e70701200073c4fba 256 0.15/1.00 vMB 1,336
226,732 226,732 0000000000000292e18ef005937e5d91c26e4ccbed97fe89fcc603715e5fa613 273 0.15/1.00 vMB 747
226,731 226,731 00000000000002e79205f4f85c2962c4206bf235a0403f12602fcb6b684d1768 119 0.08/1.00 vMB 172
226,730 226,730 0000000000000107345b909de728bf35ee98b14a26bca9dd192e51f1c8ca8728 247 0.12/1.00 vMB 192
226,729 226,729 00000000000001c4753f6cf01a2ff3d24bcf26cf14b519caf4a2793ae37a6acd 378 0.20/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.