Loading Tool

Explorer IconExplorer

Memory Pool

42,495 transactions
29.05 vMB
0.07534687 BTC
Random Selection Loading Transactions
Max Size: 149.27/200 MB

Candidate Block

Mining Attempt 21d9cb88a9e0f4d5f6e8475bbf860480678f6314034afeca1da3eb0d6b4b50ae
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root d8fc33c4afde29ace06d055059263ede9c455a95f1ad4d2fbb47008f2b88a9fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,819
Size: 1.00 vMB
Total Fees: 0.01854627 BTC
Feerates: 150.75 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (149,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,488 765,488 00000000000000000004a72ba478e450652cc509171a8aadaea66d73d6afa182 2,994 1.00/1.00 vMB 50
765,487 765,487 0000000000000000000023bd2e094e70822bd9dccd2e63ed4ae253e810af94c3 2,768 1.00/1.00 vMB 38
765,486 765,486 000000000000000000032226d6ba8cf8212c0130c3317e418d5778cb7586afdb 2,745 1.00/1.00 vMB 34
765,485 765,485 0000000000000000000749799525c7ace800f418d56e71c9a1142b77a3b9e9e5 3,134 1.00/1.00 vMB 32
765,484 765,484 00000000000000000003892f11559a33de0514cde0cd5d5c3c3ea61ec7a84555 2,731 1.00/1.00 vMB 40
765,483 765,483 00000000000000000005229c23e95aba4fa82b18c47c2a25fdd5a1a179ee0014 3,099 1.00/1.00 vMB 44
765,482 765,482 00000000000000000002931172fb3db45edaead14590c144613d3d5154e6a8df 3,082 1.00/1.00 vMB 59
765,481 765,481 000000000000000000020d703f6f8d0001194baa3aed693c18772b5b1c7230fa 2,976 1.00/1.00 vMB 14
765,480 765,480 000000000000000000055b93e6facbe8f1f2375497f16b30a57fc970507eb287 2,642 1.00/1.00 vMB 22
765,479 765,479 00000000000000000001f0af5564374ddef1674ff5d7cc6d130e7046d3616c2b 3,446 1.00/1.00 vMB 35
765,478 765,478 00000000000000000002a83cc9dd43145177b49b95fad87e7925a0293033ee9d 105 0.08/1.00 vMB 24
765,477 765,477 000000000000000000028f09152d65081860e1f670d4f633774dc1739dccc756 1,158 0.41/1.00 vMB 20
765,476 765,476 00000000000000000001d422a5fcd7512b759231b9d57f86514127f26851afe6 527 0.51/1.00 vMB 3
765,475 765,475 0000000000000000000559ea64bcf707f9f0d52c1d646b5c84d455b213044fd0 2,380 1.00/1.00 vMB 22
765,474 765,474 00000000000000000001b1223b4c38d317809a2021b315748bea91d02a90f077 1,882 1.00/1.00 vMB 15
765,473 765,473 00000000000000000000ad2f7387c789903d80d0d6ca361e0f7a0b2dc57620be 984 0.63/1.00 vMB 8
765,472 765,472 0000000000000000000534ea5c24c2a8df86b04623cc9635dba3faacfb7d8630 2,721 1.00/1.00 vMB 21
765,471 765,471 00000000000000000005a433a5e5f8e5cb35d4b55f211ce7dff08ccf4f1ce16b 806 0.49/1.00 vMB 8
765,470 765,470 000000000000000000078bcffb306f73289d84e36a4bc906687a9d32899afedc 1,938 1.00/1.00 vMB 7
765,469 765,469 000000000000000000024e547ca314665a075dc7aeb365a7f9353cd3ba868c05 2,448 1.00/1.00 vMB 24
765,468 765,468 000000000000000000000c6e6ba4629ca4e397d4f2a2cb8aff4be613f6ccbacd 1,673 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.