Loading Tool

Explorer IconExplorer

Memory Pool

84,499 transactions
35.23 vMB
0.17538985 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 4fe5e4e06296e3410a9487b9f453bde00496a46c61ad251d7a32231cf2e0f54b
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root e39d699089d7a46ce636557ae299b3364d08ba1c5f6114c6e5d7ecf1ad66e5d6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,389
Size: 1.00 vMB
Total Fees: 0.04229649 BTC
Feerates: 435.08 > 4.24 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (852,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,172 63,172 0000000001d48f0cba627e1fedc88ef65d0f17983ee69a45493c53089e7a8350 1 0.00/1.00 vMB 0
63,171 63,171 0000000002c3742c5f547a167d7ba68d75e0b92a7e08b9107d26458cd2761e57 1 0.00/1.00 vMB 0
63,170 63,170 000000000177857a82d0b94228b2cfa166dbd03f8bacfe9d425e7738f6819112 1 0.00/1.00 vMB 0
63,169 63,169 00000000022c6e9cf4862b131a8149c050fee7789c3d5833870e72fdf3952de6 1 0.00/1.00 vMB 0
63,168 63,168 000000000bdb2c3331ee1eecebef53f16d2ff23f42ba89b2fd45c86cb945e843 1 0.00/1.00 vMB 0
63,167 63,167 0000000006655d1b798364b0074c4a28b82ad8069c23f044ab94d401cf5fe7dc 1 0.00/1.00 vMB 0
63,166 63,166 00000000022badddde65290e81320bf07a8397588fe015aa2d13538b330cc433 3 0.00/1.00 vMB 0
63,165 63,165 0000000006a5e61cce1a640d46ef988694484fa9e69f5266fdde145093d46859 1 0.00/1.00 vMB 0
63,164 63,164 0000000008f7c2e50195cd44a52ad25a5b9488a4593bd50fa67d007e92dcff22 2 0.00/1.00 vMB 0
63,163 63,163 000000000235085c96bd986bd0f51925515f2ad16e86bb8f1cec5530c88ed6f2 1 0.00/1.00 vMB 0
63,162 63,162 0000000004ab948efd1ef8e99a4902834539492b1045d700b66e3b6aafb32d61 3 0.00/1.00 vMB 0
63,161 63,161 0000000005262bc1472fcf29122163b98a0d4bdc1ee44928e82615b14d78855a 2 0.00/1.00 vMB 0
63,160 63,160 000000000bed8de3379fd8dd57a4a9fc09c197675946a2637749f337f399f1ca 2 0.00/1.00 vMB 0
63,159 63,159 000000000a965dbe161a833f75043714f7d5cf8f877c4fac129db91bea531049 1 0.00/1.00 vMB 0
63,158 63,158 00000000049a971f1a1623e3167e2e4f76f497ec0d54ce41da2a5d36fee23197 3 0.00/1.00 vMB 0
63,157 63,157 000000000044b8dc25ad087dc58d3e88eb21c2e0a0da58e7802e247d4abad9ae 1 0.00/1.00 vMB 0
63,156 63,156 00000000076f9a5e93981f36d483007ec8c06750ee5a8f802fb293396bca49d2 3 0.00/1.00 vMB 0
63,155 63,155 0000000009fe6aae6379dcabf68989717cd49e04816cd5377b4fa3594975987d 1 0.00/1.00 vMB 0
63,154 63,154 000000000ac72921f65e1bb9dca7076cbe25d1a68b3417d3a8ae402345cbc6bc 1 0.00/1.00 vMB 0
63,153 63,153 00000000077c949a2960af1c0ad3a9b23adc172f92beae7636d362140d3f5d96 2 0.00/1.00 vMB 0
63,152 63,152 000000000a9c683442efa08ead364f10539ca536400099fc32e5a0eff972a800 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 730.42 GB
    • Received: 18.50 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.