Loading Tool

Explorer IconExplorer

Memory Pool

78,157 transactions
28.68 vMB
0.10372015 BTC
Random Selection Loading Transactions
Max Size: 174.45/200 MB

Candidate Block

Mining Attempt d203e8dee2c741d399b12a6fae7fd4a2130eafee1e4615e8ebf86f0483e85068
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 029aec9c3273127b827f21c4df5acdfd205c39ec239a86eb64164c1b71c7b67a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,795
Size: 1.00 vMB
Total Fees: 0.03664667 BTC
Feerates: 602.26 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (501,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,638 413,638 0000000000000000046068efb5cfe1938f5206c4693ecca833fe388bd7b60b0a 1,796 1.00/1.00 vMB 71
413,637 413,637 0000000000000000000eb7335dfd965cc12e69ff2e97be1933e5cff96851c57f 1,329 1.00/1.00 vMB 49
413,636 413,636 0000000000000000019a04f2b6d399ea01ca262df23943c9b1acc5c12fc1fb96 2,019 1.00/1.00 vMB 75
413,635 413,635 000000000000000000fef3b4307361e39e3682873ae88e74463e0be69bb87fe6 1,716 1.00/1.00 vMB 62
413,634 413,634 000000000000000001edf7d1b96498acb2c5122945d1fa43d18608283eb0f051 1,992 1.00/1.00 vMB 65
413,633 413,633 0000000000000000052ccc8ab4c8384a9c898c4575ccf2c84700aaf71903e150 2,682 1.00/1.00 vMB 57
413,632 413,632 000000000000000000e939e2be14b096a7c02d9e26e5bb007c3025ea87cce5c2 1 0.00/1.00 vMB 0
413,631 413,631 00000000000000000306fe77ce1c3fef17813757e4e365d76fe7c6286d1c0425 2,568 1.00/1.00 vMB 54
413,630 413,630 00000000000000000095751ec3b1cc4d462e87adc2cc829c81cb771a63343288 1,480 1.00/1.00 vMB 62
413,629 413,629 000000000000000002d35df554e7dc81452b2274efa7c3a59eacc01512492840 1,400 1.00/1.00 vMB 74
413,628 413,628 000000000000000002ecf6c9513c3b590a7e2c46344adf64edf8820471a1bfab 1,852 1.00/1.00 vMB 93
413,627 413,627 000000000000000001c866b60fcef7df4b0d879ae8f135302bc64f2126cdcb47 1,517 1.00/1.00 vMB 38
413,626 413,626 0000000000000000047bfbd01a64d7f1c2ac0e483a629c34b44c3a76e028b044 2,337 1.00/1.00 vMB 81
413,625 413,625 00000000000000000158f089501a821ede74c11bf33c9bb82c5ade7e33324b51 1,506 1.00/1.00 vMB 35
413,624 413,624 000000000000000004e36c556275d08136913c7c079e1ce7a5964fe185d26781 872 1.00/1.00 vMB 24
413,623 413,623 0000000000000000012a38f694d21ea78694bf81d3d29b3afaab426238dc825f 1,478 1.00/1.00 vMB 67
413,622 413,622 00000000000000000565e6b9fc206fd72b2bec8b9329f5b590049fde5d5dee72 1,645 1.00/1.00 vMB 49
413,621 413,621 000000000000000002c0ec6629d9ce89e77bbd5ff530e04e690b5a8697e47d0e 2,181 1.00/1.00 vMB 44
413,620 413,620 000000000000000000e3fe94545f236288f81a628966489dc6e6e5b8522a7f59 1,583 0.75/1.00 vMB 79
413,619 413,619 000000000000000000a78823be92e3126e6fa000564b80a9d6c3060d1e9287dd 6 0.00/1.00 vMB 225
413,618 413,618 0000000000000000043ed4adaceb0a1f498ac9f90d3528bab0089b331691bd10 2,178 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.