Loading Tool

Explorer IconExplorer

Memory Pool

81,217 transactions
31.12 vMB
0.07536997 BTC
Random Selection Loading Transactions
Max Size: 189.42/200 MB

Candidate Block

Mining Attempt 1910d68ce7edde9435b273c5fa2f65051c8d6de075aabd57aecc8c0fa4bb3a27
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 2533689326a0d17cbe826993e04140ce55109424662b1109fab0fd1d9c74f857
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.00823268 BTC
Feerates: 100.37 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (905,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,479 9,479 000000004415a908414ea6c4149a01f39d401693aa29ef15e72717574e3aa8b2 1 0.00/1.00 vMB 0
9,478 9,478 00000000d9430c82ef216b561c480d996a9a961b620fe921a18791aa4bd4e063 1 0.00/1.00 vMB 0
9,477 9,477 000000007a7538282e4f94c7602008d4e8776a914c66c79073030b3dd7404531 1 0.00/1.00 vMB 0
9,476 9,476 00000000d566170eed5508b602a21d82c4fdee6930a1808736c4126a5e239fc6 1 0.00/1.00 vMB 0
9,475 9,475 000000003bb574ce1cf1243e0f55ce19ec1a96af1998f77b4a627801faff3a0e 1 0.00/1.00 vMB 0
9,474 9,474 00000000a6eacde42365a4e51b957cb29c21d8d52c217c058d5a59818a110abb 1 0.00/1.00 vMB 0
9,473 9,473 000000006c6fc6a9889ec49f9468ec720b693881a62376ae61c9206cca4c79aa 1 0.00/1.00 vMB 0
9,472 9,472 0000000086540541efbc04369ac58ccde00a83eded7155f62b40230da6774010 1 0.00/1.00 vMB 0
9,471 9,471 000000008d8d39fdb99089b013d9fb527af43763f77411fad9c682c755a9ab89 1 0.00/1.00 vMB 0
9,470 9,470 00000000f2240fb9174dad96d3e4fa5a392ba81c048c76d1e5f8ea313ec2ea33 1 0.00/1.00 vMB 0
9,469 9,469 00000000c29b2595b46321efd07066a4d3d94db1b71302e40907ef3c720b274b 1 0.00/1.00 vMB 0
9,468 9,468 00000000c8f4d18b6df1c2a0788312b5c8df41bc083a70ef0a34a9908a7c45b8 1 0.00/1.00 vMB 0
9,467 9,467 00000000891a7178d8ae57ce0f58cd0f5f0fcaed2bc067c1af8514e76099909b 1 0.00/1.00 vMB 0
9,466 9,466 000000002fcc3326cb16666c82cd298ea4a6bf66363351af87d392b82f190ace 1 0.00/1.00 vMB 0
9,465 9,465 0000000035f8089050ccbed771a5106ae2876eae310f5ae393ec451cee47abcc 1 0.00/1.00 vMB 0
9,464 9,464 00000000d5b91b275f3858fe848b9ada0cde0d2531d66c23a9079a3ae4f54dcc 1 0.00/1.00 vMB 0
9,463 9,463 000000006996eb82f552752f4a82c86769fad132f8367bddac0b3197888f0a78 1 0.00/1.00 vMB 0
9,462 9,462 00000000a71267a0e0df7af9e09fc3da51d6ab82150c13ccce98bbcbba560a86 1 0.00/1.00 vMB 0
9,461 9,461 00000000f662b4d022641b61705fd966ca2f7aac65bea9ab49d202177a9b5a1f 1 0.00/1.00 vMB 0
9,460 9,460 000000009519fbcc388f5c1d628bc9a5c8fdd116324036fa2bf8aea4382ae80d 1 0.00/1.00 vMB 0
9,459 9,459 000000001d3886614e9dbab5293afac6660faff517469a89d44dfefa0ea64316 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.73 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: 707.87 GB
    • Received: 16.70 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.