Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,418 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 1,407 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (184,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,296 727,296 000000000000000000077285cc00e8b2702a398d110517c72bed7ce85d7b140a 1.27 MB 1,876 16
727,295 727,295 00000000000000000001763d2cd8473a5dd0781af6c7cca6c455b10f988eaac0 1.47 MB 2,269 6
727,294 727,294 00000000000000000007eadbf6574aedf64e51cd9456e9758ddddf8c1147b5f7 1.31 MB 1,827 17
727,293 727,293 0000000000000000000572f28d13adcca515fd4ff83194d7973fb80e2f9f3832 1.38 MB 2,002 4
727,292 727,292 00000000000000000007e77d83f82a11712590755ef4947cd7abaa85e905d4d0 1.46 MB 3,241 10
727,291 727,291 00000000000000000008889b68b8ed20032e15d97e59721148d91f7ec038f95a 1.29 MB 1,363 7
727,290 727,290 00000000000000000002e6d4a6cf29439667b929565713826889d4c296f6e445 1.36 MB 2,240 5
727,289 727,289 00000000000000000009d740bb2ccd5883464f674692987e676d7615d2f38df6 1.32 MB 2,380 16
727,288 727,288 000000000000000000074cb8fd0d0fa34ef595bd2ac3aaf4af52501ed640057a 1.49 MB 3,031 11
727,287 727,287 00000000000000000009ee96163f12a64f40c53188000b19ad229aee12cbf12e 0.80 MB 1,810 10
727,286 727,286 00000000000000000003c35b0bd71b3e30a20730ca5556c9ff57643150e0736f 0.52 MB 1,044 8
727,285 727,285 000000000000000000087b322a54fc4a536c4b6377ba92a5f233035e6fd949ec 0.42 MB 734 8
727,284 727,284 000000000000000000038bc95bd5452483d51cf163e51752415da62d8b7c19ec 0.15 MB 199 8
727,283 727,283 0000000000000000000681b0046248583e6b0c8dedf4daec66ca4537e5c7b06a 0.51 MB 1,035 8
727,282 727,282 00000000000000000000f9f95a0245a371360913aeff3a0d63713d2412796212 0.16 MB 283 7
727,281 727,281 00000000000000000007590e783b345a29cf2033348cb1854478f26c31d25b93 1.19 MB 1,582 6
727,280 727,280 00000000000000000003cf34a68fa9d3b4bec76e9a555ba292a44495ce5ab4a0 1.49 MB 2,386 6
727,279 727,279 000000000000000000021883fa7217b848f04651255ac62df8032b76d4b55758 1.62 MB 2,882 9
727,278 727,278 00000000000000000008177932f1fecddc18de95e2225c281399b52f73a0eb18 1.47 MB 3,153 9
727,277 727,277 00000000000000000007b1ce6e2f88edf1751db940e9ba398d59e462c201b50d 1.61 MB 2,069 6
727,276 727,276 000000000000000000041ab922759d469cb8ccead98230b926fc7fc9612f87d3 1.36 MB 1,514 6
Previous 10 blocks ↓
Total Size: 776.70 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,443.28 GB sent, 132.06 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.