Loading Tool

Explorer IconExplorer

Memory Pool

74,762 transactions
27.71 vMB
0.07495204 BTC
Random Selection Loading Transactions
Max Size: 168.80/200 MB

Candidate Block

Mining Attempt 99af4932723fcda9737a002bbda9383f8d6bf14398446df9d6bc59c9faa2e397
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 8d7df2515f545bd54b50beb950993518a92471ffaf3e1ad080e2ca27313bdee5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,669
Size: 1.00 vMB
Total Fees: 0.01545514 BTC
Feerates: 480.19 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (295,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,169 620,169 0000000000000000000cac178a972dda92189891ee06d3ffea61ba067f586d4c 2,660 1.00/1.00 vMB 13
620,168 620,168 00000000000000000003500c28c2ac1e38f4555c7b16de28e07ce602bb24aac4 2,730 1.00/1.00 vMB 18
620,167 620,167 00000000000000000003effea99944f7f69335e2f4e9ac157397b46e57734994 2,129 1.00/1.00 vMB 24
620,166 620,166 0000000000000000000ca33c284945da6fb64bb733eda697fa69f94f5ee7811d 2,013 1.00/1.00 vMB 29
620,165 620,165 0000000000000000001017fd0b74ef84f17e518b7d565cf4688082442522043c 978 1.00/1.00 vMB 5
620,164 620,164 0000000000000000000181ae0157b63e89c2e4c64f83b6fb42e58755d20de4bd 2,816 1.00/1.00 vMB 7
620,163 620,163 0000000000000000000778b5532f0c2004a6b092b81da75d5ac31830769fd708 2,865 1.00/1.00 vMB 27
620,162 620,162 000000000000000000096efc508f4f0e1bc4244dccbd612557acd842b0a969d9 1,281 1.00/1.00 vMB 5
620,161 620,161 0000000000000000000b04a95b5f40d2c7d8429f8bc9f96f789126300e5c479d 2,697 1.00/1.00 vMB 23
620,160 620,160 00000000000000000004df613dfa42bde7be8dbf11d313fd09e3ad0407cfe9be 2,714 1.00/1.00 vMB 18
620,159 620,159 0000000000000000000187b772426d94873c49ef86bdcbcb1ad37fdc67e0eff4 1,711 1.00/1.00 vMB 10
620,158 620,158 000000000000000000089ef05cb8362a6a09c2b9635a6b897c82995409f2c9cf 2,102 1.00/1.00 vMB 20
620,157 620,157 0000000000000000000599ba576fb79c8bf39f8cec075d31220f6b1009a4bbe4 2,925 1.00/1.00 vMB 18
620,156 620,156 000000000000000000095da3f14a78f753d6eabff25f82ad68fc0d3d71236d57 2,118 1.00/1.00 vMB 30
620,155 620,155 0000000000000000000731faa559d5cd9a200e2fbbdab050a277696b033fdd88 2,048 1.00/1.00 vMB 24
620,154 620,154 0000000000000000000363973356005cd6bb8d3df8b18c958e0b18b092eefab2 967 1.00/1.00 vMB 67
620,153 620,153 0000000000000000000cbdb9872d239d0e79d35ec31e5364918c0ddb302c7a06 1,196 1.00/1.00 vMB 22
620,152 620,152 0000000000000000000eca5302ab0ea010ec2576c2e00560ebdf5a14ad2136db 2,638 1.00/1.00 vMB 22
620,151 620,151 00000000000000000003069da9662259e9da10806b326e8375d58c039933cfe4 2,675 1.00/1.00 vMB 13
620,150 620,150 00000000000000000009bdcf4bfb5923f718bcf011b2c2d0c11683df8e412c9b 2,840 1.00/1.00 vMB 13
620,149 620,149 00000000000000000001380e9cd4eec11c8505d0b0c811824751c4debfc4a59e 2,486 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.