Loading Tool

Explorer IconExplorer

Memory Pool

81,634 transactions
22.28 vMB
0.09712097 BTC
Random Selection Loading Transactions
Max Size: 148.12/200 MB

Candidate Block

Mining Attempt c47ccb48662d9df24b46e085a21d5b4d2505b2192e5c96aa2d5f5028d71a85bd
Version 20000000
Previous Block 000000000000000000019e79860ccd13d417e03b066e8a3661ec754572b673d8
Merkle Root fc673488229b8439a500b1d7b4c962a1dcf12ae97f32acd353f4774bb50e62d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,828
Size: 1.00 vMB
Total Fees: 0.03803474 BTC
Feerates: 502.62 > 3.81 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,193 (838,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,612 77,612 00000000000c2565c0ed1f83f536f6fe890c2c5e038cbefc9b71681799f11323 1 0.00/1.00 vMB 0
77,611 77,611 00000000001fb41b99a33b3bc4d11d1241e7fa95b20c457bc9da2b54e95daacb 7 0.00/1.00 vMB 0
77,610 77,610 0000000000438e393b77ab87f35497d655d9ef8f18418c694c49850f117700a7 15 0.00/1.00 vMB 0
77,609 77,609 00000000006444ed25047f48f2bdc5cf6110a20277befb8c0e85accbc11c82ee 1 0.00/1.00 vMB 0
77,608 77,608 000000000031dd8a6258325f2d295412167649cb2c716f7f5223464a2ea068b4 1 0.00/1.00 vMB 0
77,607 77,607 00000000002209fd5255f7fa8e73b98bd5289d1b0a744b13f682470934ebfd52 1 0.00/1.00 vMB 0
77,606 77,606 0000000000275795645b68456cd23b9a9c285621f07159b3e77f981908aa8094 3 0.00/1.00 vMB 0
77,605 77,605 0000000000610bdae6b0da1ade88e97c4a554c8cd322b91df8170ef637d48291 2 0.00/1.00 vMB 0
77,604 77,604 00000000003dffaefe35d4ace24d6d75d1a72f21a0b3b72681e5483e1fbb2d57 1 0.00/1.00 vMB 0
77,603 77,603 00000000000d3a310baf0675794f38c8a4b471b3f184279bb4747dd7c12bcdc4 1 0.00/1.00 vMB 0
77,602 77,602 00000000001d67eb5233795d03eebecca276039b380a92ddeaedb3898b34a4b0 1 0.00/1.00 vMB 0
77,601 77,601 0000000000540fb66722343fa896b157127012b9f3fb00f2b2ab58fd17271b88 1 0.00/1.00 vMB 0
77,600 77,600 0000000000005be72f31f6e44d9cc92d69b9db0d86b7fde42c4173a360b8d4aa 1 0.00/1.00 vMB 0
77,599 77,599 000000000020ef7716a873a9ccc7a04b09b3f0b4095a18edcda0dd9f5dce4e50 1 0.00/1.00 vMB 0
77,598 77,598 000000000067bcd1208d2ba940837b3f6962c756bed0d71e5f7e12ca36a9f911 3 0.00/1.00 vMB 0
77,597 77,597 00000000001db02b03e3d832b514313b95c01ddfb3b356ff3f9dcc1a2fe81bc7 2 0.00/1.00 vMB 0
77,596 77,596 000000000013765a5d8f62c5c09184ff09a5bee00ce7b957080129f45e36571e 2 0.00/1.00 vMB 0
77,595 77,595 00000000005aa543365ec82c8f3e0d7edbc7ce372ebab1e02dcb54bb16f9bf63 1 0.00/1.00 vMB 0
77,594 77,594 000000000061f27a3ef9fba47254231e29234d843219a0865a9409c786712f5b 2 0.00/1.00 vMB 0
77,593 77,593 0000000000684ccb34c65def1ff68b127841bccb00b5bd1c8910aa9c324a34ee 1 0.00/1.00 vMB 0
77,592 77,592 000000000048aa36ffa5502846ffe2aebe08f111a0021cffac1ef5c10f6d2cf3 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 823.28 GB
    • Received: 24.88 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.