Loading Tool

Explorer IconExplorer

Memory Pool

34,337 transactions
25.76 vMB
0.06182603 BTC
Random Selection Loading Transactions
Max Size: 130.37/200 MB

Candidate Block

Mining Attempt 696258551bc0481e2a11a23f1b218f7aab39ac4a74ecb03cc850a7e82ac8bf63
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root c51b733283f689adf8acc02fe900d202c5855ba6a75455e63a6f86b7dafa050b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 1.00 vMB
Total Fees: 0.01467069 BTC
Feerates: 74.70 > 1.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (812,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,465 102,465 0000000000026fbee888e8d5b534164f17b89bca41d1daa245631087b1d13dd0 1 0.00/1.00 vMB 0
102,464 102,464 000000000003f55eb1fbd56a8383fa6f554fae19b7dd40b890d89044e93f0b67 1 0.00/1.00 vMB 0
102,463 102,463 0000000000024a5d55da568a7d12a98243b1ea5fa5659b9e5192ca7a38099e56 36 0.01/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.