Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
28.92 vMB
0.07550050 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 339e83d2360ec6230c51a6889be741f66881b6120ba237c73ee1c2c3a1bb82c4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 83627ed774767e719573108cde3ad7bf9d074a7ff33bb3df296fbb6767e9921f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.01250575 BTC
Feerates: 77.76 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (114,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,046 801,046 00000000000000000004b5e8d083a8d82d684be9e768e81e76ef78d92fe959c8 2,888 1.00/1.00 vMB 9
801,045 801,045 000000000000000000011822bf89672c7528f0166dea6d9d537eda45f53bfeb6 3,090 1.00/1.00 vMB 8
801,044 801,044 0000000000000000000084467a08bf64233a55ecff3f2236e8e4f76f6c63d244 1,286 1.00/1.00 vMB 8
801,043 801,043 00000000000000000003c606583e1b3aa6b7b26c8a9b329cac5e6d61937c176f 2,518 1.00/1.00 vMB 12
801,042 801,042 000000000000000000021bce72a680ac2bb4dc80b0a4456a24a408946e5725ba 1,870 1.00/1.00 vMB 10
801,041 801,041 00000000000000000005325b232bfe427ff503d7735284e323b771cf8fcaf94a 1,909 1.00/1.00 vMB 9
801,040 801,040 000000000000000000035f5596841a1b9f1776709b2d63e3fa9e01bd555da2cb 2,737 1.00/1.00 vMB 12
801,039 801,039 00000000000000000004947ed47d7e051e595348650be168cf8416bbb08dcd08 2,791 1.00/1.00 vMB 20
801,038 801,038 0000000000000000000448daec378fe243a5c204fafdbe6adf216c28b8f08156 2,451 1.00/1.00 vMB 11
801,037 801,037 000000000000000000054c703803dc982bfb6f56d0e590ade5a25ed49a4b3fbc 2,596 1.00/1.00 vMB 9
801,036 801,036 0000000000000000000168aec34248e7a694f995bdfe466462c1ebceef8c5f70 3,071 1.00/1.00 vMB 16
801,035 801,035 00000000000000000003953044e3977cfab91c1b40f09d7e6a90848ac7e7ccd6 6,432 1.00/1.00 vMB 6
801,034 801,034 00000000000000000003046ff692e011093922ec1b5ce7071a70b813e65fe5fb 3,955 1.00/1.00 vMB 6
801,033 801,033 00000000000000000002229a8038a7400e6d281f1f0d48c9f33fcda29abab7f6 3,178 1.00/1.00 vMB 8
801,032 801,032 00000000000000000003fc565be7ca64e35d42c58073046db7e8a4521b12374e 3,498 1.00/1.00 vMB 13
801,031 801,031 000000000000000000051887258dfa3fdb7e6c758e4a57abfb9dbc18e336ad28 4,332 1.00/1.00 vMB 8
801,030 801,030 000000000000000000031cd9fffe748b2338263756ac05b3719e4ce9819ad214 3,817 1.00/1.00 vMB 7
801,029 801,029 00000000000000000005183c5a82d11d5cdff32682c5bf21827aed9a63536bde 3,907 1.00/1.00 vMB 7
801,028 801,028 00000000000000000004af225bfbc4b1cfc0240b2d0988e0bdff9a61d23a14ad 2,783 1.00/1.00 vMB 11
801,027 801,027 000000000000000000031a5c774627e9cf04dbfad64ccf5aa807947111ab5026 5,811 1.00/1.00 vMB 7
801,026 801,026 00000000000000000003749088fbd9e807764e8689bb6c1358a99511a0b6d808 3,346 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.