Loading Tool

Explorer IconExplorer

Memory Pool

75,253 transactions
29.01 vMB
0.08023781 BTC
Random Selection Loading Transactions
Max Size: 171.57/200 MB

Candidate Block

Mining Attempt e8a0fb4598a587833c9711f611b319d1fa05c793bcc3096457fcc94b79db41cc
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 20106e9e810f265abcad89196f75c36117133178e040eb15760f5773d15543fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,835
Size: 1.00 vMB
Total Fees: 0.01921202 BTC
Feerates: 100.29 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (73,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,751 841,751 00000000000000000000af875b4416c27e6d0434d32ac609f4cbfe6b0f7372dc 3,112 1.00/1.00 vMB 31
841,750 841,750 00000000000000000000bdc0d83764f8d94efb8b7f4e13d42b8f2f71fd9a08a5 6,500 1.00/1.00 vMB 18
841,749 841,749 00000000000000000000ae8c57c8e28c346dd718b2ac1c3bbab6767ddd648194 4,848 1.00/1.00 vMB 23
841,748 841,748 000000000000000000028c2210af001460b19578d5e85214014e0869b599377d 3,675 1.00/1.00 vMB 24
841,747 841,747 00000000000000000000d38bf072f6ff99bcb8cd3edff808b79ceaa81422a397 5,519 1.00/1.00 vMB 19
841,746 841,746 000000000000000000030d3be33f251ddeb5d7e480f28970064f594ba9dfb033 5,885 1.00/1.00 vMB 19
841,745 841,745 0000000000000000000162b9fbce878ab4140c6bf5ea3881f14736a266e4d98d 4,349 1.00/1.00 vMB 23
841,744 841,744 0000000000000000000092fceaf8774f74ad5425be2caa4de5deb6102a0280bc 6,508 1.00/1.00 vMB 15
841,743 841,743 000000000000000000008a2c3aa0a6ad5e3b1f660bea8dd7f1b19286fc76256e 3,830 1.00/1.00 vMB 25
841,742 841,742 0000000000000000000164ee378e3d75c2b70ce749428ffcbf66331e44d4c5d3 3,101 1.00/1.00 vMB 16
841,741 841,741 000000000000000000003da1e2ebb03d7f9029ef9c59139b8aa8ea58dd1cc68b 3,917 1.00/1.00 vMB 21
841,740 841,740 00000000000000000001c7d51ef1113d7a475b9cd80d1fcab6c7f0b0dbb2a84c 5,306 1.00/1.00 vMB 21
841,739 841,739 00000000000000000001eaa6b4064033aa4d3daae50b8ffc4e2c0c8925c221b3 3,225 1.00/1.00 vMB 16
841,738 841,738 00000000000000000000f8ffeaa7706368148c6db5a79e0b76e0a4d24669f223 3,399 1.00/1.00 vMB 17
841,737 841,737 00000000000000000001a4ed22bbe123d741ee1f7d42230cc954dbf9d896a761 4,877 1.00/1.00 vMB 19
841,736 841,736 000000000000000000012f87445349251d72d7d545a8b8ea0a1f7dd538953711 5,107 1.00/1.00 vMB 19
841,735 841,735 0000000000000000000033bda4dc6379854fd3cc9856e6f6af5d5319d1629bf2 978 1.00/1.00 vMB 27
841,734 841,734 00000000000000000002ddcb73e2aff9879490288ef2ea46f3826e13a4546031 3,526 1.00/1.00 vMB 17
841,733 841,733 0000000000000000000318fea286739ac698352116eb14c6999c1e4e87cf3b24 4,550 1.00/1.00 vMB 23
841,732 841,732 00000000000000000000104529549796732f01459a9dc674f4e58af7988d3bab 2,551 1.00/1.00 vMB 36
841,731 841,731 00000000000000000000575901bc5dcde3bddff22dfd6c92ade8a09ef14fec96 5,314 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.