Loading Tool

Explorer IconExplorer

Memory Pool

76,672 transactions
28.55 vMB
0.06898455 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt 7da1e71a9381aa346cc4e648a18d71321aed8e3f9a86ee6ae0eb6cb93b6df5e8
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 5449e891c9ba439caf12fff5689a914e11205e4f99d9a027472d621b6c15bc5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,793
Size: 1.00 vMB
Total Fees: 0.00978320 BTC
Feerates: 73.20 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (344,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,172 570,172 000000000000000000283accb16025bc1f1daa0178e6e5c17a07acea9aa4865d 2,502 1.00/1.00 vMB 142
570,171 570,171 000000000000000000104d2f2169ffddfdeaf7203fa4bad6d435d4c1b0ca570e 3,087 1.00/1.00 vMB 160
570,170 570,170 00000000000000000028f6f3ac63a20d47a0cc08e66304a6f0c0bc3779e41cc3 3,183 1.00/1.00 vMB 145
570,169 570,169 000000000000000000035cbd0ab52b4741dfd275fcc89875538c0a83850f8ba6 2,241 1.00/1.00 vMB 137
570,168 570,168 0000000000000000002b9054175625e57f8b3414e79be87b06e63b4d2c16c2cc 1,946 1.00/1.00 vMB 128
570,167 570,167 0000000000000000001d94be13986fc38c46ae8d9797779a0b19e6ce0c820a8d 2,030 1.00/1.00 vMB 195
570,166 570,166 0000000000000000000badf1397763c5039a25274f7e50c4175a7b71d4afd275 2,200 1.00/1.00 vMB 84
570,165 570,165 0000000000000000001ee4d008bd9c3e432dac4155d22a661fb04b6800b6ba54 2,997 1.00/1.00 vMB 132
570,164 570,164 00000000000000000002105f818fc05b39610a767d7d940abd24b0ce2cb48ba0 3,208 1.00/1.00 vMB 130
570,163 570,163 0000000000000000001fae0d1b88ea2d3e0b3758098343ccd36d282cc0672f5b 1,826 1.00/1.00 vMB 106
570,162 570,162 000000000000000000071c67fc467ab756463aa4606aeff85844256dec3169ad 3,279 1.00/1.00 vMB 110
570,161 570,161 00000000000000000010aff91f8ab3064f9e4de00768fb8256c4ebd943016b39 2,230 1.00/1.00 vMB 121
570,160 570,160 0000000000000000002b2678db53c7dc0e22545a59d11d764576ed7ad0157069 2,856 1.00/1.00 vMB 196
570,159 570,159 000000000000000000209161ec02f248176e098f182a4a05b4203f20cab8b6d2 2,420 1.00/1.00 vMB 127
570,158 570,158 0000000000000000000c839d743230d4ce6161aa7b3c3f9d9965e98a34d5654d 2,759 1.00/1.00 vMB 77
570,157 570,157 000000000000000000040cf119c30c8c311b23bb505eb40063c0394e48e47c43 2,742 1.00/1.00 vMB 102
570,156 570,156 0000000000000000001e5fa633ebcdc6671fc736becdee4bed42737398394172 2,761 1.00/1.00 vMB 146
570,155 570,155 0000000000000000002b7a9d77e147974501a725764e4390bdd0833da3aa0cc2 2,653 1.00/1.00 vMB 156
570,154 570,154 0000000000000000000dd371a36a22a7f34629750abd5ffa3887f212956414ff 2,672 1.00/1.00 vMB 153
570,153 570,153 0000000000000000000032acac03099551c587ab332a9d1f6a0fe269574eae1d 2,482 1.00/1.00 vMB 88
570,152 570,152 0000000000000000001e9942b23bfbf0a2401c9d114398249b3c5ae893fbb84b 2,576 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.