Loading Tool

Explorer IconExplorer

Memory Pool

44,011 transactions
26.41 vMB
0.05431827 BTC
Random Selection Loading Transactions
Max Size: 139.53/200 MB

Candidate Block

Mining Attempt 957c7f25e4e220598d037eb73ad85b01357721933a160cfdb9640234f5ae3f9d
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root e8e7a7ab27afd9cb6fed921f92b82c40a4b2016e8f1595ad927196bfa7aca00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00572973 BTC
Feerates: 101.72 > 0.57 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (69,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,207 845,207 00000000000000000000fbc26fe993255143b840fd84b6b54a657141f184eab3 4,589 1.00/1.00 vMB 13
845,206 845,206 000000000000000000033213c07d3cd3db6764655b5c1f631fb360de3c509365 5,314 1.00/1.00 vMB 12
845,205 845,205 0000000000000000000255f9cdb0922516106b2a4db07994ccb2a0a81ca3b17d 5,034 1.00/1.00 vMB 10
845,204 845,204 00000000000000000002159f92bfb1f3e63048e0f5fa0e1347f93de0a87d5ef5 5,464 1.00/1.00 vMB 17
845,203 845,203 0000000000000000000005a37fce5f7173d92c77b473481c5ac26beb9b863f9f 5,223 1.00/1.00 vMB 10
845,202 845,202 000000000000000000017ff0236f17f8b615d75cf802a7a780ce6e928b94a88f 4,928 1.00/1.00 vMB 11
845,201 845,201 00000000000000000003169ba7b42aeeed571f9f4d64efa02cf2840f4d6509ec 3,884 1.00/1.00 vMB 12
845,200 845,200 000000000000000000027a970865a12b12e4da473011e2033eeca871c957a747 6,681 1.00/1.00 vMB 8
845,199 845,199 00000000000000000000cd02421a59debc760b42a25c43174d2544dbb0ffcbee 2,888 1.00/1.00 vMB 14
845,198 845,198 00000000000000000000301d584ec5f1c16e89487c05baf035f01875cb763d75 7,680 1.00/1.00 vMB 7
845,197 845,197 000000000000000000026f9e90bcfe5f592e295bf420e7b7c4cf8f22b900ebc0 6,212 1.00/1.00 vMB 8
845,196 845,196 00000000000000000001063de94e2d9b21c689e30919483c9034d8f2e19fa39c 3,737 1.00/1.00 vMB 12
845,195 845,195 000000000000000000011d16b7baddc41a47f86a9e917fdab89c78f98b7bdf6a 4,660 1.00/1.00 vMB 10
845,194 845,194 0000000000000000000210c34bfe813c62fbcd648b8ad2749f12efaf5c5e7778 5,750 1.00/1.00 vMB 9
845,193 845,193 0000000000000000000068358684c6a45461c370911265601e7f428ffa1bc5a9 4,217 1.00/1.00 vMB 13
845,192 845,192 000000000000000000008d8b393463d9752c3f7f3d84fb3753b71316ce02828a 6,765 1.00/1.00 vMB 8
845,191 845,191 00000000000000000001b305b3f6117ea2632aa654c871d67f9bb0696b902f9a 7,525 1.00/1.00 vMB 7
845,190 845,190 0000000000000000000090d4a8d455949f6981aba75af8d63aece6d00c4bd689 6,717 1.00/1.00 vMB 8
845,189 845,189 00000000000000000003180207a1cd7eadf6a35f8c656752f02ad44337a9f780 6,041 1.00/1.00 vMB 8
845,188 845,188 00000000000000000001a26b542e6acc011e76540397c7a3bd8ba8f75168d270 6,245 1.00/1.00 vMB 8
845,187 845,187 0000000000000000000232be66828b21cd3639bf5ef83e707aaff20ca4fc40d9 6,010 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.