Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.36 vMB
0.12439458 BTC
Random Selection Loading Transactions
Max Size: 176.74/200 MB

Candidate Block

Mining Attempt 8962a48e8e10bb564e934237d906290dc25c46280e00ab4a2a8bb1eb3306c4a2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (846,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,147 69,147 0000000000157102b3e75a5882cda1ae49e62b471383e492d266f71772d4cb95 3 0.00/1.00 vMB 0
69,146 69,146 00000000001ee6fe2a2e60d3b3cfffeecf1958a36abefc7596731c70165319bb 1 0.00/1.00 vMB 0
69,145 69,145 0000000000fa7df84e7397c5e2722f1c70e3df9db469113a16dce8624fd8f306 2 0.00/1.00 vMB 0
69,144 69,144 000000000125046ca45b2c237cd5113dacdc748460ecce060c072099bd60881b 1 0.00/1.00 vMB 0
69,143 69,143 00000000012cc564ae4082cea6b5aaf0209a9e030738975b650c1c14d2983206 1 0.00/1.00 vMB 0
69,142 69,142 0000000000cb7967d3e5b973d8acc69ce2fc445c4d5ac5c9eff6ba1127213fcc 1 0.00/1.00 vMB 0
69,141 69,141 0000000001119e454dc03574e4dad05726cb39729e351e8df6d44277245034e4 1 0.00/1.00 vMB 0
69,140 69,140 00000000000af2ce7c8333fcf6721b251e3cf718f74e346851185aec478b6250 1 0.00/1.00 vMB 0
69,139 69,139 000000000131e59743cb1ce806ec860d04a167072c4b6f3962cd2f8e512133b3 1 0.00/1.00 vMB 0
69,138 69,138 0000000000d7f859482889c300a2bdaa02b6fa3b5060c61c8b96abe711642b3d 1 0.00/1.00 vMB 0
69,137 69,137 0000000000009d7af9c6158a16ff21b7cce780f72d510ff52125c8adbc269d53 1 0.00/1.00 vMB 0
69,136 69,136 0000000000624b1b414004d62f3b6b79f144a387befe98037f67e60b25bf4e98 1 0.00/1.00 vMB 0
69,135 69,135 0000000001431abb86c470e3881fe64259eefc15035cb07f591c34f30a463342 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.