Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,808 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,303 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,302 (819,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,432 90,432 000000000001e3cca07285ab3f9aab1d1fe514f2a86b2946566a68e17dd21a96 0.01 MB 7 0
90,431 90,431 000000000008d7d2523d312b89fe1b3ef4738f48f7f80373067739adddff38d4 0.00 MB 5 0
90,430 90,430 00000000000a1378397c4ca9757678c42e4bafa10bd4cc5b6886be36cee18a00 0.00 MB 4 0
90,429 90,429 000000000002d4cf32b5eceeffc6365728d34018c1f2e521e6fa759b0a7cbd7b 0.00 MB 1 0
90,428 90,428 000000000010f679948030ba878617883821a5c9f6c064c0578c12668caaaa9a 0.00 MB 2 0
90,427 90,427 00000000000002613d71e358030bdfd627634bb84cfd5017dc04c425c6484d42 0.00 MB 1 0
90,426 90,426 000000000005e9155f868be69426c0a3b238672fe9333c54ab0990f399d7bf15 0.00 MB 1 0
90,425 90,425 000000000009a64dfd5138bfc9356f23c005eee671f9ab2f1fd91fc03cade255 0.00 MB 1 0
90,424 90,424 00000000000cb05ab3e2e8c3c67c9c339e4e3f3f34bbc17b5a11d01657254493 0.00 MB 1 0
90,423 90,423 000000000011c014af0c3f63c83a7a0394d41e4a5c89fdc961045567f870c3b9 0.00 MB 2 0
90,422 90,422 00000000000a1c02337eb2203e466ad83fbdd796d6b54524f76fb8778df836c5 0.00 MB 1 0
90,421 90,421 00000000000d5517c4e745d02c6366b56fe3846f7175547744e0bae4144f8e79 0.00 MB 1 0
90,420 90,420 00000000000bea231f3bc6adfd6fa4949c2045329e77d9f3f9e38c88981d6042 0.00 MB 1 0
90,419 90,419 00000000000da6d64f1ee3610174663f6e8025004e0545450c91bf3630408902 0.00 MB 1 0
90,418 90,418 00000000000c10746c1e851799ecd6c4079956c3a2a6a97184f545f5cfe6ec3d 0.00 MB 1 0
90,417 90,417 00000000000ad276479e4f9bab9b459a438eb5fafe4972961cee1b59cd81ef40 0.00 MB 1 0
90,416 90,416 000000000002fe9f6257c8bc70282bb5b69d6c474eeee273b6d900df8cfe1df5 0.00 MB 1 0
90,415 90,415 000000000000cf75b10db2c7c3bcfc1229b803b19710d1ab5873482221c7dce0 0.00 MB 3 0
90,414 90,414 00000000000b5835262d1e7b5b7cd8f932b3c32847ebf2893611757b93b02605 0.00 MB 2 0
90,413 90,413 00000000000325ee1f911264f99e9a4db055a9b254c74af0832a0006dd38a7ef 0.00 MB 2 0
90,412 90,412 00000000000463c80edfb419592e5a70edc1434da897e5fc7c1d869743a0ec7f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.96 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,230.33 GB sent, 118.36 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.