Loading Tool

Explorer IconExplorer

Memory Pool

32,399 transactions
26.25 vMB
0.07660621 BTC
Random Selection Loading Transactions
Max Size: 131.75/200 MB

Candidate Block

Mining Attempt c5b595ce103e0cf55d22bd80dc1813a7f588583675fd99ab3d99abd883a3a51d
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root bf00524856a48c210493235178f157d68aed20941e49f686e64bad7eaf9170a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,615
Size: 1.00 vMB
Total Fees: 0.02824160 BTC
Feerates: 477.45 > 2.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (858,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,183 56,183 000000000620fe12c90effa2f86e4630158d38c51d9e5c364f1320a15099c9a6 1 0.00/1.00 vMB 0
56,182 56,182 00000000021aec59184104e99d37d229d183d53429231326f3bb987e77f0e688 2 0.00/1.00 vMB 0
56,181 56,181 0000000002089a73bad4bdcc6e4447eb5be6c8c9c42ce95ea9672f1bcd197714 1 0.00/1.00 vMB 0
56,180 56,180 000000000d408280eaa561b22d49bdeb4d6e340249db2f60bf375e312857d875 3 0.00/1.00 vMB 0
56,179 56,179 000000000bf55749eb420a220c12e8f58439a209f001c839f8f88b046450142f 1 0.00/1.00 vMB 0
56,178 56,178 0000000009b134e89799c5b7c58b8e425aa201214561a5a42a80ca4c5337ca6a 1 0.00/1.00 vMB 0
56,177 56,177 0000000007f267583891e62f497ed3ee6d51ec3c1f6e8a6c3fa27dda0a7f6b6f 1 0.00/1.00 vMB 0
56,176 56,176 0000000004bcd46b465485632deecf27fe742830e43b0de5701fa5c084219eb3 2 0.00/1.00 vMB 0
56,175 56,175 00000000077b921b1f01467024467b78e134c782a78982bf00555c40dfcc9178 1 0.00/1.00 vMB 0
56,174 56,174 0000000010620d6f450c05a4cc7edc1b4ca62c60304ccb52099163c0cd3ac0a4 1 0.00/1.00 vMB 0
56,173 56,173 00000000099b4e194a4c38f66e6ef7a85a725c75eb1348d46e8e540701acf506 2 0.00/1.00 vMB 0
56,172 56,172 00000000139ebbc202ea056c3a7b4cb480a1cabc32243c1e4c0718eb2887760a 3 0.00/1.00 vMB 0
56,171 56,171 00000000109db352ff47733fd4cccc8e7c13c328bab47f6aa547d84c7aeacbf0 1 0.00/1.00 vMB 0
56,170 56,170 0000000003d9e268598a5ccf8973f205a7ed93aec3258ee4df65ce7764a0f4fb 1 0.00/1.00 vMB 0
56,169 56,169 000000000777827681ba7ec5fff3d63d1d1e3072fa4c4923a5edd3303769d8bb 1 0.00/1.00 vMB 0
56,168 56,168 000000000cbf46b8b2760285208594a1e11fea62ed867c769bb37690097c4edc 1 0.00/1.00 vMB 0
56,167 56,167 000000000ddc44f945ac3bc2025fe8026b5fd51d8be3ef3a379c4f131349f936 1 0.00/1.00 vMB 0
56,166 56,166 0000000003f708adaf17044396fd0d9288cd2f1ba34420faf64fba15a1ca0181 1 0.00/1.00 vMB 0
56,165 56,165 0000000006fe02b76a1c5740fc11ddf160a7dd7adde72e27601d9e208087c4c4 1 0.00/1.00 vMB 0
56,164 56,164 0000000012c15080520397cc89208d9923d1125e3aa6adeb145297ce5383b32e 1 0.00/1.00 vMB 0
56,163 56,163 0000000002884eaa3dd9aac8b4358f2ff9175dcd5175808f49f0318fb7c42928 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 579.09 GB
    • Received: 8.84 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.