Loading Tool

Explorer IconExplorer

Memory Pool

82,892 transactions
30.71 vMB
0.13931885 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt ab2fe1c0b9e5401fbb5a71eee57420d38bd4abbd3f2ab2fce9f4213233da7b0f
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e624e7f8389880c590c30fe64de72a1b21579030aa1750201a0ce4959ad45e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.07432159 BTC
Feerates: 203.60 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (154,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,305 760,305 0000000000000000000042f0e4c8361fa270811a7c6ea5bd851930cac22d251a 2,264 1.00/1.00 vMB 10
760,304 760,304 0000000000000000000579dc2984cbd123ac8f6db760c9ee201031746b0c4e1b 1,378 1.00/1.00 vMB 9
760,303 760,303 000000000000000000011e4a71860be0a47267c460df77cd1fb8d77400fc6971 1,462 1.00/1.00 vMB 5
760,302 760,302 00000000000000000000fee44a11ca7cd58c46a756ad7631d805f67dec88c845 2,103 1.00/1.00 vMB 20
760,301 760,301 0000000000000000000406d9b1f1e0144719b6608f1ef0b4ac488774c681a949 1,599 1.00/1.00 vMB 8
760,300 760,300 00000000000000000000f6ede58da18664c8b48ef9b2dd79a874816012fdaeee 2,259 1.00/1.00 vMB 11
760,299 760,299 0000000000000000000739c9a677c7c0b11fdb24f168d84dd94703b5b6730350 1,811 1.00/1.00 vMB 12
760,298 760,298 000000000000000000031a4c4d8f1bc53ecdd42bb9e11e4b61fbe1fa97f87972 2,306 1.00/1.00 vMB 17
760,297 760,297 00000000000000000003cbe1bf2aa4b96bd39f15646b916ed10ffb2c84529813 1,754 1.00/1.00 vMB 8
760,296 760,296 000000000000000000000f0e5aa51a001ea8d75022ae3e0b57144ce4b5921cfc 1,673 1.00/1.00 vMB 10
760,295 760,295 000000000000000000020d160824e0be1d033c5732e6a942c88241bd0ff41886 3,260 1.00/1.00 vMB 18
760,294 760,294 00000000000000000005b0ab7bb5fcce0b790f3bba52fd88324f5a0d9f9d0951 2,488 1.00/1.00 vMB 13
760,293 760,293 000000000000000000021b9163bf0781ad141fc4b5c1acd33ecf1cef59fbe8da 1,979 1.00/1.00 vMB 26
760,292 760,292 00000000000000000005dd2186f1b6a032351a8170bc598d11a4b54d9877fdec 2,660 1.00/1.00 vMB 34
760,291 760,291 000000000000000000065340b11656f2793e94b2cec4a7bb47b6a6eddf24c252 2,653 1.00/1.00 vMB 18
760,290 760,290 0000000000000000000795bd514bc8fcf17a281b48ebbd3af67c084dca899ee6 3,489 1.00/1.00 vMB 13
760,289 760,289 0000000000000000000511493d021f6d26a7b947d1ef2c76da6cc32ca898474e 2,128 1.00/1.00 vMB 13
760,288 760,288 00000000000000000006692a4ff3f70de1641c3a2ce63780e1754a50ef8f5fca 2,554 1.00/1.00 vMB 16
760,287 760,287 00000000000000000003095e9f9e6467fbd058df5fa908488402f8eab5a39737 2,641 1.00/1.00 vMB 12
760,286 760,286 0000000000000000000357eb25d26469fe516c5039aeac15d8738936b717c54e 3,080 1.00/1.00 vMB 21
760,285 760,285 000000000000000000030be9eaf69f0bdab2249a54bef8c1f858ada600a07a4b 288 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.