Loading Tool

Explorer IconExplorer

Memory Pool

45,160 transactions
23.17 vMB
0.05295151 BTC
Random Selection Loading Transactions
Max Size: 127.12/200 MB

Candidate Block

Mining Attempt 83e16b403f0451df3b6273728fd0ed5ae1701ad442804f7bf4710df421e626c3
Version 20000000
Previous Block 00000000000000000001ddc322ad146610c7717d6fe5afb35ec878e43368ff29
Merkle Root f9f94782de8d48507e3358cfa111c12ffb2cc184b7d9f02586bf121ba2be07cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,998
Size: 1.00 vMB
Total Fees: 0.00465484 BTC
Feerates: 402.75 > 0.47 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,980 (883,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
30,393 30,393 000000003770e602e421db8ab03acca56ee1cca2fbde4162643f3f5c6f8e2ad1 1 0.00/1.00 vMB 0
30,392 30,392 00000000dbf407364de005477be9671f05901243d1690624c45f40852623f0b7 1 0.00/1.00 vMB 0
30,391 30,391 00000000e52a15a83314c2a43b258faf8b91016d81845aa491e2739ecc8f16b4 1 0.00/1.00 vMB 0
30,390 30,390 000000002c74c1db83f5c1d70a06e741e11d4017380312ff29e6633e26f5a719 1 0.00/1.00 vMB 0
30,389 30,389 000000009ccd59c9b2ebe1979a893a2a56fb28867ab90d2908820186353abf81 1 0.00/1.00 vMB 0
30,388 30,388 0000000018a8219ab7beb52323225d75772b12d47ee3f43f3d9ee687409cfd0e 1 0.00/1.00 vMB 0
30,387 30,387 00000000b1c133c0d32c566927492c10bce2de2a44add90c6341f6c41b0ea024 1 0.00/1.00 vMB 0
30,386 30,386 0000000061641fbb99fed0527c452b2510cf1c99cd4ac37158554f5d823592be 1 0.00/1.00 vMB 0
30,385 30,385 00000000f54b614f3ea64778a68257b79dafa4ebb909f143379f9324e0ebc371 1 0.00/1.00 vMB 0
30,384 30,384 000000000f2ef68ac14f32126b8444da583d15f98adac652fbb6c69552458869 1 0.00/1.00 vMB 0
30,383 30,383 00000000139320b6661824aad652a67b961e5aa92bf50980ec702f545a10aec3 1 0.00/1.00 vMB 0
30,382 30,382 00000000e59fa6e545c5f4e233326a6566d0adb7bb4215b91fa7e92fca637ef1 1 0.00/1.00 vMB 0
30,381 30,381 00000000ed2b37594b91aa69bdd75f3a4c4bee74a452c6984d85f178a1a54869 1 0.00/1.00 vMB 0
30,380 30,380 0000000063a98e6ae89d2f5f80fe38e3e85fccec2384acc047d8ab3331ada3bb 1 0.00/1.00 vMB 0
30,379 30,379 00000000e8c40caf81f3e4371229f3552389f957c2dace2f1ce3bdc704723dfe 1 0.00/1.00 vMB 0
30,378 30,378 00000000cabd731146ee37a00872ba76831e895f2a11ea7054a7eaf840e946f8 1 0.00/1.00 vMB 0
30,377 30,377 000000005f8ec4521c42da93fb59cdae932de1c06b22c658ba52d59906fc2b7d 1 0.00/1.00 vMB 0
30,376 30,376 00000000fb760dcb184fe20f07d80a35c09318ce0a457140c3529282f12bf190 1 0.00/1.00 vMB 0
30,375 30,375 00000000c56d67125a239596119fc7ca14e68fb478928b2afc93aa5680899f87 1 0.00/1.00 vMB 0
30,374 30,374 00000000d2b87072cb5d548c3f4e2a1a12a0abada2cce61efaf29ea84a28f3ba 1 0.00/1.00 vMB 0
30,373 30,373 00000000676415c46d2d1e2ebea63241f75eced26f96f4d4c3a79233f8f71c57 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 538.24 GB
    • Received: 6.11 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.