Loading Tool

Explorer IconExplorer

Memory Pool

88,229 transactions
33.52 vMB
0.22500334 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 3464f29963e4a707ef64e449d01afbb28a155bd173307b5f041aecf8ae9ad25f
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root c8638655feb51b8f694dd1a80f13cb86ddc69f156b698b9b4e90f91d43e71ab0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,179
Size: 1.00 vMB
Total Fees: 0.04301831 BTC
Feerates: 150.92 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (890,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,926 24,926 0000000017876cc77bf3207ae7e25098dbf60baf4acab04f26e1fe7626ac1492 1 0.00/1.00 vMB 0
24,925 24,925 0000000030957e9cf91c3d1eaeb0cb45c3fd1eeafc0af327bc745c06ec7e1f87 1 0.00/1.00 vMB 0
24,924 24,924 0000000085762509777016bd542321390513c3838f2e0dab1b36282d65eb24c4 1 0.00/1.00 vMB 0
24,923 24,923 00000000b1042686f91ee2809ae70d875824e1550b09200e4333cb88a2878f6d 1 0.00/1.00 vMB 0
24,922 24,922 000000001fa23b2439ad3e440151b12e198e9365e8d56db9f5ae655ae08ed587 1 0.00/1.00 vMB 0
24,921 24,921 00000000d7f696b1aff59cbb5e9ba1579769bbe5e69682fdaf51c9fc6fb5a9f0 1 0.00/1.00 vMB 0
24,920 24,920 000000007ca62f74bf5e242b125c524d59cef617149da4e8b699c792e949f553 1 0.00/1.00 vMB 0
24,919 24,919 00000000a2ece6b5f7f5eb7a977467ce581e9099a60f41b95f8baac1be19f68e 1 0.00/1.00 vMB 0
24,918 24,918 0000000027eddd68f25249021c5a9a65962aa41646fcaf05a765325e8ab131f2 1 0.00/1.00 vMB 0
24,917 24,917 000000003e7c0d1b9a50079485ed00fac3f951cd595572bf4bc2c786b2825445 1 0.00/1.00 vMB 0
24,916 24,916 000000004fc0cc2c0b4ae8b35cd0d433c9f9f6982fcd19d5537bfacf027c0b36 1 0.00/1.00 vMB 0
24,915 24,915 00000000eb8ba880250b76b1ab7883b5b8bdd208fb3b0f5680fcbd015295f8f8 1 0.00/1.00 vMB 0
24,914 24,914 0000000006f1a2d484b8037753e18707b3a3f19914485b5938862e8ab2f9cf23 1 0.00/1.00 vMB 0
24,913 24,913 00000000606dabbfdb39f1bf285392706036dc296b85b5218cf0cfedcf11ec79 1 0.00/1.00 vMB 0
24,912 24,912 0000000014266c6fb8ce89c41e6e7c166c22ead8172beaa2309c63abef71e0d1 1 0.00/1.00 vMB 0
24,911 24,911 00000000336c1b81abb28be39f1e4613bf37a911751a7fb2de1e6c32c7e7ad54 1 0.00/1.00 vMB 0
24,910 24,910 00000000540bf0893e8031e11a0037eab0e2378a49d42e190bf01d225be35a33 1 0.00/1.00 vMB 0
24,909 24,909 0000000030ba5918be1d725bdb87ce89dd2a62d76693121ef816ec4b6eb76eb6 1 0.00/1.00 vMB 0
24,908 24,908 000000007fb8e09ff6ba9fe664e1f659407250abe5aa16c08f087b2ebb0bb901 1 0.00/1.00 vMB 0
24,907 24,907 0000000072e0d9c02145835a04820ce63429588fdba444ecf7ed9a827fb5bce7 1 0.00/1.00 vMB 0
24,906 24,906 000000004f5be91ade36d2578b9166ae1f66f1beb7127dbd754280afd28be67d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 773.00 GB
    • Received: 20.36 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.