Loading Tool

Explorer IconExplorer

Memory Pool

77,339 transactions
28.88 vMB
0.09968415 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt c4560177c133b0c96576003e222caa2bc3667d44f6804f86dbd59fdc464c4e68
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 44b98204e30e28d334b271508492a4669097228da369640003d293581a86e506
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03118371 BTC
Feerates: 180.82 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (297,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,391 617,391 000000000000000000042b46a17da918e2083f4ac44f7b22e993bdc38fca0101 3,193 1.00/1.00 vMB 32
617,390 617,390 00000000000000000005a85ac4c33d0e8ab0a3737c53d416bbcadbd1bfdd52fb 2,873 1.00/1.00 vMB 50
617,389 617,389 0000000000000000000aebba4bb92d9fe83c63865e01bedbc5b36f4db2a76633 2,514 1.00/1.00 vMB 39
617,388 617,388 0000000000000000000e52e50845a48dcab969f936e2ad640a7fb4ea8a4af6e6 3,092 1.00/1.00 vMB 28
617,387 617,387 00000000000000000002cd80d100db0fbf8726003a73cb627cd797c0624951f3 3,041 1.00/1.00 vMB 50
617,386 617,386 00000000000000000002fa8cbe6b67a3a5317f6eb0937a2c0f3404459e72f93d 3,136 1.00/1.00 vMB 40
617,385 617,385 0000000000000000000bc135930329ff263b6a334712e38f4d1b8b8aa0db3cbf 3,071 1.00/1.00 vMB 29
617,384 617,384 00000000000000000003352b4b77da19d0f591859aa5b3ee6350cdfb424b5c4e 1 0.00/1.00 vMB 0
617,383 617,383 0000000000000000000f5165af11c43239790054d2027c5a39d590be1c4225f6 2,353 1.00/1.00 vMB 20
617,382 617,382 0000000000000000000834a2db66ad19b05291ad6b52f9a4f077ba6dc495fb5c 1,328 1.00/1.00 vMB 30
617,381 617,381 0000000000000000000f135d66500bf371fa6595882bd9ea6e0880df0e738be6 2,301 1.00/1.00 vMB 27
617,380 617,380 000000000000000000102d08f002b53af5f96755767f1dcf75a5f81aaa3c35ca 3,612 1.00/1.00 vMB 36
617,379 617,379 00000000000000000009c592d120b4e0f36bcefb7ebab7ae5001fc3fd0e32727 3,171 1.00/1.00 vMB 54
617,378 617,378 0000000000000000000a7af704e5532363496841ba987238d954febc5b9e01fe 3,074 1.00/1.00 vMB 33
617,377 617,377 00000000000000000002987b532e9464e42eca5ae92ef608b36b712f51fcca24 2,396 1.00/1.00 vMB 23
617,376 617,376 00000000000000000011974384950faa0c62a77b01fb55758e8754a7b60ed59b 2,889 1.00/1.00 vMB 38
617,375 617,375 00000000000000000002ef93bccc4b92085ff671b0614d500fc458e903d2c71f 2,627 1.00/1.00 vMB 35
617,374 617,374 000000000000000000021d6aa7bfa93448374184ffa430f9ab880e564dfd9859 2,181 1.00/1.00 vMB 19
617,373 617,373 0000000000000000000fd4a63aa2aa17fa665b363ddcc1e152baa63432a8cfb4 3,330 1.00/1.00 vMB 41
617,372 617,372 000000000000000000112342e5b40434c81e8e1d1845e124673155b3e31f7010 3,060 1.00/1.00 vMB 31
617,371 617,371 0000000000000000000ac2e787a7f0688ae4727d8695e6050d6e333e9cda0dba 2,465 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.86 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.90 GB
    • Received: 17.24 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.