Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,660 transactions (2.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (874,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,295 35,295 00000000af277bf18a0a0b031fe5a9e9f4080acb95760cf5e2d91f8ab59d8518 0.00 MB 1 0
35,294 35,294 0000000034f30eca4a0c5382624e397f61a2f10c909e748a4de17d061cb4f5ed 0.00 MB 1 0
35,293 35,293 00000000b8be315bf1874db10c8177a367fb879aa340fc31f39cd5cb63249670 0.00 MB 1 0
35,292 35,292 000000006197563405a46fb79ca3a15eaf71e15aa94d1da6c851df34e572f6b4 0.00 MB 1 0
35,291 35,291 00000000b331ebdc7ee717dbd871a7aff0337f9a8994ac48810d0ca17b442611 0.00 MB 1 0
35,290 35,290 000000005bf157269318d73ebbd03d6a10824b4b4a3243c69b838492e44f2762 0.00 MB 1 0
35,289 35,289 00000000765f3cb09f7079706eb1462b195f44fa3eace9c1c0603df2c96c19fc 0.00 MB 1 0
35,288 35,288 000000003ebf0cfbc956ee1abdf920039f787d576202804f6c325c8426138906 0.00 MB 1 0
35,287 35,287 000000009fc371b56a63dc7f90eddabe4e9a9351d039e548b692dd5cd91773b9 0.00 MB 1 0
35,286 35,286 0000000003f3e809178a2448dca10685f1e0b6aac0ccabbad64452ff2ee1cad2 0.00 MB 1 0
35,285 35,285 000000004f48875937dccafb6d86de6deb82f9ce6a345a65c9ab6f1143eb9d0b 0.00 MB 1 0
35,284 35,284 00000000a18dc78fbc6aa421e4c0acc30a90fa4519e3d4165f2490e608a56ab1 0.00 MB 1 0
35,283 35,283 00000000592c2540790ca7ce90ab6468115f884dbc9d271fff36a948ceb63936 0.00 MB 1 0
35,282 35,282 000000005cc900dd64e3cce1a5936018d90c020f6fd1f7ceaaa1b2410e85fef9 0.00 MB 1 0
35,281 35,281 000000001438e157307ef6fb85122d6743b3df6d3bfa4ce28fabbf2bd65bd552 0.00 MB 1 0
35,280 35,280 000000001cf5762d2607a205364a6b075edf42bca4ca201ecf80fe0720eb8fe1 0.00 MB 1 0
35,279 35,279 0000000064864af016c14ed87d98ed82b78513e17b3ee8ba3d976324e7efda03 0.00 MB 1 0
35,278 35,278 000000007f5b6b2a9ff841ab308bc9f18e30d3b18c49b51d133bc59791f09d6d 0.00 MB 1 0
35,277 35,277 00000000328b72b3558b98854b4f36da13d761be048177c0ad05065d33127239 0.00 MB 1 0
35,276 35,276 000000006443c58019eb538a7c975c211c1b1a58d07c6ef5c1c52f52d3b64d78 0.00 MB 1 0
35,275 35,275 00000000143835457c53cafcf46e1cc0493e9e77b633e2f518bbd9a6a8dfdc05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.70 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.