Loading Tool

Explorer IconExplorer

Memory Pool

34,092 transactions
19.32 vMB
0.06144826 BTC
Random Selection Loading Transactions
Max Size: 103.85/200 MB

Candidate Block

Mining Attempt 119c6d94db306163f7102c17249fae6b53a24bb0c22d2c36eb02cf19ca4b44eb
Version 20000000
Previous Block 00000000000000000000e4ada073251b6117a59c81e39c4eb6236cd4f0a55146
Merkle Root 26b12550c55b02b3b37f36d99a7dbda823688b28cd83bcebc71617bc6e50894f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02335156 BTC
Feerates: 150.65 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,124 (881,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,377 32,377 000000004848fb2ecd26e1efca65f472c2cb207901fab14dafe15452d13f1b4c 1 0.00/1.00 vMB 0
32,376 32,376 000000008cb8ea1e2c2bf271acac1a3b140f092ed108d20d4fe36d7766c9f0bd 1 0.00/1.00 vMB 0
32,375 32,375 000000000d5282bc668a0bc712909ef255664756f9afa98f993dc8bea6e55ea7 1 0.00/1.00 vMB 0
32,374 32,374 000000008b64d7cd2d0828b82bd55058979ad2930bd70504fc6826e493c08125 1 0.00/1.00 vMB 0
32,373 32,373 000000005c981f86efe470feb0097f55abaa3c6868b2a536069fbfbf20ed4840 1 0.00/1.00 vMB 0
32,372 32,372 0000000095db25d780b28257d6acb35aa45dd9a7a220832f9f19bd707a852cad 1 0.00/1.00 vMB 0
32,371 32,371 000000005c671532fd35bd895f461cd7fb72afbc28155a1e52ad2562cb36b6ed 1 0.00/1.00 vMB 0
32,370 32,370 0000000030920e100d73c6b9aa6a956203adafb619a3fa884540cbb6524befcc 1 0.00/1.00 vMB 0
32,369 32,369 000000000362b0f1e035d379189c2666b1bb1a7cfd0168da22d022d9d763d469 1 0.00/1.00 vMB 0
32,368 32,368 000000008e42ee1c9c6bda79dce67c4c247a23c19a5fa4b389f584ba8661efbb 1 0.00/1.00 vMB 0
32,367 32,367 000000000e61f72ab77c1b495b54039f7957ec552d3499fcb32c681529a54f51 1 0.00/1.00 vMB 0
32,366 32,366 000000008a2caf06c60bcc8fede22847ec6732171f44a58dd3831cc48b76b606 1 0.00/1.00 vMB 0
32,365 32,365 00000000890540cca4888dd14eefc0fbb786bc3a02c62b75bd5aec1f1a0329f7 1 0.00/1.00 vMB 0
32,364 32,364 00000000867d13d373aa112d8699d30afb7de225e7e6fee9e58df90d4bdc81f6 1 0.00/1.00 vMB 0
32,363 32,363 000000003fba87afa4245f70a0f750e1f2232a64a92e0f36738eba030ef731f5 1 0.00/1.00 vMB 0
32,362 32,362 00000000147cfb2a5c1f31cc94a9e47122c187ae3326e592afdae4a023b7cdc1 1 0.00/1.00 vMB 0
32,361 32,361 000000009e4486c6019abe35f39769f38af6f587369c9efec3f8e35725fb15a1 1 0.00/1.00 vMB 0
32,360 32,360 000000006fc71878d4a483124b14a3ef7d09bdafeb86bf1a65a1a21f9a5d03a2 1 0.00/1.00 vMB 0
32,359 32,359 0000000052d4a6f5495785cc14c989e53c5a0e2ea27c006358840778266dec8c 1 0.00/1.00 vMB 0
32,358 32,358 00000000c3e0345220b5d9b5e5f62df66f4e6069a37f5026e7b066fb23088d50 1 0.00/1.00 vMB 0
32,357 32,357 00000000be02a26fffb95cdbff402804dea9d13c180d6bcac48a86b44f64d29f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 561.01 GB
    • Received: 7.36 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.