Loading Tool

Explorer IconExplorer

Memory Pool

35,162 transactions
26.48 vMB
0.05562866 BTC
Random Selection Loading Transactions
Max Size: 133.65/200 MB

Candidate Block

Mining Attempt a3a0788ab3662e3196f47913ff8d2ad9003a18f05909fa79134a874f4f9f2d8a
Version 20000000
Previous Block 000000000000000000015e18bfde629943124343fdb98c0d80831309061b5bfd
Merkle Root 59ac287a2f0153cc8b2864b1a5b7f379e1dc58089a12419007d77cc191aa87e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.00624755 BTC
Feerates: 101.53 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,647 (142,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,317 772,317 00000000000000000005b1a76d589729ad653d7faff9329efdcc927569b5709c 1,270 0.58/1.00 vMB 7
772,316 772,316 000000000000000000075749e1c49df24eb53513c63ae7cca5906ce5b2392edf 1,335 0.52/1.00 vMB 7
772,315 772,315 00000000000000000002fb82d2813c839c6436f84627fdd55e3493eda059d66c 2,513 0.96/1.00 vMB 8
772,314 772,314 00000000000000000002c504b0f78569917219fc5f0ab3f16b625fd10aacdde0 3,226 1.00/1.00 vMB 6
772,313 772,313 00000000000000000005de5cd8a7fd7bbe8af09f88690e11db49eb0dd4b1b78b 2,277 1.00/1.00 vMB 9
772,312 772,312 000000000000000000049d5ed3a8af0b445d949b32888d9c37373c543357d105 2,465 1.00/1.00 vMB 7
772,311 772,311 00000000000000000005f57d9ee49c52eb44135cf4c207e018e66822fc8f12f4 1,739 1.00/1.00 vMB 9
772,310 772,310 00000000000000000006bf3249a505329294eafc26cbb371c1d39783c4f88bdf 3,284 1.00/1.00 vMB 15
772,309 772,309 00000000000000000003ce28ef89e3f52a1334ee3d008cb1f9ecf41f87c0c7a7 1,502 0.48/1.00 vMB 9
772,308 772,308 00000000000000000006c5ee1657af6c2aa3c07c6a71c2986c901f9947a06a61 2,636 0.89/1.00 vMB 9
772,307 772,307 0000000000000000000754750c8e0a24f2d7bd57dae85c14628647f35fe15997 682 0.26/1.00 vMB 9
772,306 772,306 00000000000000000006f8121c0a6d2b6e37dc0a6216bbaad5bd9b49fea32bd3 959 0.33/1.00 vMB 8
772,305 772,305 000000000000000000066e9270686c6dc42ef1c0ecffa22ef58361363f64e865 539 0.25/1.00 vMB 6
772,304 772,304 00000000000000000002936a7a5dec84f2d9773786cdc8ead51873484a7d42f5 511 1.00/1.00 vMB 1
772,303 772,303 00000000000000000003400d3ddfa109854afdaa5d00e6f6dfcbd8c8e0608cd0 274 1.00/1.00 vMB 1
772,302 772,302 00000000000000000003c9e606f871057ae419318e52299c99702bcee35181a7 1,306 1.00/1.00 vMB 2
772,301 772,301 00000000000000000006dcfed326ac78033efb5bf7bff0647ce7a7bb1e8699d5 3,036 1.00/1.00 vMB 7
772,300 772,300 00000000000000000003eb879c70c59c69c14a9c72d7909b35d1edaf1acdba00 2,668 1.00/1.00 vMB 7
772,299 772,299 00000000000000000000b23d15687b3fe5357a9cae86fcb56789a473343cb00e 2,049 1.00/1.00 vMB 16
772,298 772,298 000000000000000000010db6704d2e08c083ab23fcdb2c01ecdc84811077a9f8 1,208 1.00/1.00 vMB 9
772,297 772,297 000000000000000000069a152ac8331e5ea6ab84a6600005d83b4a200f79b227 3,114 1.00/1.00 vMB 15
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.63 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.