Loading Tool

Explorer IconExplorer

Memory Pool

33,808 transactions
25.63 vMB
0.06377376 BTC
Random Selection Loading Transactions
Max Size: 128.99/200 MB

Candidate Block

Mining Attempt fc7a93f1b0981c1c705cdd382f16f36130491d3ab6d1d718654c45376300ef85
Version 20000000
Previous Block 0000000000000000000032d6c7398d2fce1a9f0ca4874c78c38f1b7f20754298
Merkle Root d4675cc299f4a559f99662aa67270234e1382f0939a34002a563518273c3bb2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,600
Size: 1.00 vMB
Total Fees: 0.01671290 BTC
Feerates: 201.02 > 1.67 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,216 (857,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,239 56,239 000000000b413927d4d819d273121eba64d7139bcbbe4f1c63abbe6929b0db73 1 0.00/1.00 vMB 0
56,238 56,238 000000000aa40201cf8d0c47d6fc817f79dd33b3862be951f7a467b3219160ac 1 0.00/1.00 vMB 0
56,237 56,237 00000000091113d401cc5e4920738022e7236389cbc7b2a7ff89943dc4e3cfb8 1 0.00/1.00 vMB 0
56,236 56,236 000000001232d5ea64a2d4d77531be1be5aef506f814e99e6ee78bf07181b226 1 0.00/1.00 vMB 0
56,235 56,235 000000000907ab7f7272c380e33c774e4eb6ad07869ffd79dda372970d75fa56 1 0.00/1.00 vMB 0
56,234 56,234 000000000f55edc70f9ca6b0af5dfa587ad9168f0000b8377855c8728bcc5d36 1 0.00/1.00 vMB 0
56,233 56,233 0000000003dce23e3f61765d43aa2bf285368a3e790ce2d1172de8582db1fb2a 1 0.00/1.00 vMB 0
56,232 56,232 000000000310f8768aded2b4bc42da41f6f46989ff313164f915a40324288d31 1 0.00/1.00 vMB 0
56,231 56,231 0000000007cac5abaeb3357153695e2696b85d3e3b33b376801a5635eba915ef 1 0.00/1.00 vMB 0
56,230 56,230 00000000013013f3a7587052c690dc6838a3848d663538df15b8c4019473b957 1 0.00/1.00 vMB 0
56,229 56,229 00000000139099da453c72fa35f193edde9b76836cd7f7ade6a208c7c1c22fd3 1 0.00/1.00 vMB 0
56,228 56,228 000000000f528581ceea8256bfef28f03aa617ea0f7bb25bbc035625c4e4e12e 1 0.00/1.00 vMB 0
56,227 56,227 0000000001976374117e22634752804f4845aef1555bc8fea0db40edc6288151 1 0.00/1.00 vMB 0
56,226 56,226 000000000b360c40cc8dd0e573d85f5a9271d7c367de37a221a19ff7dd6a55a4 1 0.00/1.00 vMB 0
56,225 56,225 0000000002cdb44c8e4d8eb98fc3d0940d00556d4dc93e35252ea8167e7fceca 1 0.00/1.00 vMB 0
56,224 56,224 00000000011c9c64710ff9a8143e5a6ed6ee4fb2df292fc57641f9a0df1287da 1 0.00/1.00 vMB 0
56,223 56,223 0000000008b9b9bacbe9268e9cce608d01fb251a0187b9490716ed2b11b1dbf7 1 0.00/1.00 vMB 0
56,222 56,222 0000000009285cbfbf6859eee0444ac00ca469f6ffa80938d4dfe9e0a14e3d35 1 0.00/1.00 vMB 0
56,221 56,221 000000000512bd272ab558e1bbb6a44b982aa924b6d09f562648d4bb8881d9b2 1 0.00/1.00 vMB 0
56,220 56,220 0000000005e32e282710bc025bc15e80179bb71834e5b0ffed2e9faaa29026ee 2 0.00/1.00 vMB 0
56,219 56,219 0000000004673d2dd3f14bbd8d152da32419b6df3175b06bb8c44c9e23c6bdf7 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 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: 574.67 GB
    • Received: 8.18 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.