Loading Tool

Explorer IconExplorer

Memory Pool

36,686 transactions
26.77 vMB
0.05538207 BTC
Random Selection Loading Transactions
Max Size: 135.97/200 MB

Candidate Block

Mining Attempt 5d87bc12fcebbe9a4821332861fe8d0f66db8cb1e428cc0911dd538d713ad7b4
Version 20000000
Previous Block 00000000000000000000b82997d0ff028abf9f07d988c4209ad1be893347c34c
Merkle Root a67fda1a89cd519c2ce447ebb0084d9eb364821fd003d89d152c7b17103ac805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,293
Size: 1.00 vMB
Total Fees: 0.00515927 BTC
Feerates: 40.21 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,648 (283,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
631,377 631,377 0000000000000000000a989a625462123a30e4de9b8c9866177f9ef6b2566183 2,352 1.00/1.00 vMB 26
631,376 631,376 0000000000000000000cfbda1d4609977c7106884143ffe3ec218a381a80a2a5 2,511 1.00/1.00 vMB 66
631,375 631,375 0000000000000000000adb5ac4aadad0dbff69151a98966546244212d2d882db 2,538 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.77 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: 632.64 GB
    • Received: 12.13 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.