Loading Tool

Explorer IconExplorer

Memory Pool

41,364 transactions
27.50 vMB
0.13103556 BTC
Random Selection Loading Transactions
Max Size: 142.34/200 MB

Candidate Block

Mining Attempt c9a705c10e48e197451ca4f052290294acf8721fa814345e019c214b556f593c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root ec156e43108e66ec7a21e5e67abc91cb05d5e3d6ce67e9ee9983bdf58f47c961
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.07026902 BTC
Feerates: 285.90 > 7.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (481,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,751 432,751 000000000000000002c0590b40a9b5aa8ffb469fd5f295f2268dddb0f8005fe2 1,964 0.90/1.00 vMB 57
432,750 432,750 000000000000000003729bc01d3d64d23df4bb2383829fd0c85bbdd8500dce2f 281 0.12/1.00 vMB 75
432,749 432,749 000000000000000003cd8fcba8e44181a38a11e732d21f662a953c31e07401c2 1,607 0.99/1.00 vMB 38
432,748 432,748 0000000000000000027de792fa04a1e05b4dddbc360fc7382429b0b02e110bd5 1,829 0.86/1.00 vMB 58
432,747 432,747 000000000000000002d43da87581113bf240e579c2b046c06008c079e4bd95f5 1,322 0.61/1.00 vMB 62
432,746 432,746 000000000000000000c653f9606e63609bab95355450744fc1ce2f47de3e931f 1,442 0.80/1.00 vMB 32
432,745 432,745 0000000000000000016ff12a85a86e38f8183326ac2a0bc56b2f4de359d4c0c7 1,957 1.00/1.00 vMB 54
432,744 432,744 00000000000000000034a561199ba1ac83e9481108260e451bf1584f97cead7c 2,620 1.00/1.00 vMB 78
432,743 432,743 0000000000000000026a8dcaeabef1bf53a7e1e986461e93f7b1eeae36ff9a9f 2,551 1.00/1.00 vMB 76
432,742 432,742 000000000000000000cc65c7fee956cb8d1df0bad49dff5db20c577f34a68ccf 1,888 0.91/1.00 vMB 45
432,741 432,741 000000000000000000225b7c4c93bd16602dbb20bab66f35d01c7b2ffe352cfd 2,983 1.00/1.00 vMB 78
432,740 432,740 000000000000000000137bdf73b9d59730db93d40caa8c94e73c02b0082620d7 1,880 0.92/1.00 vMB 47
432,739 432,739 0000000000000000007bd93107a13c36e8d12853421136e113f54ca9bbaf6dc7 2,359 1.00/1.00 vMB 64
432,738 432,738 0000000000000000043874f639eb4bffc710cd02218f0032d57068a4bb034893 1,591 1.00/1.00 vMB 75
432,737 432,737 000000000000000002d2278d0f818a968d5acbce82587e3ef0678774c6f3042d 93 0.07/1.00 vMB 21
432,736 432,736 00000000000000000273dec437dc0d7987f76bd8cb58472cbcebc76d255eb7d2 1,631 0.93/1.00 vMB 42
432,735 432,735 0000000000000000023fe373eddca72a1e1f1afd2cf4a1e0a8c5b57df58659c4 2,363 1.00/1.00 vMB 68
432,734 432,734 0000000000000000014a3791e0235ebdae127982de018313c9982edb4d2992c4 2,216 1.00/1.00 vMB 55
432,733 432,733 000000000000000002222703cb49a0c074a8ff98e044a0dc5e96a3505442cea8 2,946 1.00/1.00 vMB 82
432,732 432,732 000000000000000003104e7b567e88a831c94df127d916230ba6ecef71ba85af 2 0.00/1.00 vMB 115
432,731 432,731 000000000000000001c4cce0227ee669979f7b6f2c24759642bf41badc96db88 422 0.25/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.