Loading Tool

Explorer IconExplorer

Memory Pool

92,281 transactions
29.90 vMB
0.08440513 BTC
Random Selection Loading Transactions
Max Size: 186.71/200 MB

Candidate Block

Mining Attempt 1b36ce2d24aad469fc2eaf4de2eb2b4d62ec89a2c69611c6841d3e6800b31949
Version 20000000
Previous Block 0000000000000000000019570199f8bd8fb48e7b071d4e0db87090d054c4b1e2
Merkle Root 3d486d11c930452f312f2eb389985e95fc4a14b0c8381846fcf055cffffe4fdd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,709
Size: 1.00 vMB
Total Fees: 0.01539766 BTC
Feerates: 101.49 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,931 (910,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,184 5,184 000000003983b989ed5037704b37ccced779def688ee8ad2ffba10f1cd94c731 1 0.00/1.00 vMB 0
5,183 5,183 0000000059896c850423261359ed330fb9ba2a0b981d75972d54096925aadc33 1 0.00/1.00 vMB 0
5,182 5,182 00000000ebd8c7431a6be90e160a05fb198de2ff29fd05aed72f924f8e61f26c 1 0.00/1.00 vMB 0
5,181 5,181 000000003d0a8d0328cde44b802768488fefe3c11a2f27c26716d2baad1b40ed 1 0.00/1.00 vMB 0
5,180 5,180 00000000f60d87dc6135fcdd006d53564e1e7f69b0617a5358206f0727ae9790 1 0.00/1.00 vMB 0
5,179 5,179 000000008050b24ff10e080b01a1276e756bc6a60d4e94e720c24a7f15876d8c 1 0.00/1.00 vMB 0
5,178 5,178 0000000079991e4f34d867e6fbc96e94397bfe08b1d6acbcb5d631f63765cab2 1 0.00/1.00 vMB 0
5,177 5,177 000000009f72207cffa94789713facfc7eb8c8527b131973db9b38ceaadaa6b2 1 0.00/1.00 vMB 0
5,176 5,176 00000000c57da0f07304c040f3d65dc34533b4ade850beaf053ae567f73c954b 1 0.00/1.00 vMB 0
5,175 5,175 00000000b781c7d1b96912017ec6d006d2d505d3cac0bd486550abe2066734f7 1 0.00/1.00 vMB 0
5,174 5,174 00000000efde85fab4f3fcd5fe00c05a5ebd04e7997924f891578aeb15931eb3 1 0.00/1.00 vMB 0
5,173 5,173 000000002a80294358278b082285f25284883bb7f67c95162e2ee5c56f220e1c 1 0.00/1.00 vMB 0
5,172 5,172 00000000b65437c5b0e4a650609fcd24fc5233789e8913616fdfbd947ee92875 1 0.00/1.00 vMB 0
5,171 5,171 000000000a7ae7a132acdd5a3f29570d100a2685140d3ae0d08ce62d5a810faa 1 0.00/1.00 vMB 0
5,170 5,170 0000000064ddf1743e850fe5a7ae1f7be47288855b373dc0d1f745fb5d3328ae 1 0.00/1.00 vMB 0
5,169 5,169 0000000052546a7e00a7cd61ce068576f4ce8cfb41b32f8f73ad4d8210e1119f 1 0.00/1.00 vMB 0
5,168 5,168 00000000421d29a21be4046f75dcc1b9177886c7f230184fc9af919e81f85fb6 1 0.00/1.00 vMB 0
5,167 5,167 00000000fc5780be430113cb160a5ea51efa6a66e62663a69621aadbb9036060 1 0.00/1.00 vMB 0
5,166 5,166 00000000df039632706f1fae438e4fddc0f42b92d5778348a53413e577180553 1 0.00/1.00 vMB 0
5,165 5,165 000000006758d578caf2ebb468e61e283078515e1a3814a230cfb9ac7c290b50 1 0.00/1.00 vMB 0
5,164 5,164 00000000a62347cd09208a6683da1b735df581544384eecfdbcb4a0ba4f13488 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.99 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: 799.05 GB
    • Received: 22.69 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.