Loading Tool

Explorer IconExplorer

Memory Pool

73,152 transactions
28.37 vMB
0.06706795 BTC
Random Selection Loading Transactions
Max Size: 167.78/200 MB

Candidate Block

Mining Attempt 9068104bc3bec54dcd4ca8008e168921caea246b6111fec1c4ce58165d10a41d
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 18c3f131cce1b75b7a8da1eb5920659d73c0cd4438ae8857b9874991bcfc80bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 1.00 vMB
Total Fees: 0.01026287 BTC
Feerates: 100.36 > 1.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (126,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,125 788,125 000000000000000000016f6da0732c6c99a30ba45e943526fc792a7130fbbce9 3,089 1.00/1.00 vMB 101
788,124 788,124 000000000000000000027e2b880bc28c2e2a7b03b85c26edbc2bbfa85c6b9cc5 3,760 1.00/1.00 vMB 127
788,123 788,123 00000000000000000002c06e3ffdacdf49f7451a548eeb8d59f9541071fc7b21 3,305 1.00/1.00 vMB 155
788,122 788,122 00000000000000000001d8e0da72b49e25e86ff68cd07c6eb4f0aaf60fb9c9de 3,294 1.00/1.00 vMB 118
788,121 788,121 00000000000000000002f30e2a7fd997f06f08a6d6a654295dce86a0508e6c89 2,734 1.00/1.00 vMB 154
788,120 788,120 000000000000000000005ef034d20ce097cb5a63505b543aa6d232269fd704e2 3,624 1.00/1.00 vMB 135
788,119 788,119 000000000000000000051e0c019eb6d6a4a9eace180328424e6e1936c939b3b6 2,931 1.00/1.00 vMB 160
788,118 788,118 000000000000000000038f844801b7559f4ef9ec9ccb1c646ba021a9023a6f2c 3,662 1.00/1.00 vMB 124
788,117 788,117 000000000000000000050985084130a421a828bc77440e16528fa05d29a7ca12 4,425 1.00/1.00 vMB 25
788,116 788,116 000000000000000000002ec3de123d67940df8c0acda42bbc3ac39878d3d8a40 3,625 1.00/1.00 vMB 72
788,115 788,115 00000000000000000001be8dd1aa2cd8211eadac6ceca1b7e7c272754044d2c8 3,942 1.00/1.00 vMB 131
788,114 788,114 0000000000000000000104f0f3979b914dba1d40439b58f0afbc64d3d7b05637 4,195 1.00/1.00 vMB 24
788,113 788,113 0000000000000000000051788afed5d99dd6c122de7ae9fcfa61efd2ee23d979 4,056 1.00/1.00 vMB 31
788,112 788,112 000000000000000000028c613cc1b278db45e3d299b2d6848f70e65c600daab5 3,929 1.00/1.00 vMB 60
788,111 788,111 0000000000000000000241c8f4a2e49f2e1095a548f5dd545c7fb9770798d25f 3,968 1.00/1.00 vMB 87
788,110 788,110 0000000000000000000073ea52f56727061992f3c1056394a46ca0f63561105e 2,815 1.00/1.00 vMB 67
788,109 788,109 00000000000000000000d46843f52726ff8a7fe2b1c90541ce7baa45c7bad341 3,075 1.00/1.00 vMB 132
788,108 788,108 00000000000000000003828c7cd1e30b33877b28ead241da88cb7fdca82844e8 3,385 1.00/1.00 vMB 140
788,107 788,107 000000000000000000000427265289cdcf0753d9d6fa18d5733dfb350f1531c3 972 1.00/1.00 vMB 167
788,106 788,106 000000000000000000000fd8f8b3169843fd9dcb067b541c76cf107fc92f118d 3,734 1.00/1.00 vMB 151
788,105 788,105 0000000000000000000464c2c9a69a92c2553e93b02baf9aa90b2132809e35fa 4,066 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.