Loading Tool

Explorer IconExplorer

Memory Pool

45,529 transactions
28.93 vMB
0.13687456 BTC
Random Selection Loading Transactions
Max Size: 150.73/200 MB

Candidate Block

Mining Attempt 66aa1de1d911d7c3bb3c9efd7bd5e0b84cb538148d20724a00e5f902491c6de4
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8da6b7f68f20681c63724745cea9d4eaa62096804e9c46c67d02f0779589ca36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.03877657 BTC
Feerates: 100.25 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (812,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,462 102,462 000000000003e8bcce8b3753d936725039cb3fa42a2e15d8d1fa42d9edb79d5a 6 0.02/1.00 vMB 0
102,461 102,461 000000000001a8794f60a38e1403f3bb65cd6efcbc1c68b448144b68da281a55 1 0.00/1.00 vMB 0
102,460 102,460 0000000000018149b3e93dd3eb1008c787acf383c7f725d8d20a0739408890ac 3 0.00/1.00 vMB 0
102,459 102,459 000000000001e304173a4c9d4d24e55e1ea082354faa09ba6d5d9ae1c9cad7b3 5 0.00/1.00 vMB 0
102,458 102,458 0000000000008e213c16a13c547cee9df12a46e0d4c901124f21adf70d7314fc 1 0.00/1.00 vMB 0
102,457 102,457 0000000000025dd66765a4260f9ae9401c4144bd025a6c781c4b61b3a6641adb 1 0.00/1.00 vMB 0
102,456 102,456 0000000000005503f97cf3632f0617e296be67af32d7831e48d4487f150b7583 12 0.00/1.00 vMB 0
102,455 102,455 00000000000325a9ccec0b37136eced512fd00de11b83e122edec49d28edef10 16 0.00/1.00 vMB 0
102,454 102,454 000000000003183328f982f20f655cc57cf87661ec3a91c1855205b4d60f2d0d 5 0.00/1.00 vMB 0
102,453 102,453 0000000000032a28a95c6740962484a707e5228a29bb2a1df135f3aad5cb121a 2 0.00/1.00 vMB 0
102,452 102,452 000000000001dd2c62252ae49d56bc229b69bc6e72849f3a9790e120ba0aaf6f 2 0.00/1.00 vMB 0
102,451 102,451 0000000000039d115bf118afdd7de53c0e074a58aa3bb4d1689fde3abb0699c4 5 0.00/1.00 vMB 0
102,450 102,450 00000000000232f40bde976169dc72bb8ff38532faa69463ba6ee8cbcfc6ff7a 3 0.00/1.00 vMB 0
102,449 102,449 000000000003a90cb013dc20e7997e11d2ab0d47e01572c2f1faeefac5d41674 2 0.00/1.00 vMB 0
102,448 102,448 000000000002af539dace5b73f37cb2b39f15ed2fbc9594acd266cb5441caa2d 3 0.00/1.00 vMB 0
102,447 102,447 000000000002b0df43a3687662e59f0e848926ff0a32b23a7e026a56273bc97c 5 0.00/1.00 vMB 0
102,446 102,446 00000000000273f06ba570202f1f5d6b2c84af0e276897eed3fd64bb3509f68b 4 0.00/1.00 vMB 0
102,445 102,445 0000000000024f1412e8177bb9bab89ccf4ab1f0cd64a11f96f0209795d177e3 4 0.00/1.00 vMB 0
102,444 102,444 00000000000032995c6d7ecc7db8ed6967001aa0bb4c80bbfa8558d984e5f83d 12 0.00/1.00 vMB 0
102,443 102,443 0000000000027f7f72d2aec7cf28f13de1304f902d331b61fb70a7b8f501be1f 14 0.00/1.00 vMB 0
102,442 102,442 000000000002c2347b6bde96ad1f11dc859bad2399aba725f4033714908e9cee 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.