Loading Tool

Explorer IconExplorer

Memory Pool

33,993 transactions
27.23 vMB
0.12311023 BTC
Random Selection Loading Transactions
Max Size: 136.47/200 MB

Candidate Block

Mining Attempt bc58c2bfc4598fb8315997992e32a69ca87407eb397fbfb3d71746f05e9bcbff
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 057d17db51b4835a4ee42b371dbfae7252c56c5785912a720491815ad6d75020
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,895
Size: 1.00 vMB
Total Fees: 0.05761153 BTC
Feerates: 502.67 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (851,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,716 62,716 00000000048ca53edda520cf7f835525867e953c8fb6936989923d686183ca9b 1 0.00/1.00 vMB 0
62,715 62,715 000000000613777350688bd523a796194f36fbb66bcdf6a8caa836b3e72f5400 1 0.00/1.00 vMB 0
62,714 62,714 000000000c1da0e81a9818a3daf694e346a5aee2f7f0f73539b8bc078a0e16ac 1 0.00/1.00 vMB 0
62,713 62,713 000000000641b14f6204a5bd5b57260c2b2aea2835ab377fda14f22cf06568bf 6 0.00/1.00 vMB 0
62,712 62,712 000000000baa9c2fba5b1018d4dd02b39a0289b5f5e735012719e398e0183d05 1 0.00/1.00 vMB 0
62,711 62,711 000000000775908c83550ada467d51e3be73cf3f69e9c006ae5eeda94b27b837 1 0.00/1.00 vMB 0
62,710 62,710 000000000c68632d33a1727fca85c24acb935f29a7acbc795dc31e682f0b8a3f 1 0.00/1.00 vMB 0
62,709 62,709 000000000cc50bd10c6785d72637cd638e93133918cbaf21b9aa129d98dec3b2 1 0.00/1.00 vMB 0
62,708 62,708 000000000769a68b38c8e24f2aeab79235b4992a7124b1a6c3d577a8be806ec3 1 0.00/1.00 vMB 0
62,707 62,707 000000000bdd9ba42b408ebdcc8cd6ca18ab4e849f7828b0b8bc9bc821dde2f0 1 0.00/1.00 vMB 0
62,706 62,706 00000000027aacf12c92f86720b6070d87ca84d63f6c7a737d5f0ebacf12416b 1 0.00/1.00 vMB 0
62,705 62,705 00000000067a9b166f92a9df36fe1d9158c0707dc3bc16ac7d0c421ad8177c63 1 0.00/1.00 vMB 0
62,704 62,704 000000000a07c0b4076a563fedf57c5c62dce59f9295a481d22bdbdeabee3629 1 0.00/1.00 vMB 0
62,703 62,703 000000000ae5984729a4b4c3ab6ca7e32928ea0b51649a99a30424599629c972 1 0.00/1.00 vMB 0
62,702 62,702 0000000005abfc5225a8c7597d32b7461b712bd3bf351e47021d506735a98847 1 0.00/1.00 vMB 0
62,701 62,701 0000000000675f5806dac93392ab5ce8c240e15ca814185d034135ad91da4ee5 1 0.00/1.00 vMB 0
62,700 62,700 00000000011728b7b980bc921bc8ffb0bb064a73f3a844bd125ff70973837b24 2 0.00/1.00 vMB 0
62,699 62,699 000000000d24e0c5442fc58ce260957a8614b987a892b8f68d7402bcc11f9ff2 1 0.00/1.00 vMB 0
62,698 62,698 00000000008d9b0c3a6a4085b4f6790207b5e819415f6c6d9df3510ff9c006d6 1 0.00/1.00 vMB 0
62,697 62,697 0000000003f592b0eb13d59dbcc0906162a0803551b350da6c4cceb66b8a6824 1 0.00/1.00 vMB 0
62,696 62,696 0000000006ab2d4977873b01fe9bfb18bc28e7b789e19b80c14ac538a5a3aab3 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.42 GB
    • Received: 8.45 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.