Loading Tool

Explorer IconExplorer

Memory Pool

35,539 transactions
25.92 vMB
0.06404158 BTC
Random Selection Loading Transactions
Max Size: 132.02/200 MB

Candidate Block

Mining Attempt 707cf3eb9411e0c4b3286da0f285709902d277f506e7390a73cad5320b6b9209
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root a8ff962711948886281ee1a18239f5b4de43fd12cee18bc72496017049df20e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01648351 BTC
Feerates: 120.00 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (71,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,223 843,223 00000000000000000000461b54349d4be18110a210f46a22d2325ee40c316c99 265 1.00/1.00 vMB 11
843,222 843,222 000000000000000000022b0799517530cc7bc6ef4f6e0b03b3bafdbe49d5f4f6 4,439 1.00/1.00 vMB 11
843,221 843,221 000000000000000000021aff007a02e77e8bc210be9e035b4aaab1db798b2f0a 7,431 1.00/1.00 vMB 12
843,220 843,220 0000000000000000000181a3c1f90789053dbe52721707dce4be24f64442b9e3 4,908 1.00/1.00 vMB 14
843,219 843,219 00000000000000000001a6119a62ec43b3080cc428c5055a2f56c19d9b5bd2e1 3,674 1.00/1.00 vMB 18
843,218 843,218 000000000000000000023edd1168f0707a5c07370ecde22cd025bcd7be8d2050 4,368 1.00/1.00 vMB 15
843,217 843,217 00000000000000000002351b96791a5ab3982817573bc0739edd85de34e577d6 4,463 1.00/1.00 vMB 12
843,216 843,216 000000000000000000020435507b855669e5ac923651fd72ac4829abb6b862ff 6,407 1.00/1.00 vMB 13
843,215 843,215 00000000000000000001e014dbf00c5338d73c573212f43b99c93619a735be66 4,922 1.00/1.00 vMB 12
843,214 843,214 000000000000000000031c8421534d9db47e918d93abc9743e7ed05f9c9076e9 4,644 1.00/1.00 vMB 14
843,213 843,213 00000000000000000000cd334af8200211b0077589cbbd818653543d7681e0b0 4,149 1.00/1.00 vMB 16
843,212 843,212 0000000000000000000197abe2f876d2424161c7ff5e918842c1c4e7815e14f6 7,138 1.00/1.00 vMB 12
843,211 843,211 000000000000000000035d21bd3259fbba9d53fbd8ac05951bc3ba9f21bdb5a7 5,701 1.00/1.00 vMB 13
843,210 843,210 000000000000000000028a3ff81a477a3f2e3ab407aa52af6b4a1e7cebdef577 3,690 1.00/1.00 vMB 21
843,209 843,209 00000000000000000000468ee8ec364f5153c45f5b14d7135a7ea2114b9e50c1 4,978 1.00/1.00 vMB 15
843,208 843,208 000000000000000000014c1131e1e161e4656f209476257da7cad704303a3a1c 6,693 1.00/1.00 vMB 13
843,207 843,207 0000000000000000000292cd222cd1f22e2e15da6a1c1e93900f0a5eeead49ef 4,889 1.00/1.00 vMB 15
843,206 843,206 0000000000000000000053c6bee468f04c7954a683944d59cb3ce57b47677322 5,046 1.00/1.00 vMB 14
843,205 843,205 000000000000000000013bd1a563a28a73d718db62d3f3ccd7e8742a7d224eb9 3,094 1.00/1.00 vMB 18
843,204 843,204 00000000000000000002b926eb00dbd00f69fe413d70ec2307bd183e2534f453 7,189 1.00/1.00 vMB 11
843,203 843,203 0000000000000000000003b3aea2d82494fbb9a0d107dd0eaaae4957fabfe8b7 5,728 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.46 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.