Loading Tool

Explorer IconExplorer

Memory Pool

80,450 transactions
29.69 vMB
0.06854633 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt 0a7e2e37d16c34be592c16ef3bb5e1a8f390f9d962933ffda12af4e7664a5234
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root db9553a94ef398c4d85c5858ef2434446c7e88322cb5467a10a577eda2f7678a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,150
Size: 1.00 vMB
Total Fees: 0.00818757 BTC
Feerates: 100.36 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (285,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,389 629,389 00000000000000000002e05c7e4b9000d8d11ef401449941a7b3aa6f0d5310f3 1,632 1.00/1.00 vMB 29
629,388 629,388 00000000000000000001e9f66e5cec6b982df4923ff578b94cd1dac62c9e7171 1,253 1.00/1.00 vMB 15
629,387 629,387 0000000000000000000ba6f8ec4825ce32ad12ba07ecfe35ff941d39756444e7 1,709 1.00/1.00 vMB 51
629,386 629,386 00000000000000000004c541a000ffed64935f557aca20feacdea43d8662d002 2,543 1.00/1.00 vMB 47
629,385 629,385 00000000000000000004f0de87203dcf4a8510a5e0eb00a433d562b92e0800a8 2,185 1.00/1.00 vMB 100
629,384 629,384 0000000000000000000e05126abe2000cc04281dccad871df7b4a55f2c527279 2,244 1.00/1.00 vMB 38
629,383 629,383 00000000000000000003a8c0605a66a4c40d8a98d3e314384df8821321cbd565 2,063 1.00/1.00 vMB 15
629,382 629,382 00000000000000000009ad42c373242bafdcb90ceb2f9f52a16c0e8b0a53cd24 2,434 1.00/1.00 vMB 48
629,381 629,381 000000000000000000078cadee91c5852d6ed17c962277057564c24e24a74ec3 2,378 1.00/1.00 vMB 38
629,380 629,380 0000000000000000000286f0754d8bea40cde7faa2b344403a1e557015ba535c 2,616 1.00/1.00 vMB 90
629,379 629,379 000000000000000000028093f7b87849a85a58cfc2e351940b9842e4df604723 2,748 1.00/1.00 vMB 59
629,378 629,378 0000000000000000000298a7a2255c7507a19c492aa4578e4b09cfe7f6a79372 3,104 1.00/1.00 vMB 64
629,377 629,377 000000000000000000055112b36b41e082f6089b365aa05c3cd45286ab36f5e1 2,981 1.00/1.00 vMB 67
629,376 629,376 0000000000000000000812aec7b2dc2c1b2c9de99393354950a9b39d8894021b 2,430 1.00/1.00 vMB 96
629,375 629,375 000000000000000000084b629f86e218a73e090a002249ee8d71b30ad674786f 2,162 1.00/1.00 vMB 54
629,374 629,374 00000000000000000003dc7037a8e0578afe955de5d41ab8f5343b5098e7adf0 2,710 1.00/1.00 vMB 49
629,373 629,373 0000000000000000000ae1869aea2a4f1912e986d1c6f3af432ae36727650b08 2,209 1.00/1.00 vMB 52
629,372 629,372 0000000000000000000a775c7ff12a7c02b2c7cff88f707071bcade05be7863d 2,197 1.00/1.00 vMB 56
629,371 629,371 0000000000000000000c5bcfbf5914c759e3e9b416bd178259a5ef06c4908c32 2,197 1.00/1.00 vMB 75
629,370 629,370 0000000000000000000630490aa866180a8ec2a26ceef3a339f441116461bb1a 2,974 1.00/1.00 vMB 109
629,369 629,369 0000000000000000000cc22e915bf7788ffef1f9aed0ebe8c8a6d79b79bf7dae 2,900 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.