Loading Tool

Explorer IconExplorer

Memory Pool

78,898 transactions
29.21 vMB
0.12052919 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt e5dd301a3aeef67a3f658bcf7db2f9bb476baa7ccf4ee0c2f216b585f4f2f40b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1f6a36e09027705c314eb731495179a85746e97c364e773614136023aeff5e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.04366530 BTC
Feerates: 150.80 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (738,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,102 177,102 000000000000047f594316246a835687ea27389b091e768b226feb90f923da1c 123 0.05/1.00 vMB 23
177,101 177,101 000000000000011e72ec4f622b6a5a5ddde1847e3e63d5fb5a435f0671d31e32 1 0.00/1.00 vMB 0
177,100 177,100 00000000000001509cb3e263f5bd3000065c33981e0e09461a5537c276cb2497 122 0.04/1.00 vMB 67
177,099 177,099 00000000000002c49cc0dcc153c37605d97e16d9788d4cec5d0ba276afc535e1 10 0.00/1.00 vMB 39
177,098 177,098 00000000000004bcf9bd76491de4ebed8e629ea44d744718ab8ee50bf56c2bbb 66 0.03/1.00 vMB 98
177,097 177,097 0000000000000317e7230acb3183ed1e32d42feed2450b70a04942571044b4bb 128 0.05/1.00 vMB 48
177,096 177,096 00000000000009afd2d3a479823866c4c69407e29ff8839cffb10641f986e6fa 25 0.01/1.00 vMB 203
177,095 177,095 000000000000013eee09211edd7b24b9c8cf4dd324d1938d1bfee3f297afb2a5 15 0.01/1.00 vMB 67
177,094 177,094 000000000000012d4b40efdd2085c10404ec292203e2559abba4d838247e0c0a 60 0.02/1.00 vMB 11
177,093 177,093 000000000000063771edec1e4cfc4e9cf7f9f06a2ded41d47e3a7b232ebc364e 102 0.04/1.00 vMB 129
177,092 177,092 000000000000078d6f81949ed7f53e94a70483674a57e042b433a7b9da95b276 13 0.00/1.00 vMB 0
177,091 177,091 00000000000006b1d99d40007ff75e4261bcf7588f5a4c82c0cedf9d9a6e01af 32 0.02/1.00 vMB 132
177,090 177,090 0000000000000373c2dfebd164a1f056419d3507718d7d7f8f515f79be9e512e 58 0.03/1.00 vMB 106
177,089 177,089 000000000000018bff1ed41a1379506f1286070adbbc2d515079ae5f1ee1909f 75 0.04/1.00 vMB 41
177,088 177,088 0000000000000819b92c65233fa2ae1351c1b36b23f69e1e4748dcd3d3e32b5f 154 0.06/1.00 vMB 102
177,087 177,087 00000000000001dc0f092c497be6b300c6f8b704db936b8237e18cd5f1132a1f 51 0.02/1.00 vMB 164
177,086 177,086 00000000000002776136f594cba8b29f0cab5731fb74ee5f02eba92ac078c355 4 0.01/1.00 vMB 16
177,085 177,085 00000000000003385dfe63e5404f7a591572b33b404bdd73345b12db9d4a3bce 6 0.00/1.00 vMB 64
177,084 177,084 0000000000000a4ca2ce7783b14ee49251684044e39862d312543d5667bfbb13 46 0.07/1.00 vMB 62
177,083 177,083 000000000000010dcf3244533fbd9f532547f9e18a27e9b08363eb1c08cea41a 24 0.01/1.00 vMB 69
177,082 177,082 00000000000008df510f80307843b3e2bc5e8b630e62f9d0ead43161210a00b6 50 0.02/1.00 vMB 51
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.78 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.