Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,302 transactions (0.55 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (820,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,378 90,378 000000000003dc05601da3bfd428aa54cbfd11cd7974f659818ef8f91d521b56 0.00 MB 5 0
90,377 90,377 000000000004a1c386125328ecc4e32bfb8aa17e7e978626d70a08dcbfbeb82d 0.00 MB 2 0
90,376 90,376 00000000000dbf190170d65c888ca4b179bf8d8470e730ac980133b13f5f4604 0.00 MB 1 0
90,375 90,375 000000000010d1c260aa2c3cda3758dddf9e99d4295bf6cadb029e475e2526ec 0.00 MB 1 0
90,374 90,374 000000000004139199fd2dc9cfe4b2ecf67406bd1e3ba31789e4f0fb16b8551e 0.00 MB 1 0
90,373 90,373 00000000000c1d254b68314add0b979a702a2eeba7109b6ff77986aa97ff94b6 0.00 MB 1 0
90,372 90,372 00000000000b6f698c449f7e3b96754e5e6530b2c6a88df3c1acf60d8e78e0d6 0.00 MB 1 0
90,371 90,371 00000000000fbf0ae35339abc29cf88c69baadad3bf2b9b49c70623d087bbeb8 0.00 MB 1 0
90,370 90,370 0000000000064b8036d0de099210183074e08b9dad1562f167c64a91041484e4 0.00 MB 2 0
90,369 90,369 0000000000067e969811e9ec74e22a33c230d84a7a8ce99b68c56402dbccfb93 0.00 MB 3 0
90,368 90,368 000000000006bf3512a3a15b9937bca9b7fd83a2ba136a2702a58e975cf269f3 0.00 MB 1 0
90,367 90,367 000000000002e8adbaceffa1ed534177fb9ff7e0fb2e4d78f795a54f81181581 0.00 MB 1 0
90,366 90,366 00000000000f01982022f983e615d5d421859a67b6537379f0a2b069f5e7c35a 0.00 MB 1 0
90,365 90,365 00000000000fdb2aeb08c265e585be011c7b90a5665784cec823e707f2972fd8 0.00 MB 1 0
90,364 90,364 00000000000cb5fe6a4839afb6e3a0349abe5852ad375cbf738e3daa06eeaeb2 0.00 MB 4 0
90,363 90,363 000000000010bdfb4dae98ba615ee49175d0d9550b4a5ab24b9c5408bd96988b 0.00 MB 2 0
90,362 90,362 00000000000565d701cfaa5fead351f0a4ba4d4c31f13ce19fc3ad43ad2b5b85 0.00 MB 2 0
90,361 90,361 000000000007691cbbea51b38ee11ef8de8a58998d5aeb66121705066b84012b 0.00 MB 2 0
90,360 90,360 0000000000021df0927f374360e017f631b317ed9e24a628ea55d238623ee01e 0.00 MB 1 0
90,359 90,359 000000000011820e1ebca9db88393e86004f6ef36bdbd225211418a9e24cc39d 0.00 MB 1 0
90,358 90,358 00000000000efea10a4a3348f98bde769f93e8dc19ed915d48ebca5bbd8ea9f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.41 GB sent, 120.19 GB received

Notes

  • This page updates every 5 seconds.
  • 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.