Loading Tool

Explorer IconExplorer

Memory Pool

22,692 transactions
5.60 vMB
0.04651564 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.29/200 MB

Candidate Block

Mining Attempt 68a19cc0938fc7d1dceb996882b70ce21ac20e67101be9a9bdfbf33c5ba3cbaf
Version 20000000
Previous Block 000000000000000000016a33851ddeb3a4264eed7c83f01f4ca6a96c658cf623
Merkle Root 9a7e2e210c682ddf996fcf387846462c38572e92e138939afc190fdba3bd6997
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,508
Size: 1.00 vMB
Total Fees: 0.03243858 BTC
Avg Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,989 (664,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,920 248,920 000000000000006456ca75ed06b45921795c00002a882f59049f75dde117d518 0.23 MB 512 82
248,919 248,919 00000000000000446b7aeecae34759d5d528aa05c0982718435b646f197e749b 0.20 MB 272 51
248,918 248,918 00000000000000738858fe79ae7edd105c21dd2c18c2cf1a3ed759b70ce9d44b 0.25 MB 585 185
248,917 248,917 0000000000000060c96939a012a359001fb0ae52f68067e2a628cb7e751d56e6 0.01 MB 26 94
248,916 248,916 000000000000007ee55152dbe5cd0c52fedf0ff7f39cbcb3ab3c8e6fa53902d4 0.05 MB 106 157
248,915 248,915 000000000000007576e5d5e85593ae961abcab28249bba2a0f90462a0951af3b 0.01 MB 22 132
248,914 248,914 000000000000000d4f6855272c888a67bd1e0650cee9b3aef73c5f84e68e741e 0.01 MB 32 98
248,913 248,913 0000000000000088c7801bf270e6572e38df94c7ee96e779638fd1e227bdc05d 0.08 MB 136 97
248,912 248,912 0000000000000000f69824fc8a10b43f024e7cf6d9762464683312a6343655bf 0.12 MB 208 152
248,911 248,911 0000000000000001e54aa7620f9903e211ee648e60a831f15db67582a02f50de 0.07 MB 124 17
248,910 248,910 000000000000000b4697a010f4ff954324a996f52bc5a8475ab26d257f76f0b9 0.25 MB 532 138
248,909 248,909 000000000000004e86e42b62d2954da687302d785cb5bcaaf46f112f6896759d 0.00 MB 5 94
248,908 248,908 000000000000005531d90ad6737eb8733066e5c721efb96b1ee40e09183435f7 0.24 MB 508 139
248,907 248,907 000000000000007a9b86651de72634e3765383aff39aaebdf2c69d6af0c5fa72 0.01 MB 32 129
248,906 248,906 0000000000000063924fb862541be047ed0e82a98025514a1b02a6c7fe11d169 0.12 MB 273 141
248,905 248,905 000000000000000912af0c756a865673b7e1035d1497a4342472d1c3d6ec6e0b 0.16 MB 256 32
248,904 248,904 000000000000004ebfc780bdd5cf01a8a2d807913705cedf6f8dccbf05286efb 0.13 MB 226 130
248,903 248,903 0000000000000079edb8febf2e912033f9bbe67a728c211a67b5861ce6f69b1b 0.02 MB 43 107
248,902 248,902 000000000000006e34017b069daf5bce4918b3e3f3c1867ec74e027d97393617 0.00 MB 5 84
248,901 248,901 0000000000000043ea5b63fa9289deed8d0e02541887642ddd776d4dbe8a11a7 0.05 MB 112 105
248,900 248,900 0000000000000084c69f82dd4997d16addeefc81dc88f3b5c929f32b4188ef39 0.14 MB 280 134
Previous 10 blocks ↓
Total Size: 778.82 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: 365.15 GB
    • Received: 3.31 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.