Loading Tool

Explorer IconExplorer

Memory Pool

79,656 transactions
29.69 vMB
0.07900050 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt a8b99f012c34a8dab07a8bdfdf5a8cb2fa65d0700eb05bdff188930ce42b947c
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root cd1e157b13d6985798709277e10722c2c9841ba352e245fe3fc8a57659f25cc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,332
Size: 1.00 vMB
Total Fees: 0.01836395 BTC
Feerates: 502.65 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (908,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,591 6,591 000000000cb3a31d1c84a70c60b74a6311502e0bd4ef9a31bfbf17903bb276b7 1 0.00/1.00 vMB 0
6,590 6,590 00000000ad3094bffd4b5f035d1f9fb4ec32fe786faef94d6557136540715199 1 0.00/1.00 vMB 0
6,589 6,589 00000000c326f5a6a64726709ddde82ba58a8fa78aa4b9b6fb6df3c23fa876f1 1 0.00/1.00 vMB 0
6,588 6,588 00000000004b536fdc5171605e51357a91b53f1cbdffa59448fa07c5ef07be47 1 0.00/1.00 vMB 0
6,587 6,587 000000002280cc13bf8a16d13f4b2314ce0204a58637c09ceee011ed1e1c0466 1 0.00/1.00 vMB 0
6,586 6,586 00000000f2a0609babed82ee09155eb88ce1fd8466fe3721d76f13982e29bd00 1 0.00/1.00 vMB 0
6,585 6,585 00000000f4d5cf9c261c366bdbf152fdd78e50c4cd577e389345ba2822baf208 1 0.00/1.00 vMB 0
6,584 6,584 0000000053bdb21d6c70a969c058e3bf30405bad6eb9d7f95ef88bc265a61741 1 0.00/1.00 vMB 0
6,583 6,583 00000000b17315fca0d8b3f8229e49aae2912e9d5de1f94b772f1412e932a4a0 1 0.00/1.00 vMB 0
6,582 6,582 000000007fc54ccef03a1386155e5fd10229a80d592bd6b299064d1572635378 1 0.00/1.00 vMB 0
6,581 6,581 00000000b46bb9d830499302bcf3e544e679897ab595531d98539a4593e5a849 1 0.00/1.00 vMB 0
6,580 6,580 00000000b5e64339fcaed867719bf17b4416839403deeeba1ec96ce5ea8c2929 1 0.00/1.00 vMB 0
6,579 6,579 00000000580a7a7cd537bfac354996f0d5ab1d1779e316968b524153bfff09fc 1 0.00/1.00 vMB 0
6,578 6,578 000000000ab7ac9a9423071d674d8104ee4b220d5664387d90850e3f76e979ae 1 0.00/1.00 vMB 0
6,577 6,577 00000000ea4728c14bcbbfda30b77e8f84eaf7646daa9090debba19770b9fb57 1 0.00/1.00 vMB 0
6,576 6,576 00000000190b7c78c04060087be9ffdafeffc2eaaba0c2f8c98e56e10cba73fb 1 0.00/1.00 vMB 0
6,575 6,575 0000000050c878a194212cddc468fced5162630acccae8a01778a997c307e347 1 0.00/1.00 vMB 0
6,574 6,574 000000000f473a759506cf47ee544fe35ef4f9bb4a1946b00aa278e079adfc47 1 0.00/1.00 vMB 0
6,573 6,573 000000008d81ea3ee542e4c42b6199e0ca16b1161e28ef784cf62a1a436151c0 1 0.00/1.00 vMB 0
6,572 6,572 00000000004da06c86b8417e8ab7d29ca55ffb85cfe399e41dc0adfcf5f3d330 1 0.00/1.00 vMB 0
6,571 6,571 00000000b208b8059038c5b7dae8c19b40c3b186332170493bdd19b3a9c0a445 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.