Loading Tool

Explorer IconExplorer

Memory Pool

80,967 transactions
31.39 vMB
0.08616252 BTC
Random Selection Loading Transactions
Max Size: 189.79/200 MB

Candidate Block

Mining Attempt fd935542c583073d604ebb60937807ed028b632976bbf6952428eac3dc9a4686
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root fdafc2a4d2983ffc34ea12e7e4955ca539c9d75cf3b47b608f6cc834267fce8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,049
Size: 1.00 vMB
Total Fees: 0.01815395 BTC
Feerates: 150.65 > 1.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (139,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,286 775,286 000000000000000000012c1deacae65a8de57d7e7744be0165dc6e9b4bf01da3 230 1.00/1.00 vMB 1
775,285 775,285 00000000000000000006ef6e93cdc29fe135c643a097709f4510b317ce4efd5b 1,083 1.00/1.00 vMB 5
775,284 775,284 000000000000000000032b7b16bf53ff4a384dce5a8deb4f74bf2ff2257b5f3b 3,037 1.00/1.00 vMB 13
775,283 775,283 00000000000000000006183c17d8a894f7ef6558d97c24934ccce2808b080672 756 1.00/1.00 vMB 3
775,282 775,282 00000000000000000004f0680e1d5e719d8dbea3fc9eb22d74e3a437a254e68a 988 1.00/1.00 vMB 3
775,281 775,281 0000000000000000000478827ceac336162871408cf6e50b665ea9e59294d12e 2,233 1.00/1.00 vMB 6
775,280 775,280 00000000000000000005d4ea6889c35601f3030d22d2363403b710bafbea314a 3,320 1.00/1.00 vMB 9
775,279 775,279 00000000000000000005be17d93cc5c747d2f1113a2575a8df2692039e5c72e5 2,253 1.00/1.00 vMB 16
775,278 775,278 000000000000000000033ca710194a0d6d85afd318a6f348f0f1dae2990090ee 2,914 1.00/1.00 vMB 13
775,277 775,277 00000000000000000004c6e263489a46f477b235846d5ffb698963dad70bac69 3,721 1.00/1.00 vMB 22
775,276 775,276 0000000000000000000169ebb296857d4ae7fb2fc32078a40fe5b616d0f2cec4 2,462 1.00/1.00 vMB 23
775,275 775,275 00000000000000000002d2825003908ca2c9ddafd7b8e0f2787b431e8367a38e 2,038 1.00/1.00 vMB 19
775,274 775,274 00000000000000000003c29e576793187e1e819df4611fd9393249c49ea87283 193 1.00/1.00 vMB 1
775,273 775,273 000000000000000000020dc3ee060948fb4c4b03f97540000a3749c3d8337ade 1,885 1.00/1.00 vMB 9
775,272 775,272 000000000000000000000f2e4aeff5cefa8a218f20c401021e60366e16013a63 2,139 1.00/1.00 vMB 10
775,271 775,271 000000000000000000071d775b4a281a99c4732e9f14cd483a4f83ef1a29d3cd 2,563 1.00/1.00 vMB 12
775,270 775,270 00000000000000000006df2b7adcbf7da0591eae73ba5a35b0b359f472ea4615 988 1.00/1.00 vMB 2
775,269 775,269 000000000000000000020f7799e1f8a8d348a91207d631cfd764cbaac554a39b 2,097 1.00/1.00 vMB 5
775,268 775,268 00000000000000000000b8bff69a64fef2a548ddb1c2e10150e199e1f7bc50c7 1,689 1.00/1.00 vMB 6
775,267 775,267 000000000000000000029a95b8005b6ca01423ad3bd3b2e96981e8705a8908f0 3,162 1.00/1.00 vMB 16
775,266 775,266 000000000000000000054a90eca11b8c89ca12e9a0f4dee54543d2340a9615d0 2,355 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.74 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: 708.15 GB
    • Received: 16.72 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.