Loading Tool

Explorer IconExplorer

Memory Pool

79,130 transactions
29.77 vMB
0.09350489 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt ce976e9c610af68e6ceb9d88f4ce1788808648a508329aef3698d74da86a583e
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 165d6b7c21a26ba51510375873070b554e7a6bc59e1664120f3db5b1a8bd96cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.02687999 BTC
Feerates: 101.62 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (452,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,877 462,877 000000000000000000da5a2166281357eb6757ab24d0713cf66d84a8cf9b0183 1,699 1.00/1.00 vMB 142
462,876 462,876 0000000000000000000a8c580070d8541585bb87fc666ed2a0d36b9c8ff73cef 166 0.06/1.00 vMB 232
462,875 462,875 000000000000000001916143ea578ff5b35868736f8dc525151b0f6ba7616a56 1,897 1.00/1.00 vMB 151
462,874 462,874 000000000000000000cb04bbf8ddf78528f2af0d6e64912e8bbdaedf48a6a20a 1,777 1.00/1.00 vMB 162
462,873 462,873 00000000000000000212bda9816d0bbe64b1c34c03bc81a9e9e141bfc60a41eb 1,288 1.00/1.00 vMB 151
462,872 462,872 000000000000000000636a0cb56d5c0e554d4c00b5001ff35a1d4978d7dc12c4 1,762 1.00/1.00 vMB 148
462,871 462,871 00000000000000000099723021adabb35db6133d5c42c02fb77958849440ff13 934 1.00/1.00 vMB 137
462,870 462,870 00000000000000000060e29685bbd940c4a7a10b58e2207d91bbc04aebd116fb 2,648 1.00/1.00 vMB 182
462,869 462,869 000000000000000000546ce9d9731f457e2fe843957c82188dd35d3db7436aab 2,979 1.00/1.00 vMB 184
462,868 462,868 000000000000000000e566652b0d3feb3fc88e686cd72773da44a31e2f3689a7 3,094 0.93/1.00 vMB 240
462,867 462,867 000000000000000001a1a81dfe72c30b2b436663ba366660dcb2547f74a08614 163 0.09/1.00 vMB 109
462,866 462,866 00000000000000000163cdd8a1b6e4fd01c4369e63e57e2aac93f97c3b378664 1,341 1.00/1.00 vMB 114
462,865 462,865 000000000000000001cbb4d1a7376f50244bd8e37095b11174bd427642762446 2,503 1.00/1.00 vMB 160
462,864 462,864 0000000000000000001b6121a6e86912fb890fbba22a0162402ca0bb5cd895a2 2,302 1.00/1.00 vMB 138
462,863 462,863 000000000000000001fa2d9b1644686591cd65b65db0cfa4793d4e4d5401f329 2,005 1.00/1.00 vMB 157
462,862 462,862 000000000000000000cdd18110fb5ccd01fd54ad64998cc16ee1964694be21d1 2,314 1.00/1.00 vMB 163
462,861 462,861 0000000000000000021417c23ef454adef113b3b65bfd82f0f6347d929ad7b31 2,425 1.00/1.00 vMB 169
462,860 462,860 00000000000000000078974de9e69df90d4d4b6fefe7e30bac9ab9183e8ae59b 2,348 1.00/1.00 vMB 159
462,859 462,859 00000000000000000148a3c15d5a7bb9779d82722532e0b2d34a44635e73b380 2,389 1.00/1.00 vMB 125
462,858 462,858 00000000000000000102ccd82733017f3a6f0731cd98e57ee5c38f099821de5c 2,357 1.00/1.00 vMB 160
462,857 462,857 00000000000000000036d5b3db1d9ac965614c3d6097d8856a15243dbcbcbb22 2,433 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.