Loading Tool

Explorer IconExplorer

Memory Pool

83,178 transactions
31.36 vMB
0.09417051 BTC
Random Selection Loading Transactions
Max Size: 192.08/200 MB

Candidate Block

Mining Attempt c38bef289b63eaeaae51a3907a04a090f89eeeb8e9429ab21eb53caebbae4bc1
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 7d9690d39f7a47b8ec2beeaede68b7dc08da62c2e478adbbbed0a9bae86079c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,553
Size: 1.00 vMB
Total Fees: 0.02322071 BTC
Feerates: 301.60 > 2.33 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (238,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,310 676,310 00000000000000000004cd8eca1ee4ef6683895a6763e4cce516925d7899d95d 2,394 1.00/1.00 vMB 85
676,309 676,309 00000000000000000002f8601dc21fb7446cbf689f5b026aa8cfda3fb73876d7 731 1.00/1.00 vMB 15
676,308 676,308 00000000000000000008136f6083e16e88a73998b3004787bfa8d979b381b0a5 2,292 1.00/1.00 vMB 21
676,307 676,307 0000000000000000000b47264bcf0a503b2bcc3d3263d99342c41597ccc4be29 2,442 1.00/1.00 vMB 32
676,306 676,306 00000000000000000007846a1cfb7d900e1a4ca82766ff9380698fb6324d0e0d 1,537 1.00/1.00 vMB 68
676,305 676,305 000000000000000000095f06c167013b1c91312f72c5750e2caa94946ecf5e2c 2,735 1.00/1.00 vMB 88
676,304 676,304 00000000000000000009801c8886f78c3044f9b0ed3604651ef49f98a92c5e66 2,647 1.00/1.00 vMB 52
676,303 676,303 0000000000000000000a82b773fe571958d4943cf1c96bb5fc295a37291eb823 2,487 1.00/1.00 vMB 30
676,302 676,302 000000000000000000061c5e3dd4e81fd2e59f2424effa97ebf39247178ca7ba 2,238 1.00/1.00 vMB 82
676,301 676,301 0000000000000000000a658ed3d4fad50314114b98d95bad4b64fd1a3030f0d0 1,520 1.00/1.00 vMB 20
676,300 676,300 000000000000000000005291cc288d440132de807831c74b62aa2717107048dd 1,950 1.00/1.00 vMB 30
676,299 676,299 00000000000000000000928435b149177b7eebec90297b26cc21bc3403a2fc56 2,490 1.00/1.00 vMB 59
676,298 676,298 00000000000000000003c1ab59785d84a365944821469a7f5262f866feeee23c 2,756 1.00/1.00 vMB 91
676,297 676,297 0000000000000000000bab7dee4fe72b0506b1507d9e1a10fdce873b6f4bde59 2,767 1.00/1.00 vMB 37
676,296 676,296 000000000000000000076fe8a65a9ede2b66a0fb4f1c0f7bb0ba04bd5ceda92c 2,205 1.00/1.00 vMB 20
676,295 676,295 00000000000000000008cb5f9dd7a672df6e1e84f5b6f7e6136a604f930757a6 1,912 1.00/1.00 vMB 72
676,294 676,294 000000000000000000056eb31b24acbc03e2eced3c002d5493e3e77e214870be 1,816 1.00/1.00 vMB 82
676,293 676,293 000000000000000000088e1332a21f9ce3a5c5610d8e9a07f749c337f696480a 1,874 1.00/1.00 vMB 36
676,292 676,292 0000000000000000000a82be9c06c6f54a0e9e6a755d8c45737ddcfdd420553e 2,164 1.00/1.00 vMB 25
676,291 676,291 00000000000000000006baa75260675f073cd9d188c8aa9f5e20f481456866c3 3,018 1.00/1.00 vMB 41
676,290 676,290 0000000000000000000cd7f830afd2e772afb00bc18ae7dfe908a99920d52225 2,794 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.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: 709.31 GB
    • Received: 16.88 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.