Loading Tool

Explorer IconExplorer

Memory Pool

80,091 transactions
30.43 vMB
0.08879305 BTC
Random Selection Loading Transactions
Max Size: 184.96/200 MB

Candidate Block

Mining Attempt 74b2c262259e8bf8280f0ec6bb07d3b727f6dcd02450813af87c363a06d24404
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 683c429941814172e502535daa6a8fb80cb188cc2d02dcf1c7b8c38932d291ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,021
Size: 1.00 vMB
Total Fees: 0.02014113 BTC
Feerates: 203.60 > 2.02 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (466,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,048 449,048 000000000000000000bfe27ed79dbfb174199d7da026cd80a1ea901bd46400ee 1,119 1.00/1.00 vMB 23
449,047 449,047 000000000000000001d2c217bfb1126e5666d4c7d712a8c73aaeddec59aa67ae 979 0.39/1.00 vMB 85
449,046 449,046 000000000000000001ea2ec6652b4100b046c15ff5d796b00f0ebbd0b6d4cea2 1,731 1.00/1.00 vMB 55
449,045 449,045 0000000000000000029ac00f65d1a0388fcc45dc87331f8502dac446487ac5c0 1,837 1.00/1.00 vMB 51
449,044 449,044 000000000000000001f9da8f40cf88a170251fe58327bbf0296d1450df600e2c 2,216 1.00/1.00 vMB 70
449,043 449,043 000000000000000002ef8a0ec152b3b18777a05176f2096a5dad4ab5b9e7a53c 1,933 1.00/1.00 vMB 59
449,042 449,042 0000000000000000008dca5fd48bda23ce1137071ca8b4a26db38b12b95ee9a3 1,881 1.00/1.00 vMB 71
449,041 449,041 0000000000000000008664ab9e99e3ffed4a7dbb2f8515413cdbec583399cdc1 2,461 1.00/1.00 vMB 101
449,040 449,040 00000000000000000229c60a96a31364212acf400df7a91c5002e0dedd309850 2,566 1.00/1.00 vMB 82
449,039 449,039 00000000000000000121ad34cd7a0ac001168e40634530e59c11cb63bc6d6e17 2,257 1.00/1.00 vMB 83
449,038 449,038 000000000000000001671fa55bf9c1b430458e7a00346d3f6d7de8c5af089133 1,946 1.00/1.00 vMB 73
449,037 449,037 0000000000000000015733d65f63dd20f0371916cc4221ff595a8eb9421e6c94 1,762 1.00/1.00 vMB 98
449,036 449,036 000000000000000000cb1f09b9dbbc3fce862ce840513eb1f9f12d8a80ea9b45 1,930 1.00/1.00 vMB 113
449,035 449,035 0000000000000000005d9b058b74480ac7585e59262e1346dcc39363d80f51ea 1,840 1.00/1.00 vMB 71
449,034 449,034 0000000000000000002f1019243f954e68a11530d59ffde01e3a987fc0d30b4c 1,847 1.00/1.00 vMB 107
449,033 449,033 0000000000000000009c06b39811b9e3c753533f0267dd95d590dcf73d945ece 2,048 1.00/1.00 vMB 65
449,032 449,032 000000000000000001f7d85498fc986395889e2a0405a4e6577bf106bd880b29 2,906 1.00/1.00 vMB 79
449,031 449,031 0000000000000000026564ce9b4bb4d275a4fcf88e1a59ff611b39931c354df3 2,384 1.00/1.00 vMB 69
449,030 449,030 000000000000000000c38c83f904d52c334df60a23b8ca8e0dca6358f6c7bbf8 2,358 1.00/1.00 vMB 98
449,029 449,029 000000000000000002d74ccbf3b34bd31a6df621c149469327da52b9d8604854 2,576 1.00/1.00 vMB 95
449,028 449,028 000000000000000000effb1ed90105cf0576ed5187f8518b1ed4e980396032be 1,352 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.33 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.