Loading Tool

Explorer IconExplorer

Memory Pool

47,984 transactions
20.87 vMB
0.04866062 BTC
Random Selection Loading Transactions
Max Size: 119.78/200 MB

Candidate Block

Mining Attempt 05adb5e4543c74fe44715f3398e577c701852324a3bace9bb9d62753513f57cb
Version 20000000
Previous Block 00000000000000000001a54d7bc8f16977bd0502352a5e859d3ad61a8368cbe0
Merkle Root 74b4367cb3661a7ae387cfad4210debadd9a6b07171c01f145cc5f81f4c4720c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.00702912 BTC
Feerates: 32.83 > 0.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,944 (819,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,605 94,605 0000000000044a2e0dfe66b1531aeb4a84520ef7edf4cfdf21a5b7fa07a90931 3 0.00/1.00 vMB 0
94,604 94,604 0000000000017861c65646c1ee047cdbb840ad9eaa8c37d8f7c3b6373cc8b3a6 2 0.00/1.00 vMB 0
94,603 94,603 0000000000070f43ca382b029659fe79e1bb1724b3d1b74693e6abf57ba12b83 1 0.00/1.00 vMB 0
94,602 94,602 000000000004149b599917c16d75c26797ad5351fd30e839a56d5497d9ed6e07 2 0.00/1.00 vMB 0
94,601 94,601 0000000000040a74adfa2c92b183e79a8c571f173c8693940d84d62c9ddf06f6 1 0.00/1.00 vMB 0
94,600 94,600 0000000000018fbcf686aca81d795acd4c92dbbd83e45211d892d4714270c7c5 6 0.00/1.00 vMB 0
94,599 94,599 000000000004531ebf03da8c9a28acabbdf54e638e520d874239538f27818c62 1 0.00/1.00 vMB 0
94,598 94,598 000000000001b9ecd2e4af34671c802a087bd61839ac39cdfa4d27f40208a925 2 0.00/1.00 vMB 0
94,597 94,597 0000000000093dd68706faf5962fc9cce91d6b060f07fa0b68f60c51f7921295 1 0.00/1.00 vMB 0
94,596 94,596 0000000000075f2b99551e0776eea82fa0c2d56bd13bf5b801832399092532af 2 0.01/1.00 vMB 0
94,595 94,595 0000000000036fc43e81f2c2d4ccbfbe0c131cd67a587a25b0f01feeca4a49eb 2 0.00/1.00 vMB 0
94,594 94,594 000000000003007d15e4588274f9773c6a5050f8b42f37b9c14eb7e4affe305c 1 0.00/1.00 vMB 0
94,593 94,593 000000000000fad539d0df05749e3cc9982e70fb1aa87483a3de14986c1943ed 1 0.00/1.00 vMB 0
94,592 94,592 000000000003b0be143f7c56cdffd94b321dc518150f796313c5e1dec2117992 1 0.00/1.00 vMB 0
94,591 94,591 0000000000013059972915679f889a883177f31bd4cd12a6602d4b489c329aa4 2 0.00/1.00 vMB 0
94,590 94,590 0000000000057a78e9c5170c5705ee320b1fb0cc242411e2bafc9c21fb03809c 6 0.00/1.00 vMB 0
94,589 94,589 000000000008979429555fed70a4c1c3877a87c291eddd57c69d342e4c692a19 1 0.00/1.00 vMB 0
94,588 94,588 000000000002ce9a5b545303d0e98bab7255f9dbc38dce7e4a5ed08d545634c1 4 0.00/1.00 vMB 0
94,587 94,587 000000000000cb2f77df62a9e27b1693c5d6b673040676dce9f0ae772683552b 1 0.00/1.00 vMB 0
94,586 94,586 000000000008da37b641e773632774e741f5a301adc07b5792d76cb7fb7e2f20 1 0.00/1.00 vMB 0
94,585 94,585 000000000002e0e5f2717d0eadba362569544035010bfeafa8fec1ab90432430 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 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: 531.63 GB
    • Received: 5.83 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.