Loading Tool

Explorer IconExplorer

Memory Pool

38,706 transactions
27.35 vMB
0.06262239 BTC
Random Selection Loading Transactions
Max Size: 139.39/200 MB

Candidate Block

Mining Attempt 2988ecee440edc7ba08e4fda9ee179d2b3b67b2d2ef67da07d5df08f8e56d23c
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 4546d474d7e464647ea328b5c7cd5a33a78a160ff0f11b031987d8a2bde79e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01078958 BTC
Feerates: 60.16 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (283,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,398 631,398 00000000000000000004049a8bb562f50875004e5bc349bd47e4c04211da96c5 2,279 1.00/1.00 vMB 49
631,397 631,397 0000000000000000000b44d41add818c3ddee365090d73adb07b42e0378f2ea6 2,561 1.00/1.00 vMB 34
631,396 631,396 000000000000000000013f01de5ef50e8437dac0b4f100cdab6e9c829542d940 2,317 1.00/1.00 vMB 44
631,395 631,395 0000000000000000000a5fa6305962a505983a8b3b4397fe5af860cc65403674 2,744 1.00/1.00 vMB 82
631,394 631,394 000000000000000000069172a5c858492d399a338fd4b0d546b2f328607edfe4 2,896 1.00/1.00 vMB 185
631,393 631,393 00000000000000000004cd42bf464d9296a7f2e33a25c1ff08531743efb4e59c 2,383 1.00/1.00 vMB 111
631,392 631,392 0000000000000000000fc77a51aa4197db65fd9eefb974ccc8407d3f359cc140 2,283 1.00/1.00 vMB 155
631,391 631,391 0000000000000000000659f0b35efd8ba98f009f4a700c5967dba1dac8cd1377 2,719 1.00/1.00 vMB 195
631,390 631,390 0000000000000000000f7458a9573f0b3cfb05c0c3bb8100ce8b60df1da8171e 3,303 1.00/1.00 vMB 230
631,389 631,389 00000000000000000005bedc055a61417c07c1bfeb46b53f847d5e322492adfb 2,221 1.00/1.00 vMB 65
631,388 631,388 0000000000000000000717c1bbbd4d5007ed5cc6e14e8f18b1751dcbd2ddfe57 1,005 1.00/1.00 vMB 31
631,387 631,387 0000000000000000000f2b96309dfc0f88ecc9dc82ad2415d2e2f8b8c4301997 1,351 1.00/1.00 vMB 12
631,386 631,386 00000000000000000002439cbaee08a62d46c604d83732b9e56b64fe8f1edfb7 2,083 1.00/1.00 vMB 121
631,385 631,385 000000000000000000055064b703f1b9b69989878f8d884cb3d739f59a48f7be 1,959 1.00/1.00 vMB 88
631,384 631,384 0000000000000000001001bad2299aa7f1928574308ebf7d849337a9d28b50e5 1,317 1.00/1.00 vMB 24
631,383 631,383 0000000000000000000a176c8b39fdfe1514c6d8e8ccffe926b8f5ded14e4730 2,522 1.00/1.00 vMB 88
631,382 631,382 0000000000000000000fbe782b9ceae47e6e7f53d9ca21cb8f4be3838e63bf0c 1,641 1.00/1.00 vMB 27
631,381 631,381 0000000000000000000a2392332a28e63d340755d3904efb519b6d7aba55d4ae 2,022 1.00/1.00 vMB 53
631,380 631,380 0000000000000000000931af471e36182035f2db13236a7638219ef229588bea 2,711 1.00/1.00 vMB 41
631,379 631,379 0000000000000000000106c1794e35ffcb5419d9215ecd2bc3107c3cd4686cbb 2,030 1.00/1.00 vMB 15
631,378 631,378 0000000000000000000892c956445a1a5bdccb1c937d470bd3ce5f7da2693177 2,486 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.