Loading Tool

Explorer IconExplorer

Memory Pool

82,233 transactions
30.27 vMB
0.11330944 BTC
Random Selection Loading Transactions
Max Size: 183.37/200 MB

Candidate Block

Mining Attempt 6025bd1bfa4edc3be66a8befcaaffc6f2657020700f2b5ade1f0f3c2d3b1ce47
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4b13e7e192fed544d8fdb8ce144c49ca4ebb39fa0a2bd7c1a4f444af01a68fba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,169
Size: 1.00 vMB
Total Fees: 0.03769466 BTC
Feerates: 121.32 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (284,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,744 630,744 00000000000000000008dcd7150c908bf3d5a6080bc8cc859f8d9df42aa7afcd 564 1.00/1.00 vMB 148
630,743 630,743 000000000000000000111de11441d75db1cbfa83a72f7d9364ee7dbfdc6f3b2f 121 1.00/1.00 vMB 146
630,742 630,742 00000000000000000008de6cacfb41f8b5a6a8e1549bb5076f5cf41b1b39c055 1,846 1.00/1.00 vMB 159
630,741 630,741 0000000000000000000c5019f1176b04130e43ad31a7971a226a556dbc1ce71d 955 1.00/1.00 vMB 151
630,740 630,740 0000000000000000000824a75aec160cd5529d02ec2d1631f0c4e25b657c41fe 870 1.00/1.00 vMB 151
630,739 630,739 0000000000000000000ce66567909f189d29fd57e88826b6ac96939a6e8fc5c0 1,397 1.00/1.00 vMB 155
630,738 630,738 0000000000000000000ec2ac4f21b61e79745704213e2cbe6956722b461548cf 1,090 1.00/1.00 vMB 153
630,737 630,737 0000000000000000000422e62d9d1f26cedba41409fbaa26a796657739729ba5 2,058 1.00/1.00 vMB 162
630,736 630,736 0000000000000000000308cfcc176158e8b77b4d3aa6a2cccdd057cf3e1d2b4e 1,722 1.00/1.00 vMB 161
630,735 630,735 0000000000000000000f1a3376d9973142f7dc788ecaf087e9a036785cdd9949 2,833 1.00/1.00 vMB 172
630,734 630,734 000000000000000000018fa7faac79a867f0befd63e757d2f162b2ad1c5db4e8 1,132 1.00/1.00 vMB 144
630,733 630,733 0000000000000000001109bc137dc23cebcb15aa2901c9f489283543b2ada7aa 2,198 1.00/1.00 vMB 165
630,732 630,732 00000000000000000004177c5a33e3226b29f3ffb85875ede4f896e007d753b1 1,075 1.00/1.00 vMB 153
630,731 630,731 00000000000000000009db2eda33004ff0a330b47b6ffe1ef64d577865f5e010 3,009 1.00/1.00 vMB 122
630,730 630,730 0000000000000000000abb2a14a25f5986a9d674bab8410cb526014d1e53399f 2,273 1.00/1.00 vMB 149
630,729 630,729 00000000000000000004a7958d75920f8a77b5fcbfda00db4f49650f7f4a271c 3,186 1.00/1.00 vMB 181
630,728 630,728 0000000000000000000ae4621d44bda363f8631f23b84b76cc530a87cdf30064 1,900 1.00/1.00 vMB 141
630,727 630,727 000000000000000000023ee513de4afb0b99cd47454bb0ebaf470fab52233004 2,940 1.00/1.00 vMB 181
630,726 630,726 0000000000000000000a5296b687eb7edadeb95952fc37c564418a189e16a3f0 2,595 1.00/1.00 vMB 109
630,725 630,725 0000000000000000000edc0f1587f6d77b5dc39a88c5b391d0728fa9b59d8b60 1,918 1.00/1.00 vMB 162
630,724 630,724 000000000000000000077fc479401fd08178989c0e9c344d2bb707f40ebf73e7 3,042 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.