Loading Tool

Explorer IconExplorer

Memory Pool

92,457 transactions
24.65 vMB
0.07659481 BTC
Random Selection Loading Transactions
Max Size: 165.13/200 MB

Candidate Block

Mining Attempt 7817f1518a8df99e3935d2e4c27fda5e29191d834edef3b220637f5748bfb209
Version 20000000
Previous Block 00000000000000000000788241f2e3ed37766607093e0204358fc6e2b5654c75
Merkle Root d370e56b5deca527fd10c2a10a89fe2b324cf69745b1fe22aefa1537584b7c52
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.01825047 BTC
Feerates: 301.07 > 1.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,096 (856,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,507 59,507 000000000a7b4339bc2883d1e7cf01a88c5782c80a319362614335fc4370c9df 1 0.00/1.00 vMB 0
59,506 59,506 0000000005de5cf86d51d816168fdd5e5bb4baf8e317a8966bf7e496039182bb 1 0.00/1.00 vMB 0
59,505 59,505 000000000bbd7197b3c92b558500a3afe2a5f053d92267bb53170511967a6296 1 0.00/1.00 vMB 0
59,504 59,504 0000000003c93f35f7e02a2c07ffdf2e40f23c900b963e49553a6080fdf03819 1 0.00/1.00 vMB 0
59,503 59,503 000000000be629c7f83850270ebfef3e403e0883bda7e93d1f6856025750c800 1 0.00/1.00 vMB 0
59,502 59,502 000000000e58d0b24a8ac96d29e9fffdf1fcce48ae1fec7b42b28061f2025cf0 1 0.00/1.00 vMB 0
59,501 59,501 000000000d111de83e0873c8d643d8625d43691cddf199d075ba75ea260e978e 6 0.00/1.00 vMB 0
59,500 59,500 00000000096af43105123c499521e1d131d172e7e1bf2ed0843290a921f1f6a7 2 0.00/1.00 vMB 0
59,499 59,499 00000000023bbab0e78a22d27fbd2d0cd13f8302fb3f560138e0e81d087ac7a1 1 0.00/1.00 vMB 0
59,498 59,498 000000000e4c51dadeabb1cc42289c6667af73082eb5176755c262306818430e 1 0.00/1.00 vMB 0
59,497 59,497 00000000097f52a69f9b240363ffe84c47cb9b0fa0579371f05ffe1e5e3947f3 2 0.00/1.00 vMB 0
59,496 59,496 0000000005401ac36b808db983aa5c51d527e4b1348a6b6d052b02f0d7a2ce18 1 0.00/1.00 vMB 0
59,495 59,495 000000000591eb4008b978eb8d205078dc5ea4f533c31c5165e034837dbab16b 1 0.00/1.00 vMB 0
59,494 59,494 000000000c167146258832a1c26b55f80c75578c9ff3cd10d96fed5446693c5d 1 0.00/1.00 vMB 0
59,493 59,493 0000000009315604e6594c157d34573a076ef88933e11c32d9159624a28ef4a8 1 0.00/1.00 vMB 0
59,492 59,492 0000000007eb69f100f25f51e240e3a57c6c2705b2f1313f09424fa2d9d6f087 1 0.00/1.00 vMB 0
59,491 59,491 000000000b1da3e007d467b5cdbfc725403d67f0b83b6365cb137c4fe8d749a0 2 0.00/1.00 vMB 0
59,490 59,490 0000000007a17a3d8ad1aacefeca2db3e540a83b3760902e2b5fefb31a8fb6b4 1 0.00/1.00 vMB 0
59,489 59,489 000000000474d2688ac1a032c762b0ac3b7f17d251f1277258aa29145354b022 1 0.00/1.00 vMB 0
59,488 59,488 00000000016c4e9cbb6a0cce5e66ebaaf63f20a7e51df194ebe43207c3014845 1 0.00/1.00 vMB 0
59,487 59,487 0000000005cc00d054fb4ab575c91403341c4b9633336502175cc24a42cbad62 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.22 GB
    • Received: 24.15 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.