Loading Tool

Explorer IconExplorer

Memory Pool

74,535 transactions
27.45 vMB
0.06850339 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt 828b6738f0db53b6a291518455c7dd166029c8ccfff908d162dc7e9ac477766d
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 5c0ee44958c7017f315084402a8d2724ea08bbee3b8ea62d46a9e6aa2010d124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.01011830 BTC
Feerates: 179.53 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (91,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,684 823,684 000000000000000000013b058a5ebb7ba9e2b4deacd76b38da6f4959fb0e8ce9 3,718 1.00/1.00 vMB 251
823,683 823,683 000000000000000000035f4a3f4698555cf06f8716826e91b87c8d451ac26ce3 4,162 1.00/1.00 vMB 247
823,682 823,682 000000000000000000008cdb1b64e0420cde1c96a1914498e465f4a3b93d2de2 4,602 1.00/1.00 vMB 226
823,681 823,681 00000000000000000001258004107af2bdf156ff69cb4d13dd572cd4a8e9dbd0 4,189 1.00/1.00 vMB 266
823,680 823,680 000000000000000000029d60049e90060d62545cf50b357108affe0020511d97 4,507 1.00/1.00 vMB 187
823,679 823,679 0000000000000000000034d295bbf4503dab23c7c80cc913a08668ccc05d84f6 3,899 1.00/1.00 vMB 206
823,678 823,678 00000000000000000000cd975e69965df11c7c2786c7d1b3f3fd07ff9c7e56e8 1,233 1.00/1.00 vMB 250
823,677 823,677 000000000000000000006c99788012d32d10f273bf74e6a8f68b3966ee0016b5 5,503 1.00/1.00 vMB 193
823,676 823,676 0000000000000000000124c08c545a454726fb6f2c185fc55d46916b1af8cf38 4,847 1.00/1.00 vMB 182
823,675 823,675 000000000000000000021867664bab48ba6dba4efd573cf569d85ebb270f1fa7 4,720 1.00/1.00 vMB 200
823,674 823,674 00000000000000000001ce3c2790877f47fcb4f51dca101fbc2a9a0d6278dd1f 4,652 1.00/1.00 vMB 219
823,673 823,673 000000000000000000015ffc34cd27588d92ef90c5b6f28c238d329f514c1c65 4,521 1.00/1.00 vMB 207
823,672 823,672 000000000000000000013dbbaa68675fa02c60b1a1b4f146ff333de56c31966d 4,531 1.00/1.00 vMB 213
823,671 823,671 000000000000000000012aa95aee0fd451961901b2bd0a5aadd5ab2a1a26de52 5,022 1.00/1.00 vMB 201
823,670 823,670 00000000000000000001c7e780021cbf2bd11afea9ebf2de6fb202cad7950cd1 4,146 1.00/1.00 vMB 226
823,669 823,669 000000000000000000015aca0062e233df352e466cafc7ceb03c5446b8d8b5da 5,163 1.00/1.00 vMB 200
823,668 823,668 0000000000000000000071fb03759052b3a17d22a82ee655630e8e9d34a14108 4,564 1.00/1.00 vMB 216
823,667 823,667 00000000000000000001a115f4f25f975b7c52205465ded5e17979d9f7694d99 4,358 1.00/1.00 vMB 220
823,666 823,666 00000000000000000002d337280eb54080e50df4f218b6d8f080b4d2d3bd787d 5,168 1.00/1.00 vMB 206
823,665 823,665 0000000000000000000065bd10ed2990ce2041f11f584f89ee45285fa1500424 2,856 1.00/1.00 vMB 156
823,664 823,664 00000000000000000003e0601a9fb58fcad9afdc8b1a4b1c3f7f1a1bf2a07e93 4,656 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.