Loading Tool

Explorer IconExplorer

Memory Pool

51,638 transactions
30.65 vMB
0.13967166 BTC
Random Selection Loading Transactions
Max Size: 164.40/200 MB

Candidate Block

Mining Attempt 3e03a7759aaed88a17a7a6bd6f80caeade43dad5e6609ba5cce7c9c6d5d44d63
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 43339dae8f922d921d6a77bec0fd36adead0c1ba1d0ec5a06c14dcdaa89bc97e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06021989 BTC
Feerates: 150.75 > 6.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (808,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,387 106,387 000000000000613b5f7aa904360f79d5d4a53136f874ad63353b02471e4bebb0 1 0.00/1.00 vMB 0
106,386 106,386 0000000000008fd1eec58ab64e076a13aff8b84cf4046ffcb4fc23abdd8782a9 2 0.00/1.00 vMB 0
106,385 106,385 0000000000011ceed1d32a84f685b1a04a68e300d60e128f0e08addbf0d31a3b 2 0.00/1.00 vMB 0
106,384 106,384 0000000000009647ec5afbc409abb3bf728ba199a423bf4421d0c0db11ffe8ad 1 0.00/1.00 vMB 0
106,383 106,383 000000000002401be893d28dc07018536f52f1ae17a6c23a528bf31806b228a3 7 0.00/1.00 vMB 385
106,382 106,382 000000000001ea43f902cbe4744e1fe419b19cf94adf630eef3b0570ecb1c3a6 3 0.00/1.00 vMB 0
106,381 106,381 0000000000010ce3e83efc107dfb939938a169f5ca5aca8a0b2c1746bac0f6ca 5 0.00/1.00 vMB 0
106,380 106,380 00000000000021106b24913896d5fc05162fe6fa1a0d147da9d7e967395e46e4 2 0.00/1.00 vMB 0
106,379 106,379 000000000002e8d8eed699478749f173df8456d7e76809e7302059415dd0fdfa 6 0.00/1.00 vMB 0
106,378 106,378 000000000002f5f94824a661274256cef9b579ddbd2b3066b87ae69531c9e0ff 9 0.00/1.00 vMB 0
106,377 106,377 000000000002c6702bf31be2cf2f2631cb325f2972b3a236021baa4479b04f44 7 0.00/1.00 vMB 495
106,376 106,376 00000000000243f37195befa3756ce70a15fdc530f97737c6edc76bdc1a7d2e5 1 0.00/1.00 vMB 0
106,375 106,375 000000000001a29c1d51321e85e8a6d70a56707c586a511a57fa5ccb3c334e74 1 0.00/1.00 vMB 0
106,374 106,374 000000000001dd53b6cd0758bcc3eadbb1fe9be394840ef886f1ff20a2b4ca54 2 0.00/1.00 vMB 0
106,373 106,373 00000000000291ed31edcc47b1a8823a742b0b82e7bacd24a54c280a4d98bce9 1 0.00/1.00 vMB 0
106,372 106,372 000000000002f0c7fee3f617f7c879c1fbe5d149b0f84c028f165a68810ef6c7 6 0.00/1.00 vMB 0
106,371 106,371 0000000000011ca275141249e124706f22976bdd4fd74e105486df87ac4cc664 3 0.00/1.00 vMB 0
106,370 106,370 0000000000021030e4555650daaad909e643773f925769a3e23f57be60078b7b 28 0.01/1.00 vMB 0
106,369 106,369 000000000000997bdd9b985b59f59334a5cd400e87e7c1d78c88750a641114b0 1 0.00/1.00 vMB 0
106,368 106,368 000000000000c7c52710fd82337f042fb540b4706cbb37c26ed48d3a411461f1 2 0.00/1.00 vMB 0
106,367 106,367 0000000000007f9827a5b2450b3276f1328e7d0c9a11553fa43ef515337bd609 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.06 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: 651.11 GB
    • Received: 13.41 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.