Loading Tool

Explorer IconExplorer

Memory Pool

2,386 transactions (0.80 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.57/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,493 000000000000000000022b910000000000000000000000000000000000000000 2,380 0.01888577 BTC 0.79 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,492 (643,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,170 269,170 0000000000000005ea79be61d58440405005d826870f5c05bf87ed6e964447c6 0.01 MB 14 5
269,169 269,169 0000000000000007d651fa5272d52526130cb1ececd781253b584161bb722277 0.18 MB 288 61
269,168 269,168 0000000000000007cc08c7b8fbc8e0335b1e280ca60557ba76a8e83e1eabdd5e 0.02 MB 65 70
269,167 269,167 0000000000000000b81962557cbadfc6fe23cea1cded2667f5c610911abe3631 0.13 MB 128 11
269,166 269,166 0000000000000005d09db70fef835c9b54af8dff898a86d5966d9b226cc8660e 0.23 MB 521 63
269,165 269,165 00000000000000039ddb419e8264484245469b20082beb1a5b2ba2536af84616 0.23 MB 429 52
269,164 269,164 000000000000000784e2b5fb04d90baaf5a7c86725d4b90491e928faf98a1a59 0.25 MB 931 276
269,163 269,163 0000000000000001a8ce6d9de085d436af6ec1c9429c722d8c0c39908f8e9010 0.15 MB 291 72
269,162 269,162 00000000000000000ecf0282783ab999a7a700e8b3a177cd9f2e92f5bb5e8180 0.07 MB 163 51
269,161 269,161 0000000000000002ee651a466e41f34f2516c52d69f2290e131e33a057186bee 0.14 MB 332 56
269,160 269,160 0000000000000000f385b16e5fe40d995642b5519fbfdfaf4cfbc5a9d35cbdab 0.14 MB 350 88
269,159 269,159 00000000000000067fbb9a86af678506fb000adbb32d7b0ab2fe24c143bdeb22 0.09 MB 204 84
269,158 269,158 0000000000000007e47abd1787498430571a0ee778e3a4f6b3b87961d970f2cf 0.16 MB 398 67
269,157 269,157 0000000000000000e684a85cba82324b4535606d1201550972b397d1572beef2 0.46 MB 1,166 171
269,156 269,156 0000000000000001c6db020ca0711b4795d1661a6a7a3edc0c7ab26cee299e79 0.24 MB 499 79
269,155 269,155 0000000000000004550a15149acb5021f0e898a0a08f112fc1014efd57f5f90f 0.17 MB 337 76
269,154 269,154 0000000000000001cdf9170ee133d62785570409a3f5be398ec6df01932df591 0.03 MB 32 57
269,153 269,153 00000000000000041d355909fb87daeaed3f055a3dfebc2bcbd93279f1de6c39 0.06 MB 158 100
269,152 269,152 00000000000000007b47e14808556de943ffed0abf45df8de1a9678131f0a3c5 0.05 MB 108 58
269,151 269,151 000000000000000539c346924c8e0310c5cf62aa38170e0eacbba0782cb085c4 0.01 MB 15 52
269,150 269,150 0000000000000003db3ca63adedd6013b79257aaaae95e75e737822f5cc58cad 0.05 MB 117 92
Previous 10 blocks ↓
Total Size: 777.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,558.43 GB
    • Received: 138.02 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.