Loading Tool

Explorer IconExplorer

Memory Pool

77,493 transactions
29.34 vMB
0.07589591 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt 047d80ba1cf4799edb796b7e34a0eed673cdb89bdd4e8e902fe9e8d570753a44
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 956bd3026311bc7f36df97300b27fb3e81bf3d0fddcac2c232805816884a05ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,778
Size: 1.00 vMB
Total Fees: 0.01343234 BTC
Feerates: 59.34 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (846,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,134 69,134 0000000000a607096942b96a6bc94ee77ced2b69a5b924b7e49893db86acde3f 1 0.00/1.00 vMB 0
69,133 69,133 000000000026e180b8bf58a4d2142083b9effe6cd4aa5fbe758771a487d6ce78 1 0.00/1.00 vMB 0
69,132 69,132 0000000001525e135da4273d2308c1b0c834ea441fe9bf446c907fbce73ff9e0 6 0.00/1.00 vMB 0
69,131 69,131 000000000003944b9deb2c1391afc08279aa11cd62284722ada1b27a60aa3f17 2 0.00/1.00 vMB 0
69,130 69,130 00000000003df5609e8ec314238db29a7504e3c709204515a6d9c83936269b08 4 0.00/1.00 vMB 0
69,129 69,129 00000000000038b590326c45134b260011c9997d9633c04415b17b13af80a35c 2 0.00/1.00 vMB 0
69,128 69,128 0000000000e7b77d3ddf71f2cb023f3c0e99ed58d2f34fd402de1389a555cf73 1 0.00/1.00 vMB 0
69,127 69,127 000000000095af98d40a6f5c8a7a03f3bafb4dd86882952a616fb7c593d08a2e 1 0.00/1.00 vMB 0
69,126 69,126 000000000163e77cba33e7ff61c2fd250b5324ce3600d73d59f4f31cc4dbeca9 1 0.00/1.00 vMB 0
69,125 69,125 0000000000bec2a78c031d03d13d6191208bc3c5a62851cd9d95a0036cab505c 1 0.00/1.00 vMB 0
69,124 69,124 000000000087d2c488cc8d78b5baf60876335ae66e675b80fbdcdc69bb2f7563 2 0.00/1.00 vMB 0
69,123 69,123 00000000003362a1de45e4ae086fb5f47592f2bbac8813bcaa353992c9ac7f69 1 0.00/1.00 vMB 0
69,122 69,122 0000000000774447dde35c2ca47ff41f6384294baca3894776b27dfeedcd9e6f 4 0.00/1.00 vMB 0
69,121 69,121 00000000002d983a9d3cb23e46862dfe2e520b592d9c04aeb47789c58d4ff9d4 4 0.00/1.00 vMB 0
69,120 69,120 0000000000d4ec13b16abe4b4e4878ac9e8623e90ae300d00c594fe1521a4044 1 0.00/1.00 vMB 0
69,119 69,119 00000000015c4308e5e2fc87c50c7c52e2e8541443c7de2b2bd0dadcac5d2b94 5 0.00/1.00 vMB 0
69,118 69,118 00000000008fd46dfd23d315eaceaafcc3d39ce79bcf7fc96f3aa1e770ddae07 8 0.00/1.00 vMB 0
69,117 69,117 0000000000fd169bf0d2b45d4e52b442615737dcfca1c403b2c39333a7ddfc60 3 0.00/1.00 vMB 0
69,116 69,116 0000000001271dbc9ee39e70fea08bdef42fc68656eea8e1d393e916e222ad18 5 0.00/1.00 vMB 0
69,115 69,115 000000000116d802aa7a5eb436982e6bdd85441b64b5ed240d55b204008892de 4 0.00/1.00 vMB 0
69,114 69,114 000000000162023e7e36528a87accd685974a8f10e24477211a38aa317bb22c1 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.