Loading Tool

Explorer IconExplorer

Memory Pool

72,273 transactions
27.18 vMB
0.09034872 BTC
Random Selection Loading Transactions
Max Size: 164.26/200 MB

Candidate Block

Mining Attempt 503301d7e89198d61356005f396b66497ecf2ca60c8098c2ed5f9221a76a3381
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 840c56eb77b2eed076ebab552612531ef7bef76aa32abab7155c2c9374b73f71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.03193697 BTC
Feerates: 445.47 > 3.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (846,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,221 69,221 000000000111c0ae709f4a39fb11e3a3d81867243c1bde3b36a307d6a0ab94d3 4 0.00/1.00 vMB 0
69,220 69,220 0000000000daaeddef908f95440cbc0dac6cabf98b8f146b823d69295e997554 13 0.00/1.00 vMB 0
69,219 69,219 0000000000a6ba23612db5c7f0d5ab79f0be068bdd31353bebff5f3ab8326281 22 0.01/1.00 vMB 0
69,218 69,218 00000000015447028edb1a3c7aa0c8affc92f3bc6c22b5891a2b10dabff997b2 2 0.00/1.00 vMB 0
69,217 69,217 000000000147bbe18238dc74944de5317172db02c1f9b62ae2aaba9059cc5648 6 0.00/1.00 vMB 0
69,216 69,216 0000000000e3eb7ae77c2dc802dfbfc942ec704d67a3ca134bce83c0d30175d1 56 0.01/1.00 vMB 0
69,215 69,215 00000000003bf885b1b808794edbb649453b46497ca40e92aab44216d0ebe366 43 0.01/1.00 vMB 0
69,214 69,214 00000000005ec3ca4128b340322eae227b978430fadaa69c0cd8b2ad8c977715 2 0.00/1.00 vMB 0
69,213 69,213 0000000000b39dcc684983c83afdc49bc709e07f81a67a5ac4f8b7d16717b722 3 0.00/1.00 vMB 0
69,212 69,212 0000000000db5cbfe0f35f36a5f77768632582f23758f2a705e65f848fbf65a0 8 0.00/1.00 vMB 0
69,211 69,211 00000000001be47647a1f76e5c9641ea5b0cc7dcb59de4d084934d5e2f1f0fc9 1 0.00/1.00 vMB 0
69,210 69,210 0000000000d4bc23926c64650e6f82d4c287de336bd0c8320b37dde13bae86f9 20 0.00/1.00 vMB 0
69,209 69,209 000000000086a6dcdbac2e3cd151247894ea91fb80d73e188e18223fbb4f011b 1 0.00/1.00 vMB 0
69,208 69,208 0000000000502f1da2487dec7c236a5e968e232692abe49c53f1e55327c680f4 28 0.01/1.00 vMB 0
69,207 69,207 00000000008bfe589d93db8040aecfde6091072a4e9098cc75e72fb1f5600a1d 2 0.00/1.00 vMB 0
69,206 69,206 0000000000d9883c3a5580d0665e00a24628dd350cbb9663c545a36cd698e2f9 1 0.00/1.00 vMB 0
69,205 69,205 0000000000f306f3856f7b10628751c33783dcce3d6685c638eb68e3941605ae 8 0.00/1.00 vMB 0
69,204 69,204 00000000005e184037e16c0689f18ba77e8461db2f83eb02b6dad9f54ec41879 1 0.00/1.00 vMB 0
69,203 69,203 0000000000ecd223131fc68c265cbab1da9eed03916bcae0814b028fd5288acd 1 0.00/1.00 vMB 0
69,202 69,202 0000000000974949f3062150bc3b7fc78602f1b0d3d9c807d7990c3e81f38c4b 1 0.00/1.00 vMB 0
69,201 69,201 00000000015ceb76398c527b784d93fd66b3f3a2cfa1e7326ea46a5d3c52eedb 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.19 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: 751.89 GB
    • Received: 18.87 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.