Loading Tool

Explorer IconExplorer

Memory Pool

41,089 transactions
27.32 vMB
0.07823832 BTC
Random Selection Loading Transactions
Max Size: 141.04/200 MB

Candidate Block

Mining Attempt 3b5bf561368cf27ce01b51b850e33c18669298e3f3626772f4cd2ca552357b89
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root b7f47d2a44324d60de2b508ba391e49be06d857e5c1fa6cb8754fd97ac054c16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,081
Size: 1.00 vMB
Total Fees: 0.02564610 BTC
Feerates: 141.50 > 2.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (342,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,405 572,405 0000000000000000000f2b557a6100995d24ef378c4897bac3fe4a7b55866f01 2,088 1.00/1.00 vMB 72
572,404 572,404 0000000000000000001d589324f867d7c6a4f66e3f8c59f5c253460e63f7f7b0 2,844 1.00/1.00 vMB 26
572,403 572,403 0000000000000000002b40bd34872f195e9e29993e5d79efd3345fd41a566e77 3,394 1.00/1.00 vMB 14
572,402 572,402 0000000000000000002bb739f5d43b6915de973783f04683a919d17b87aa9410 2,436 1.00/1.00 vMB 30
572,401 572,401 0000000000000000000889a6992a1ed02ad56e27960db3fa0ea040489e66a231 3,126 1.00/1.00 vMB 29
572,400 572,400 00000000000000000004828d4f67be746d01c3616d3b271e14e6d78e798a94e3 3,039 1.00/1.00 vMB 43
572,399 572,399 00000000000000000023d7bde84a6e96e47473e9cd48cd10be3b4b5e02854069 3,331 1.00/1.00 vMB 16
572,398 572,398 000000000000000000207285fb6d32e99a2a82125e7852d37b73e1d55456aef4 2,687 1.00/1.00 vMB 49
572,397 572,397 0000000000000000002313a20db3d7af5397e2196c32044559b66f546a73d11e 2,648 1.00/1.00 vMB 3
572,396 572,396 000000000000000000089517ba6c6aa8f7d9b30380ce522df8d8e699366a4f91 3,339 1.00/1.00 vMB 21
572,395 572,395 00000000000000000007cd865e0a50f492a44ffa9910d545208519a59ae08c5f 3,064 1.00/1.00 vMB 26
572,394 572,394 00000000000000000001d74a2656cd39abdc2a4e1d3d888863bafb05d0e10f12 1,614 1.00/1.00 vMB 73
572,393 572,393 00000000000000000020dbb56056806a28b8bd9a85a2eccad9b412be689943dd 2,955 1.00/1.00 vMB 39
572,392 572,392 0000000000000000001e78f1acaf2a4ca835f2fafdcaa3bb229eace1a2473b31 1,093 1.00/1.00 vMB 8
572,391 572,391 0000000000000000000dc3b7134a4685042d3f4c75859690abf33df59347cd83 2,663 1.00/1.00 vMB 4
572,390 572,390 00000000000000000003ecff02657ecdcb3238d9ac9244d5c10c0071f9c6615c 2,791 1.00/1.00 vMB 24
572,389 572,389 0000000000000000001c7b3092ba935cea6374e684e26651ef1a6abfdbe58c5b 3,452 1.00/1.00 vMB 8
572,388 572,388 00000000000000000029defe35d2cc25d73f3fb35d620ad4505f8b5fd11502bf 2,494 1.00/1.00 vMB 29
572,387 572,387 000000000000000000096a75e889de31bd52e632f9c1fad4e2f5ec4d7e54cf31 2,993 1.00/1.00 vMB 41
572,386 572,386 000000000000000000238f02375fd9363dec780f66070e77a3c3fbf13b957d7e 3,146 1.00/1.00 vMB 47
572,385 572,385 000000000000000000155b5dd7d91318030e81149328c7d7e1baadc41e5f0949 2,491 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.