Loading Tool

Explorer IconExplorer

Memory Pool

38,925 transactions
28.32 vMB
0.06700740 BTC
Random Selection Loading Transactions
Max Size: 143.73/200 MB

Candidate Block

Mining Attempt 2c1773e2cac41b08d1ba06b2b0fd37901955e8602e4b815ad7b86db9d5121c54
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 8bbf38c780739040124b185d5b1acc646330bcd16b8cfc0e0b05a1135dad9b58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,403
Size: 1.00 vMB
Total Fees: 0.01257136 BTC
Feerates: 150.80 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (463,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,600 451,600 0000000000000000018e6a0523b7c85108f7089d97084ef19b7b4b1a881567e8 2,594 1.00/1.00 vMB 75
451,599 451,599 00000000000000000024e2fd42d1021477a48aea6ebd04a5c17cacffc3a77b5a 3,124 1.00/1.00 vMB 76
451,598 451,598 0000000000000000021fd03b51cb70854b45a5657469aab3c5084339a5c3b1b8 2,101 1.00/1.00 vMB 101
451,597 451,597 000000000000000002269465ac5c73bf5b35164bd57811954309b35087b4a39f 2,681 1.00/1.00 vMB 125
451,596 451,596 000000000000000001900ac37566ba9e30e14a6188c4280d338cb2d2b92f7d24 2,108 1.00/1.00 vMB 91
451,595 451,595 0000000000000000026b23d8c0c2e89e55bdab27781bf52bbeefc52991f18add 1,895 1.00/1.00 vMB 124
451,594 451,594 0000000000000000026bfddb8bc2c80501f1af37fe9c9580f81989459566ab90 1,963 0.75/1.00 vMB 145
451,593 451,593 00000000000000000208e7a3d2e32b7383add696dbb3129536408d8d86d0b433 3,353 1.00/1.00 vMB 71
451,592 451,592 0000000000000000009b7ac5315ab481f0bca6499333fa9663174146c1cc41aa 2,204 1.00/1.00 vMB 67
451,591 451,591 0000000000000000007d8d60893c8a81a7740e4f549e026bf74c5484069e3070 1,919 1.00/1.00 vMB 75
451,590 451,590 00000000000000000192c15acfa308cfb866b701a64b5efe623dc667e2745eb6 1,340 1.00/1.00 vMB 67
451,589 451,589 000000000000000002912a299451935450d76001428e02dd9d147eb1067d95e1 1,228 0.37/1.00 vMB 95
451,588 451,588 00000000000000000180a2ecf40fc93fe0d26d4f0591013f699c1d95af62cc76 2,537 1.00/1.00 vMB 69
451,587 451,587 00000000000000000027a8482676c6da008425e4a25b01ae76d3d01f56b9c25f 2,310 1.00/1.00 vMB 119
451,586 451,586 000000000000000001a56a2c6637d021747bd9e66c839d32b414b0988f4cb2d9 217 0.10/1.00 vMB 176
451,585 451,585 0000000000000000018431cead80e51ac52a1fd05ac31fc80790b41b5d9085a1 2,492 1.00/1.00 vMB 131
451,584 451,584 0000000000000000021faf765242dc0734b4bd33f1459d74616aa9004e331bb5 510 1.00/1.00 vMB 90
451,583 451,583 00000000000000000276deb4022f66cacd929c690cd6b4f7e740836b614b21f4 2,370 1.00/1.00 vMB 143
451,582 451,582 0000000000000000011b7c903fc7d90e0eb965b51f6551966e34e2caa78c3816 1,743 1.00/1.00 vMB 109
451,581 451,581 000000000000000001401632e781d1ab02cdf6dc25e59a003af04fc462a58a96 2,411 1.00/1.00 vMB 141
451,580 451,580 00000000000000000008b46ff943fb318dd26fcef2a70f6cf8fd65c337c5afed 2,097 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.