Loading Tool

Explorer IconExplorer

Memory Pool

26,807 transactions
26.56 vMB
0.05609227 BTC
Random Selection Loading Transactions
Max Size: 143.36/200 MB

Candidate Block

Mining Attempt 3d9e82af31c4f7c44a7dbb1e43fdf275c44ab6c774c36e225f723f5fe3db2798
Version 20000000
Previous Block 000000000000000000011cea917aaf742b3fed63b4c72bcbe385799eb8c61550
Merkle Root 1ad2f9e0780b8ffa3a9e54133623a6931b00fecaea85d9bb590eea34b13ce09d
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.02519759 BTC
Feerates: 143.52 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,470 (141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,329 939,329 00000000000000000001626bb35b5dd492e9600aa2e7fa0ccd3d50320f47a9cc 939 1.00/1.00 vMB 0
939,328 939,328 000000000000000000014d17bcc30c33113e0a3414d3c0a704a29fc1f37d8915 4,819 1.00/1.00 vMB 0
939,327 939,327 000000000000000000015507fe9c1cd1636abb59594551c114d53f8ca0e69904 2,702 0.82/1.00 vMB 2
939,326 939,326 00000000000000000001b334b0fca581de7cf4664aaf12bda04c80cfe01e2d7f 3,556 1.00/1.00 vMB 3
939,325 939,325 0000000000000000000176b6c1e80636486ee5577cdfc4530e20ea917d3af218 3,833 1.00/1.00 vMB 2
939,324 939,324 0000000000000000000098da9efebd3052b88e141eb9a65310c08de91fb45164 3,276 1.00/1.00 vMB 0
939,323 939,323 000000000000000000017cb54579da14831bcadc0d4d7e96658fa5b68ee767e4 3,838 1.00/1.00 vMB 3
939,322 939,322 0000000000000000000053892f869c63db54f94168c5292b8aea1b4924cc9d51 1,432 1.00/1.00 vMB 0
939,321 939,321 000000000000000000005cf3bb36f3a5cdb5958b76781e4345756d80aafb921b 1,972 0.55/1.00 vMB 2
939,320 939,320 0000000000000000000020c303017041f4f671e09bfe21728115454b786d5474 3,645 1.00/1.00 vMB 2
939,319 939,319 000000000000000000015ee7a349b0188b10f24cdea7882c2d872cd1dd1fb9b4 2,328 0.65/1.00 vMB 2
939,318 939,318 000000000000000000005aa756e85f561f91ef9c719dd426a666a02c16604396 3,045 1.00/1.00 vMB 1
939,317 939,317 00000000000000000000199bbe0c2205434e0fd30e2a293f7c5872c4a763be5f 2,476 1.00/1.00 vMB 1
939,316 939,316 0000000000000000000070dcf9387777d567be53f23a2d2ac874e444a2a4d0d8 1,158 0.36/1.00 vMB 2
939,315 939,315 00000000000000000001a5d90b65367998fa588332e515f76305e86cac5c01fb 2,337 1.00/1.00 vMB 1
939,314 939,314 00000000000000000001bb295c3fa26923d3d81508592289b88dde1284fabe94 3,067 1.00/1.00 vMB 1
939,313 939,313 000000000000000000008bcb522635d42611a1eece0c8c03639ae22c96ad733b 3,098 1.00/1.00 vMB 2
939,312 939,312 00000000000000000000ec46a456ae1ea01e94139a13367fdb26c06c89a71b0d 3,511 1.00/1.00 vMB 2
939,311 939,311 000000000000000000017bd9fb3ae1cba7643381b85ac9af5ebdafe64306f2c4 390 0.10/1.00 vMB 2
939,310 939,310 0000000000000000000040c05065d450e8fe21bfbf3a2ab51c52b2d3a04e7ee7 3,352 1.00/1.00 vMB 2
939,309 939,309 00000000000000000001eaf2551d06e5c465939f0f22b1336a1707e3da2ed285 3,547 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 825.77 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: 4,268.32 GB
    • Received: 235.07 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.