Loading Tool

Explorer IconExplorer

Memory Pool

83,821 transactions
31.77 vMB
0.11898570 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 4e68fc96286fe4db2685fd805aa7d7c022fbc538ad122937bc3b568fa59ec53d
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root cd0a9ac9f8c0fe6b797c9dd1b107499d9e6822fb71166615502f81db7a000845
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,233
Size: 1.00 vMB
Total Fees: 0.04266023 BTC
Feerates: 301.05 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (362,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,165 553,165 0000000000000000002a9922968c5e3cda3c1e96f4ff67d00568580295dba133 3,034 1.00/1.00 vMB 19
553,164 553,164 000000000000000000291111c3c8cc6ebae5efdf4aae2aa527ad880a2d414335 1,915 0.78/1.00 vMB 13
553,163 553,163 0000000000000000000dca17c5f7d3c7cf894e746803344108c00c525a609a20 352 0.14/1.00 vMB 10
553,162 553,162 0000000000000000002d9bef8dcdc7eae4ccd244ab8281a183b8512b6dc12061 184 0.18/1.00 vMB 4
553,161 553,161 0000000000000000002a93f741e763d519a6e05b8f4f61a00aa0160aa17ae32d 1,152 0.45/1.00 vMB 16
553,160 553,160 0000000000000000001c75116c120a274b458b6b3b55a87c9bd530f1b727ad89 803 0.44/1.00 vMB 12
553,159 553,159 0000000000000000001604a95a397dd6139e1171bc0cfbde8bb257c351d1bb14 2,009 1.00/1.00 vMB 12
553,158 553,158 000000000000000000240b87b34b2bee2000500789b9ea849c820ca63dbdefa7 1,711 1.00/1.00 vMB 16
553,157 553,157 00000000000000000025c64fd4f41902fc5bf74564823fe5157f53163bbbc561 1,820 1.00/1.00 vMB 9
553,156 553,156 0000000000000000002a703577e9238bdc905da0a8a7f4e5c98db90fa6e5b809 2,321 1.00/1.00 vMB 4
553,155 553,155 0000000000000000000ac45489a3baf0e42ea38e692d2fb432ac8e9abb52ccf0 2,427 1.00/1.00 vMB 27
553,154 553,154 0000000000000000000b9aadc1c6bdbdcc61b3691defbb542b67a5e4b6315058 3,016 1.00/1.00 vMB 33
553,153 553,153 00000000000000000024c1cf0986ec68c2a3309acd124c5509ac8b217339bf4c 2,212 1.00/1.00 vMB 17
553,152 553,152 0000000000000000001eede0b9860eee4887f04d9ecb6d05c5ad4e3826e985f6 1,635 1.00/1.00 vMB 3
553,151 553,151 0000000000000000002dab85d7495d08978706a71b0e95bdbf00860f4fec2274 1,583 1.00/1.00 vMB 11
553,150 553,150 0000000000000000001c357f8fea8f120ddf3b34293eed807c18f482e913a97a 1,852 1.00/1.00 vMB 12
553,149 553,149 0000000000000000000020e9d040d437b3215aa0b3d70657f48dddb7e93f5358 1,629 1.00/1.00 vMB 13
553,148 553,148 00000000000000000030000062852e029c7fdf19679cfea7d38dbd2ced3cc23b 2,371 1.00/1.00 vMB 25
553,147 553,147 0000000000000000001ef48be4a4a0daee170fa385948c36e636033d690fbd52 2,259 1.00/1.00 vMB 25
553,146 553,146 000000000000000000146e86c1f8a33f67902ac3c90c48e0e3e71fa2dabc6565 2,073 1.00/1.00 vMB 14
553,145 553,145 000000000000000000082f22309de7436422d02dea72de132d16280560cb6379 2,058 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.77 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: 709.34 GB
    • Received: 16.89 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.