Loading Tool

Explorer IconExplorer

Memory Pool

76,367 transactions
28.33 vMB
0.09362520 BTC
Random Selection Loading Transactions
Max Size: 171.64/200 MB

Candidate Block

Mining Attempt 24358b71d7d43043408e549202504934c0bd8af325b615cb847920ae1c0e815f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b0e8c2b62c457ddf9355a1df59d7b0525c7ee3c139813a86519f8cab4a1fedef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.03100321 BTC
Feerates: 150.80 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (334,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,178 581,178 00000000000000000012be8217eba263b1ee275d35ab8bf4c3f135d002748afa 2,168 1.00/1.00 vMB 65
581,177 581,177 00000000000000000004b62b79704f014175e025fa5d30133f89241faedd32ee 2,606 1.00/1.00 vMB 96
581,176 581,176 0000000000000000000875fd8c8dbb2d052c83eb2ed8daedc503fcca44e69906 2,544 1.00/1.00 vMB 89
581,175 581,175 0000000000000000001409acd75e12da662da80daf72cfefed83cdc72481b902 2,740 1.00/1.00 vMB 111
581,174 581,174 00000000000000000023b5a324d232b019cfdeb7907fea4af512a3f6b8792b60 2,630 1.00/1.00 vMB 79
581,173 581,173 0000000000000000002189d730e7a5e6f6a80c4ffeb6154f34f2a60334d682f6 3,040 1.00/1.00 vMB 114
581,172 581,172 00000000000000000016e1f703906fd1306bb133c234026f8f8abf98c885783c 2,443 1.00/1.00 vMB 168
581,171 581,171 0000000000000000001c240682c709e2c9d68fe9ab04f0cb7d927cdf2875a146 3,128 1.00/1.00 vMB 61
581,170 581,170 00000000000000000023c3b14e2ffa8c223b7b19888f93f3503aa46d85318f53 2,975 1.00/1.00 vMB 89
581,169 581,169 00000000000000000019c39ade46faac4c8e8cb7ef7903c915bde9ad74ed03a7 2,462 1.00/1.00 vMB 127
581,168 581,168 0000000000000000000b70aa87b95c63008ed72ba3d279e43a588a8a55007135 2,061 1.00/1.00 vMB 67
581,167 581,167 000000000000000000117a40ca02c2d48e12e2a4ed70ec470b3cfe0023434265 2,307 1.00/1.00 vMB 73
581,166 581,166 0000000000000000001298560e9678b727c0d9fa0c2c14491df8e76eed9a6465 2,035 1.00/1.00 vMB 80
581,165 581,165 00000000000000000010727457effb69b540aecb7a7d75e3dbe5d52f51983835 2,831 1.00/1.00 vMB 102
581,164 581,164 000000000000000000102f184a0ecacd81f891cc9334677c4fc701221cf7a920 2,261 1.00/1.00 vMB 77
581,163 581,163 0000000000000000000f8356da84a27ebd6d07e5ec945499cebc9e351611eb7c 1,596 1.00/1.00 vMB 78
581,162 581,162 00000000000000000001d6f596938ee78a45047c40e15070daf9b923b6b204ba 2,409 1.00/1.00 vMB 80
581,161 581,161 000000000000000000081964928398a3b84ffb4cb7bda697620f1eb588dcda85 2,923 1.00/1.00 vMB 110
581,160 581,160 00000000000000000020fe8c23c5c8bcf3220c6bc4459a6ecdb18d31f913756a 2,840 1.00/1.00 vMB 99
581,159 581,159 0000000000000000000d376f7fc8cf093c8d1c27b57992fbb4d442ccee82447d 2,324 1.00/1.00 vMB 97
581,158 581,158 0000000000000000001056df3cbf0c7dfb37ab02864d056f3f48ae319cc3ba7b 2,480 1.00/1.00 vMB 84
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.62 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.