Loading Tool

Explorer IconExplorer

Memory Pool

82,824 transactions
30.93 vMB
0.09072520 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt f82cb3b0d49562a25d0a3b8869ceb861907675e9960ec53ec873910d6a0a4708
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 02a2d96503bc20e62be2ee68de686fd3570f0ad9364129ee5d43d9c0d6c86090
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01968201 BTC
Feerates: 114.09 > 1.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (91,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,266 824,266 0000000000000000000006f12eb4bcdb50505b2f5b9bce496552ad40ff6a701b 3,169 1.00/1.00 vMB 60
824,265 824,265 000000000000000000028d23dca3fe9a2738e3fc2506545603b63377df78aeec 2,824 1.00/1.00 vMB 90
824,264 824,264 0000000000000000000141e4f30a840e6f646c523d72e483815a41ef8fbfa01c 2,879 1.00/1.00 vMB 58
824,263 824,263 000000000000000000000d3955e2948b9288709a9ac69752a62811efc967160a 2,648 1.00/1.00 vMB 59
824,262 824,262 00000000000000000002c7b5a7f2800d46ae4ff71939ca3591d87bfb1b361a32 2,521 1.00/1.00 vMB 89
824,261 824,261 00000000000000000003d8912161a4805a8283e9db796b5b21e74c3b5c09759c 3,181 1.00/1.00 vMB 96
824,260 824,260 0000000000000000000132dd04997dd75ed67388dbffd6b9f1b219d3947b0a50 2,371 1.00/1.00 vMB 105
824,259 824,259 000000000000000000034d7d932193d3fcb04fcc114aab2402affc7131935fed 1,417 1.00/1.00 vMB 108
824,258 824,258 000000000000000000003fbe8073bc18b53855c543b06f8c7827b2329f0e476c 2,461 1.00/1.00 vMB 46
824,257 824,257 00000000000000000000f92c5150b050d2f661597aa4f342e67f9de45a7a650a 3,114 1.00/1.00 vMB 45
824,256 824,256 000000000000000000037a077eb1bf140357932cb2fb7b41b9696c4effeecf9f 1,012 1.00/1.00 vMB 41
824,255 824,255 00000000000000000001b133f6d9e94338e5f7bda20e77aa878168d99ac25f9d 2,968 1.00/1.00 vMB 64
824,254 824,254 00000000000000000003043f9881bc1d86061efedbea97a23c5c82f8e0412593 3,043 1.00/1.00 vMB 97
824,253 824,253 00000000000000000002b256dd61c44076a0d606eb0700e738c01f816000d594 520 1.00/1.00 vMB 48
824,252 824,252 00000000000000000002692909699655b620157945ea9285477aee6186935a1b 3,035 1.00/1.00 vMB 64
824,251 824,251 0000000000000000000075887865beb2b02d23723de6eb65a4b06a43a5c4f844 3,042 1.00/1.00 vMB 92
824,250 824,250 00000000000000000001d99b09c6dfaaad75574b64db44e3f509212227691c04 3,387 1.00/1.00 vMB 65
824,249 824,249 00000000000000000002b270bdf5c0d0d5fe0132eb8d9bb788bca0e9331cefcd 3,348 1.00/1.00 vMB 89
824,248 824,248 000000000000000000035f6ad68b4dca6d358a96099855bb0beba4f57ab73ece 3,114 1.00/1.00 vMB 75
824,247 824,247 00000000000000000003bf4adbdbbbe91caccdd29d68ca2c7e72d7e3c9287cbb 2,903 1.00/1.00 vMB 142
824,246 824,246 00000000000000000003554a15e07fe6f1a987ba8cf4fa5b319e2c4bb06ba7a9 1,744 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.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.