Loading Tool

Explorer IconExplorer

Memory Pool

49,528 transactions
29.92 vMB
0.09182539 BTC
Random Selection Loading Transactions
Max Size: 159.63/200 MB

Candidate Block

Mining Attempt 9f78f2f5c92d0e40af0eef3aafcf4ec4af4c9f3bf602f14be3dcdc28d35daa13
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root d04f50f5417f129717bb032d4cbfa22e26681fd9b705f5ac5dde85786058f2d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.02608893 BTC
Feerates: 70.48 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (641,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,908 272,908 000000000000000595b980257fbb0e7414e1bdc4bcab63bf9075380053d5e8ab 194 0.08/1.00 vMB 40
272,907 272,907 000000000000000079c5bfb08eee90250bd8aeba8fd3660d2193655481c1173b 319 0.15/1.00 vMB 36
272,906 272,906 000000000000000048e0bba02f7b8209ebbb3dcf987a546d12785b8b6ca7fa45 530 0.22/1.00 vMB 47
272,905 272,905 000000000000000410767e762883f260ba26788b8653890ee53d988dbfb93205 984 0.50/1.00 vMB 60
272,904 272,904 000000000000000094053c95f5cd6259ca800d7d247bc2b89740658d95c96b78 1,291 0.46/1.00 vMB 77
272,903 272,903 000000000000000279228c45c2016f7df3152478ed4304435fdbde3b3f695118 585 0.25/1.00 vMB 83
272,902 272,902 0000000000000004010f4c10e00887968b81864c59776dc7a980861bbdb0c393 392 0.24/1.00 vMB 28
272,901 272,901 0000000000000001b0e5dd1f270fe9357ad19f4331a7cc19adfd78b0ce41e64c 566 0.25/1.00 vMB 46
272,900 272,900 00000000000000028cf658998f1949cf4fa1231af0407b1cab56c88d32ad2b6c 683 0.25/1.00 vMB 98
272,899 272,899 0000000000000004f4d19a3a2258dc6c54d770d0306f93bed57ed2ed5d9b65f8 242 0.13/1.00 vMB 43
272,898 272,898 0000000000000004f8d15a5b8411da6c30708d1dd9b5a68e9ad8e2041f387df0 787 0.43/1.00 vMB 51
272,897 272,897 0000000000000002ac8f9da4c902780fbd8c7e325ead4b3506a0c610f20e2d35 186 0.09/1.00 vMB 51
272,896 272,896 00000000000000053a1cebaeeeb270fb5373fb563cfb500232f550768dc5ca38 279 0.12/1.00 vMB 74
272,895 272,895 000000000000000256bf47ec6f44e7ba547ebc415a75dfe44f4ea1893afdca8e 496 0.23/1.00 vMB 51
272,894 272,894 00000000000000013a5e18951477dea91f4767bb0b175c72d410bfd3b5168c38 366 0.20/1.00 vMB 63
272,893 272,893 000000000000000160c2c95ba4d79e497848c36cf25aeda0cea5fd3df4b36aec 17 0.02/1.00 vMB 15
272,892 272,892 000000000000000238e04df0a043bd30758eeffba9d9698a67ac4d8b70f95818 428 0.25/1.00 vMB 49
272,891 272,891 0000000000000001b3ce75ee01d5e8e3718310f3c593ec5b9595db179e9baa73 275 0.15/1.00 vMB 29
272,890 272,890 00000000000000053f44fa8d22c3d73becbc1dbc7cfcc37d71fe31c5fb15a493 237 0.15/1.00 vMB 34
272,889 272,889 000000000000000497f46ab51cd25fff6aceb2d32136089e3c0c2afc8e3ddc55 257 0.11/1.00 vMB 43
272,888 272,888 0000000000000001a48c73f034c6a7b84e58a02b67b7eff0501a3ed0f4af9aa8 176 0.21/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.11 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.04 GB
    • Received: 13.70 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.