Loading Tool

Explorer IconExplorer

Memory Pool

74,451 transactions
27.54 vMB
0.07072284 BTC
Random Selection Loading Transactions
Max Size: 167.83/200 MB

Candidate Block

Mining Attempt 2a48d2092184741edd82d030f58e079d601930988e0da6478526fd1c80eee0b7
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f13b567fcc018a9e6b7b9cf24349b6393bb94422315d7c25e73f3783a04ca1ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,520
Size: 1.00 vMB
Total Fees: 0.01183906 BTC
Feerates: 150.80 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (92,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,920 822,920 00000000000000000002271c1c4a072ca685b0db85fd37fac9284e2079dec4a6 4,221 1.00/1.00 vMB 99
822,919 822,919 00000000000000000003d1ee95efc669af1937f3fac7562813c99dc9ed92aec1 4,548 1.00/1.00 vMB 104
822,918 822,918 00000000000000000001daa744db0bb508fc7ca8548003bfbf0f133a6badc8f6 3,526 1.00/1.00 vMB 126
822,917 822,917 000000000000000000002e655cc571ed5448d9cb2fec0cabe02dbaebe83df693 3,601 1.00/1.00 vMB 117
822,916 822,916 000000000000000000000681d8a9272c4448f5872fa04b83a92a1983d295aeb9 3,598 1.00/1.00 vMB 125
822,915 822,915 00000000000000000003c283b03fbb3f8159679480ce0030b93c027130ffb4f9 3,773 1.00/1.00 vMB 148
822,914 822,914 0000000000000000000017d4df224a399b523f3b4809b514fb6cebaa1ffcc97e 3,301 1.00/1.00 vMB 119
822,913 822,913 00000000000000000003333a77c1c411ad827055a87f683117c20b5d31522ccd 3,700 1.00/1.00 vMB 161
822,912 822,912 00000000000000000001838a4d848aa4bc745edeb89f5cf7760dfc51f9c16c7a 3,846 1.00/1.00 vMB 132
822,911 822,911 00000000000000000000c8d8d675926047f06ad0440e9c88038c23b72a046b54 3,540 1.00/1.00 vMB 135
822,910 822,910 00000000000000000003959d3d4a4d686fc915c0bdf8d8a662072002af29f4b2 3,615 1.00/1.00 vMB 158
822,909 822,909 00000000000000000002c55f671602496cabefe00832335d0df8c4df1cec8b9b 3,881 1.00/1.00 vMB 160
822,908 822,908 0000000000000000000108d1e71ce0ba9e1a8f2f9c075bd3cdc6b9d3f8f46108 4,100 1.00/1.00 vMB 174
822,907 822,907 00000000000000000001bca896bcfba5dfe540a9175ef8befccab82d517c4f6b 3,923 1.00/1.00 vMB 196
822,906 822,906 00000000000000000002798c45e0257d5749b95ccde5f27fd44649ea7782d2cf 4,373 1.00/1.00 vMB 199
822,905 822,905 00000000000000000003371c7876a85673ed634fc42df0bbb1673791ee693f9a 3,628 1.00/1.00 vMB 220
822,904 822,904 00000000000000000000a35648cf9e7e1f0c0a795d06ce2c6f89e05637e99359 3,107 1.00/1.00 vMB 176
822,903 822,903 00000000000000000002b01e2e71d72f8f9e653d29725af7f6ddaa7a3fcdb518 4,023 1.00/1.00 vMB 191
822,902 822,902 00000000000000000002517f5371bfff5211e75864d0dc9c9ea378fd52bb13c2 4,403 1.00/1.00 vMB 196
822,901 822,901 000000000000000000028ef3fee619c6d324c0c1427a16ed09fe21a74321ab81 4,304 1.00/1.00 vMB 187
822,900 822,900 00000000000000000002a28543915cc574f41e69934a6fbb2ea6314ff91712a3 4,134 1.00/1.00 vMB 214
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.60 GB
    • Received: 17.20 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.