Loading Tool

Explorer IconExplorer

Memory Pool

90,888 transactions
24.44 vMB
0.09172849 BTC
Random Selection Loading Transactions
Max Size: 165.22/200 MB

Candidate Block

Mining Attempt 3650d190780d36000e5a27889278a88976f0c0b4ac4ed2d7237e13562512bcfc
Version 20000000
Previous Block 000000000000000000016bde5534191959d870851b7da5e58021e94ca07f41e4
Merkle Root 11fa27804fede5dd57a88a0825a94c5a41c9f993c8e228b6fe48d15bd001c64e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02702458 BTC
Feerates: 100.17 > 2.71 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,905 (840,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,478 75,478 00000000004e19659147dbc9aeebf130044aefb3bdcb7140cbd277125b80ec4b 1 0.00/1.00 vMB 0
75,477 75,477 00000000001c4c7be7df45a9d7abaca465102718737f1dfc6f104e45c0caa586 2 0.00/1.00 vMB 0
75,476 75,476 0000000000091e429f172d97171c56e5cda8721b24bf3481fbb7554afea1581c 2 0.00/1.00 vMB 0
75,475 75,475 0000000000125769a3104aab2cf46ad475347f67956d48decc2f92ec6e48d400 1 0.00/1.00 vMB 0
75,474 75,474 00000000001ae02753a4be3d4bf856bf9b16be0f9b3bef7ba39eafa1d97c250d 1 0.00/1.00 vMB 0
75,473 75,473 00000000007577905c9cd50bda7d72b32f28c6dcdffb4f1c8a4a87a851dec530 1 0.00/1.00 vMB 0
75,472 75,472 000000000051d61e4c3359e9117dc6ed96cad4d682a1f2d1a4608e8abccd6594 5 0.00/1.00 vMB 0
75,471 75,471 00000000001e3ff39048b330d8e5ff2f4b38dbed18c9b783397e8da05aeb4206 5 0.00/1.00 vMB 0
75,470 75,470 00000000006b1f87f0b528cfab06aa5bfcec3541f49176754d233c1d0b5296ee 2 0.00/1.00 vMB 0
75,469 75,469 000000000048691d4fb3a08351fc2f5fdd8ea7c7faab2f2f8cce4d0e81d86066 2 0.00/1.00 vMB 0
75,468 75,468 00000000000b9ebaa122b98d4b77b4752423d126cbb8dbf12e293ea2c0a00433 1 0.00/1.00 vMB 0
75,467 75,467 0000000000320faa17a0b979e0e2678646ef43767312eb757c5d95b832cd4a29 1 0.00/1.00 vMB 0
75,466 75,466 000000000074431333a37235b75a4cb43177de92ff8740cc8051de5fc1aa05c6 1 0.00/1.00 vMB 0
75,465 75,465 000000000042c6a8504092a7ddb57a1ec5a8266ae177d3106e5ad2e104b5bf1a 1 0.00/1.00 vMB 0
75,464 75,464 0000000000717b9555a16205c07654fe8953dab58b21dab442c7ac7902dfefd0 3 0.00/1.00 vMB 0
75,463 75,463 00000000001fa3bb7908998d785c5a5874bc87e307710e5d0a0facac03d1bde8 5 0.00/1.00 vMB 0
75,462 75,462 000000000053cb541d4477d38b2df534e788933b631b05175bc0679e0b8dffea 2 0.00/1.00 vMB 0
75,461 75,461 000000000078e2bece08d9067f7d7bc42c62c2a70a4194d7881d2f4f9bcd748a 2 0.00/1.00 vMB 0
75,460 75,460 000000000072f09a4552c5091f13a7fc1abcd29decd4b9111843eb75908a6c1b 1 0.00/1.00 vMB 0
75,459 75,459 0000000000558954b5e61db777540ff2109ca67f3b19116319327c7c8d31518c 2 0.00/1.00 vMB 0
75,458 75,458 000000000063d6a0ee50159a8618b001c36f9dc2e56ab98d294816da254b5029 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 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: 798.12 GB
    • Received: 22.40 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.