Loading Tool

Explorer IconExplorer

Memory Pool

47,664 transactions
29.03 vMB
0.08231772 BTC
Random Selection Loading Transactions
Max Size: 154.84/200 MB

Candidate Block

Mining Attempt c73af67e5a761a2e0376a86e7afcbc11b92bbcac75aefb40e14ea5ed00d367ab
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 5edf1e8fd32575a1f1c344a0a1aaff434ad236dcd493da39c74055f5e5e689eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.02683003 BTC
Feerates: 100.60 > 2.69 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (233,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,303 681,303 00000000000000000009a3db2eb3af81b1a7a12091f13657fbebfb3c1447329e 2,188 1.00/1.00 vMB 29
681,302 681,302 00000000000000000004b3fb1da86fd514976ad9da313b4a799f68e5345a0284 1,972 1.00/1.00 vMB 44
681,301 681,301 000000000000000000052f381feed0a021643345322085648a70435dedecef49 1,563 1.00/1.00 vMB 40
681,300 681,300 00000000000000000005066bad5297f69ae795853bc03a2de91ef808f726bacb 2,323 1.00/1.00 vMB 96
681,299 681,299 0000000000000000000ba299119c727ca83f87d8f90b0935739a3efb725a5224 2,181 1.00/1.00 vMB 127
681,298 681,298 00000000000000000009299284ef415329120953aedc93f417207a3aecf15743 1,967 1.00/1.00 vMB 119
681,297 681,297 0000000000000000000b6b1f1cc8319f8c089c905a9e99fac7120cde924e4dc2 1,220 1.00/1.00 vMB 152
681,296 681,296 00000000000000000009bdcb4d5961269ebd6a181c86f282675c06ba0c331206 2,814 1.00/1.00 vMB 177
681,295 681,295 00000000000000000004c7c41e65fc91fd1d8f99297eca861131d7519ae9bab3 2,142 1.00/1.00 vMB 47
681,294 681,294 00000000000000000008cc2cc94dcb733f7a22d43f148b37b801ea595906fe13 1,638 1.00/1.00 vMB 48
681,293 681,293 0000000000000000000a1c44b1125bf75f0e4692552218c68c0f08e272fbe6a2 3,081 1.00/1.00 vMB 60
681,292 681,292 000000000000000000039f8b1a2c48ee1dacd581e7cacb560e75d8de051cc0e1 2,908 1.00/1.00 vMB 75
681,291 681,291 00000000000000000000120caab7c1caeb4aad6e9dc242e7530d543edd4f6a27 2,639 1.00/1.00 vMB 98
681,290 681,290 00000000000000000009115067d2dc0f9405db9726d142292ba254dda736e515 2,109 1.00/1.00 vMB 147
681,289 681,289 0000000000000000000611f23de0e6de1b0d145472d3ed57225fc5862d762906 2,948 1.00/1.00 vMB 87
681,288 681,288 0000000000000000000acb3419dab5753f6bebf650bad2407e119877bb57d981 2,280 1.00/1.00 vMB 139
681,287 681,287 0000000000000000000b019e2c0810b78bcd9edf164bd70a4ce61b998fa06dc5 2,191 1.00/1.00 vMB 125
681,286 681,286 00000000000000000005261cfd79c3d9eabb70d5c38e9375fd7d50a2e5b0edf6 2,522 1.00/1.00 vMB 133
681,285 681,285 00000000000000000001f456acf05f68f8b2087e4f0964f0a6dd59ddb28d7f3f 1,524 1.00/1.00 vMB 115
681,284 681,284 0000000000000000000869073c5e8e02f127bb511cf2fa07dc02af9b9917e58c 1,501 1.00/1.00 vMB 158
681,283 681,283 00000000000000000004131d22caca94f820ab38b112c2ddf5c7a767cf85e63f 2,877 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.