Loading Tool

Explorer IconExplorer

Memory Pool

48,255 transactions
30.28 vMB
0.08670850 BTC
Random Selection Loading Transactions
Max Size: 161.73/200 MB

Candidate Block

Mining Attempt d700c8b82ff8765f5087d57c7ca2ea1e9a5ff9990c58a5225a37f47a0afa0064
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 13b7c3cfa67fdd48ffae299feb74e04d495381e59b5117c53fbfbe4c3b589abf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.02619159 BTC
Feerates: 101.56 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (301,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,623 613,623 000000000000000000084a72b022095eebf20bcfef88c426cc63631565292056 29 0.01/1.00 vMB 15
613,622 613,622 00000000000000000003a1162c7ddbee8345c7044a7d21a895c5fc53a5c9ccbb 1,800 0.52/1.00 vMB 8
613,621 613,621 0000000000000000000cbb0c7885bb31da557a9f7409d61eed44edd9a4cd45b2 3,331 1.00/1.00 vMB 15
613,620 613,620 0000000000000000000cb4b486204e43b925a8ad8e7c12038950a6fc58372a3e 2,020 0.54/1.00 vMB 13
613,619 613,619 0000000000000000000c45bb55f07c57d4bac1d30e08e4ec2e11835a8d998a61 2,907 0.82/1.00 vMB 13
613,618 613,618 000000000000000000083912fe07ecc2aa1afd2cff8489499f42dac40632ef69 2,787 0.82/1.00 vMB 12
613,617 613,617 000000000000000000100786701593468c288b1c8fab5586008777bf8d8efbbd 2,217 0.72/1.00 vMB 13
613,616 613,616 0000000000000000000cf87160aaeea9359db8e41a9bbfaef344657d2013eacd 974 0.30/1.00 vMB 12
613,615 613,615 0000000000000000000c741b97f6bd4b9daab8bb212c20d8cea1e72d10f6d762 3,749 1.00/1.00 vMB 13
613,614 613,614 0000000000000000001234df8f64cf555f683bf06c85b9d406138af2655cbbdf 3,124 0.82/1.00 vMB 13
613,613 613,613 000000000000000000024e00d2b8acdc09d1af1cc6f3be61361535ecddb9d200 304 0.09/1.00 vMB 12
613,612 613,612 0000000000000000000d5350c932000c8491f69fd285a60f86d6c81a08ad0260 3,360 0.92/1.00 vMB 11
613,611 613,611 000000000000000000005bb366a1b5a8110da25c6166dc15a50e4ff8f47a00cf 2,313 0.68/1.00 vMB 6
613,610 613,610 0000000000000000000d48ca4c69eb0d9672ced6e6ff9d08f2f61d6e606f07d0 3,209 1.00/1.00 vMB 19
613,609 613,609 00000000000000000001d20b5c89556261bd6ab4989c08d40187bf929753d3e7 2,448 0.66/1.00 vMB 7
613,608 613,608 00000000000000000007348a424e195aab912a6455b3a95b3536dc71840d13d1 2,399 1.00/1.00 vMB 22
613,607 613,607 000000000000000000117bfece4b462c24413a0903dfa58ac12e85e5808a8eae 1,504 0.54/1.00 vMB 17
613,606 613,606 00000000000000000009ca5b1c7ff900dc7d4456a9966fe43d7741d5bfec1f02 160 0.05/1.00 vMB 12
613,605 613,605 0000000000000000000dadeee37d5c488cc41308ef567a2b9090da33c13d3bb7 2,097 0.62/1.00 vMB 11
613,604 613,604 00000000000000000002765d7ebda9df9980654be67579419194908009cfa8a8 135 0.04/1.00 vMB 9
613,603 613,603 000000000000000000056a10f22c74bd3e089c7c714f91ac09b9358b62477942 2,050 0.61/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.13 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.41 GB
    • Received: 13.77 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.