Loading Tool

Explorer IconExplorer

Memory Pool

88,327 transactions
32.86 vMB
0.21971948 BTC
Random Selection Loading Transactions
Max Size: 194.15/200 MB

Candidate Block

Mining Attempt 426db63a832cf4e6a8e6b6261b90a7e61fbaffc00bf1635aeb0e43033ca47cb0
Version 20000000
Previous Block 00000000000000000001a97a7e8496ce4c2a6d89606758ddf3eb31ad29a9060c
Merkle Root f14171638807d29845c4241de61723fa8fa3906c9867595a3e095e39068a9706
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.06073627 BTC
Feerates: 100.58 > 6.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,634 (864,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,336 51,336 0000000016bd8da72ebe35232357dcbed60c336a29036ea8008073add14213c5 2 0.00/1.00 vMB 0
51,335 51,335 000000001fae6386b86c2f63bc31f7774f2ae75398f0a249793432d73d9efdec 1 0.00/1.00 vMB 0
51,334 51,334 000000001894817a751678928c38597c0c9c910d8f154e254d622dbda2efe0ed 1 0.00/1.00 vMB 0
51,333 51,333 000000001242c08f72a9bacb3afa6dbfe3ff3404323b09eef6632b943e264c49 1 0.00/1.00 vMB 0
51,332 51,332 000000000c46c1b2fac0e83d2ba89e4ec3447a7dec674e64d0aad32e9a38892f 2 0.00/1.00 vMB 0
51,331 51,331 0000000014349e780a9ab2c22dbb3808aa0832d7f7e183f42dcb76070081ea0b 1 0.00/1.00 vMB 0
51,330 51,330 000000001f170d6f1cab2afa8b4f58bde2eff770afb4128190d55847673dab93 1 0.00/1.00 vMB 0
51,329 51,329 0000000014c79cc1defe63b5f0c2974b29cfafd67e0bcb032984400f740e458e 1 0.00/1.00 vMB 0
51,328 51,328 000000000ed4a4f5f1dc951c09752401a7f9f9683a9d5427b35376c400667f94 1 0.00/1.00 vMB 0
51,327 51,327 00000000121a45fff12b664461bd9ff68789dea3a6d930c2b549faa4bb9a10bf 1 0.00/1.00 vMB 0
51,326 51,326 00000000166efa1aaea39ce05b7d9f5c40fe76069ea02c302c44bc32388d6a57 1 0.00/1.00 vMB 0
51,325 51,325 00000000018f3355ba29bc5828f856ee962e1d1d2d1943640206e70961193f60 1 0.00/1.00 vMB 0
51,324 51,324 0000000019fdc43d3896d1e2b6332c57c9313391fa2b729f836f6102d2d3aeab 1 0.00/1.00 vMB 0
51,323 51,323 000000001abb5c48d1d42efa8923d14ed9e59fda5404ba19dacad255d1832b2a 1 0.00/1.00 vMB 0
51,322 51,322 000000000ebecc712253e45be622bd2611cca948b271af70ce09ab2fbe9c59a3 1 0.00/1.00 vMB 0
51,321 51,321 000000000253248656c8fb0d811f02fd7b7ade09c6f4de0362d839b1a23ee5ad 2 0.00/1.00 vMB 0
51,320 51,320 000000001d1bc54c124562a1386599a8880f242c7fc183877b4438af0888ea1d 1 0.00/1.00 vMB 0
51,319 51,319 00000000054602bdd35bd2fe6f73fcf4d7d3c08d33cdaf618a26a1fdffcb1a60 1 0.00/1.00 vMB 0
51,318 51,318 0000000000bf938052da44247eeea3d284321cd93d8cf36ffc5386026931c53e 1 0.00/1.00 vMB 0
51,317 51,317 000000001c1ea4b78029bc0e1a19b8e504b30bf1b622f3d23061acac92379ef2 1 0.00/1.00 vMB 0
51,316 51,316 00000000122cbd5722ead8e5c376b5d8936e04ed449d5b3879cc029c72c019ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 772.61 GB
    • Received: 20.30 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.