Loading Tool

Explorer IconExplorer

Memory Pool

32,995 transactions
26.95 vMB
0.11112464 BTC
Random Selection Loading Transactions
Max Size: 134.89/200 MB

Candidate Block

Mining Attempt eba5b0f11a7ea9ae27394d7e93af9ee1e53f3d88e570bd15537098fff6c30771
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 470a9d74aa7aa0fbc882a02601bbf3eaece712ff05481aaf34c414d3eed74f0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.05084949 BTC
Feerates: 502.67 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (840,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,699 73,699 0000000000abcc5fb480c38746db74061fac70bc03461a0e452d1c7f4eaecd58 1 0.00/1.00 vMB 0
73,698 73,698 00000000004b561130f16676894c17bbad32f471fd9aa110fbb61e7e569245a1 2 0.00/1.00 vMB 0
73,697 73,697 0000000000476500a971edade7ff4ca132ae2be4524aca134538f9bbc96a8baa 3 0.00/1.00 vMB 0
73,696 73,696 000000000006634b9fc817fb2af8ad156dc174e8f7f3589536b6e2699c2a7a90 4 0.00/1.00 vMB 0
73,695 73,695 0000000000347a1a1128baa036f7f6ffa4243f1ebe76bad7d218cd61c78580b1 4 0.00/1.00 vMB 0
73,694 73,694 00000000002c6e8b32d602e67fda9a5f6a8b7cebceb676764c4c133b7e997230 1 0.00/1.00 vMB 0
73,693 73,693 00000000003af369c7b9fa487a391bc8959f845ab077491666e309db81ab61bc 1 0.00/1.00 vMB 0
73,692 73,692 000000000026346cf83b90bf70aeb3ca46e849f6953b446e0b71795585c1ece4 1 0.00/1.00 vMB 0
73,691 73,691 000000000049b553a2147c392eaea10066639458cab253ed509b5e89fa0de541 1 0.00/1.00 vMB 0
73,690 73,690 00000000006ab56752ea9923b7f2ebd7694cbe1ed62e2ef2a41f0e9815fd5487 2 0.00/1.00 vMB 0
73,689 73,689 000000000053931962be5b3703553ac38641009546da83354b003a216de3a683 1 0.00/1.00 vMB 0
73,688 73,688 00000000008c6f077ac00dc43b54aa9b46a03ec0b8c62be6a84bf67ab590bae2 3 0.00/1.00 vMB 0
73,687 73,687 000000000065407e59097c1694dc639e54fa078f8ddc7db2c2de45fb72b3d64d 2 0.00/1.00 vMB 0
73,686 73,686 000000000040703fc803da87276b42c793878fa0278930d5f2ea250f0ef2fca9 1 0.00/1.00 vMB 0
73,685 73,685 00000000009c69c6ddf616441d073157f194b5363f22be531c0963e974c35098 4 0.00/1.00 vMB 0
73,684 73,684 000000000036a1d1c45d58d64810fd0b37687bee3fbf402decc81e590e76a2cc 13 0.00/1.00 vMB 0
73,683 73,683 0000000000328969c5e8706f5a678d20758bb5be91f892debbf2623687b4c9af 2 0.00/1.00 vMB 0
73,682 73,682 00000000003fc26a84ec43e2d724d5eabc3e2eef86edf861dedb693a6823fe6d 1 0.00/1.00 vMB 0
73,681 73,681 000000000021e2a5d0d41cc6696aae092d322b08895c5d50609443efdfbed3a0 1 0.00/1.00 vMB 0
73,680 73,680 0000000000ac2a73a48781ba1bfaaa71679d13dba0c068a7b9cc788fb4b814c5 1 0.00/1.00 vMB 0
73,679 73,679 000000000032eaadbbbb2e5b7292d20c555a3b72d69b93ed17e9f10ec3aaf1fc 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.41 GB
    • Received: 8.44 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.