Loading Tool

Explorer IconExplorer

Memory Pool

78,921 transactions
29.52 vMB
0.10885255 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt 29f3388a8b14705b98135936ad28b269478dcaf82001b34dc0a0921dc0ee386c
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 3e39553bca8d573c496ba3d4a8d99ed86548150d325e945e3519b219ee4256da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,787
Size: 1.00 vMB
Total Fees: 0.04894693 BTC
Feerates: 109.69 > 4.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (126,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,127 788,127 0000000000000000000330e573c68e11f045730fcce823cfffc50af735484d91 2,460 1.00/1.00 vMB 54
788,126 788,126 000000000000000000039399835928182d27c0ee1193efb110bc9df10e67fd5a 3,662 1.00/1.00 vMB 113
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
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.