Loading Tool

Explorer IconExplorer

Memory Pool

35,713 transactions
25.08 vMB
0.04912947 BTC
Random Selection Loading Transactions
Max Size: 128.37/200 MB

Candidate Block

Mining Attempt c7d33415317b6a76c7d49e7495f83631c8f0e431fb7d1dd175eabd149d1cfb80
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root 06ff356776a6aaddce5df4c7b97e9c4331ba5a55f8699080dde1c6d6ee752fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00426424 BTC
Feerates: 60.16 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (471,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,459 443,459 00000000000000000363af48748c01a18f36fd58ce726fee60ba7255468a6f6e 965 1.00/1.00 vMB 36
443,458 443,458 0000000000000000012f978bdf988658e0c24a8b2780051b641d3dc8d2de4530 1,172 1.00/1.00 vMB 50
443,457 443,457 000000000000000000d888a3260b0ceb3af3e593330432f90a617af635ddc79d 1,916 1.00/1.00 vMB 67
443,456 443,456 000000000000000000f631627b475b454732d05b5b23d67345a95f06770036e7 2,371 1.00/1.00 vMB 67
443,455 443,455 00000000000000000090ee1c3caab687dfb7f60cd4e3ebbb1d8828513010fe38 2,236 1.00/1.00 vMB 80
443,454 443,454 0000000000000000005e2304aee8b588b6e4bb29d48cfca8037d64c290af2827 1,598 1.00/1.00 vMB 114
443,453 443,453 000000000000000002a45b850f67482aa503ba060782160d9d2f748ef51c582d 2,648 1.00/1.00 vMB 83
443,452 443,452 0000000000000000005347e8e40143273df19b8fbc41af293f292410ebf02088 2,708 1.00/1.00 vMB 83
443,451 443,451 0000000000000000000195869d06bb1a1ae7c0e7e9acafc5a6f4a46b2f4b9f61 1,925 1.00/1.00 vMB 56
443,450 443,450 000000000000000002e7da77c3df09eb76ab8c39f31bb961927b352976927fe9 454 0.20/1.00 vMB 78
443,449 443,449 000000000000000002374053c57f766bcca7e290954e8ab826ad6894775bc237 1,455 0.60/1.00 vMB 55
443,448 443,448 0000000000000000037d9419badf69fdb61dfd10f96b23b09071ed8f618c01ea 2,666 1.00/1.00 vMB 87
443,447 443,447 000000000000000001f5c9cdfe0f1b69c190542303aca2cc37e963bee52990d8 1,532 1.00/1.00 vMB 39
443,446 443,446 000000000000000003cc60e43a89e57d3b566422caf011d9a9fef66fc2c15fb8 2,456 1.00/1.00 vMB 87
443,445 443,445 000000000000000001bbc395a0b4b4fbdc6b24e7388504932b24139690fc3695 615 0.25/1.00 vMB 79
443,444 443,444 000000000000000002c377b2727f25fc526b61a4d8cf0213ad47ac33a562859d 1,889 0.82/1.00 vMB 63
443,443 443,443 0000000000000000003d1745f28625d1ab210d8fab4e3c3873b2b34bd4dfc11a 2,615 1.00/1.00 vMB 84
443,442 443,442 00000000000000000086b2e7f3325fa780cd6bc2962a7e8db6a5fb61f0446c87 2,621 1.00/1.00 vMB 79
443,441 443,441 00000000000000000399f8804e58c293b7843079b001916c8d17383a4b80f280 127 0.06/1.00 vMB 93
443,440 443,440 000000000000000001a4b26a2f8e55beecceee6909fd7241bb125f848489c845 109 0.04/1.00 vMB 103
443,439 443,439 000000000000000000eb1e66597c4ed3b3ee611046f3299004ac86b75b4ede76 1,969 0.94/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.