Loading Tool

Explorer IconExplorer

Memory Pool

78,640 transactions
30.01 vMB
0.08902351 BTC
Random Selection Loading Transactions
Max Size: 179.27/200 MB

Candidate Block

Mining Attempt ab92fc3d743a3c974fc3d579fdb18e0933700f1d2861e307374e2e2fa9e94bbb
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 2c10660582a40d9fa86540dd0b3035f29ceb80335899d0c8537b318df0147b95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,853
Size: 1.00 vMB
Total Fees: 0.01982940 BTC
Feerates: 150.61 > 1.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (84,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,889 830,889 000000000000000000034e8cf6933e0b08dd3c90f4a2e34b5ca4ed4444409ab2 1,992 1.00/1.00 vMB 13
830,888 830,888 000000000000000000035f0045d2606d2a05b6013980359648fe205fab47f4da 2,438 1.00/1.00 vMB 17
830,887 830,887 000000000000000000011827e34670010081c93e5d9e0ecb4bd14325804e4e00 1,286 1.00/1.00 vMB 14
830,886 830,886 000000000000000000035b15996defe42eac560cc8ca876a7e11d26d0fd9b78d 1,688 1.00/1.00 vMB 16
830,885 830,885 000000000000000000018dc2ba76e2aa9b30c3db74e964c4c559824a53ede259 735 1.00/1.00 vMB 12
830,884 830,884 00000000000000000001b36bf1f8f0ebaa9c657575c81be89cb03b74e400904e 1,361 1.00/1.00 vMB 14
830,883 830,883 0000000000000000000030de0650e8f1876b2d7b719ec8b579ca4efe03e324d5 1,184 1.00/1.00 vMB 14
830,882 830,882 000000000000000000028ebb473ffaa84f39357b3e364a8d6713270dc7197d56 3,149 1.00/1.00 vMB 23
830,881 830,881 000000000000000000022f3ebf78303ef88a7a84a5054babeafc5842577fcc3e 2,320 1.00/1.00 vMB 19
830,880 830,880 000000000000000000033c36bc6fc6ae4cc46af0fb14c88b59c878b4a64d33f1 827 1.00/1.00 vMB 14
830,879 830,879 0000000000000000000048e0830e16f3c39e0920aa144c9568d9b70addfad9e7 2,826 1.00/1.00 vMB 22
830,878 830,878 000000000000000000035eda418aacd4e7f8de5252b7ec77be73b1605d673d63 1,825 1.00/1.00 vMB 16
830,877 830,877 00000000000000000002325b5e7a9bfc97a1f9f2d917899d295e967c3e5fc6ff 2,826 1.00/1.00 vMB 22
830,876 830,876 0000000000000000000286fdf21921548b2aaced7207e02097b52367aea6f1d4 2,424 1.00/1.00 vMB 18
830,875 830,875 000000000000000000018942c42066a8500d8a7360ac9b777bbd09a666741c42 2,778 1.00/1.00 vMB 21
830,874 830,874 0000000000000000000174729d8d657e4252333e82722935c4b23f5c8171e67c 3,451 1.00/1.00 vMB 28
830,873 830,873 0000000000000000000026d6352c6aa3d0db34792b93bf60c832766336d4d98f 3,298 1.00/1.00 vMB 31
830,872 830,872 000000000000000000022ed532f7082d88da9650bc03687cc85a0aba9ae77235 1,882 1.00/1.00 vMB 15
830,871 830,871 00000000000000000002ff45cc273b120aa7833760d67dbc3c81dfd3cac0270d 2,955 1.00/1.00 vMB 20
830,870 830,870 000000000000000000026c1b0700d6b0df44db7e9bed20f7a04771086a27e118 1,208 1.00/1.00 vMB 13
830,869 830,869 000000000000000000029b695b5f4382e5f478db66a030c1f06e34e244e4aff3 807 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.