Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,655 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,791 000000000000000000022b910000000000000000000000000000000000000000 0.79 vMB 2,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,790 (894,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,472 17,472 00000000066d34d16080592a55f4f1dbc1232c171e9e4797198b5633eb3abc85 0.00 MB 1 0
17,471 17,471 00000000172e5de7320d8c1880ba99fa3662371886e4773d65dc6d1189b00787 0.00 MB 1 0
17,470 17,470 00000000bac9b55ae16c410d0584071478abf5ee842c2ae85daafaeeb0003c73 0.00 MB 1 0
17,469 17,469 00000000885a439c4fc56a26b60341ea9e006af47c5d381b42f9fc7b24c04317 0.00 MB 1 0
17,468 17,468 00000000e14dee775b3f583cb6392614897afb78e078971cce6a09099420c6f3 0.00 MB 1 0
17,467 17,467 000000007d1e48cb6d416f8a8d34e28899146f9f27a690d4814cfecafa46ee06 0.00 MB 1 0
17,466 17,466 00000000e515e4ed5c298286415392218e2c49bfc14a4aa91347fb2c8aef0ac2 0.00 MB 1 0
17,465 17,465 00000000e10791b639219e888b0733f060f657c52d3f86404262c332dcaa8f13 0.00 MB 1 0
17,464 17,464 000000000a9caea180171e7f61e5f68d25e428bb923aee52802d138fa30c79f5 0.00 MB 1 0
17,463 17,463 000000002163a8bd6d81cbda9c03a81143dbae24e1f1c25cbddfa9a0a60f7e87 0.00 MB 1 0
17,462 17,462 0000000046ec2c02b259eea79eb66e70de48a2452eb3a5a327e9782e00558698 0.00 MB 1 0
17,461 17,461 0000000049221d014f31e2d19821a46ca7e29afa0785202eee621bf39593c1d1 0.00 MB 1 0
17,460 17,460 000000009cbe3afe64ecc3c11d035b4674926cd38480569ef4d00efc21b1d6d2 0.00 MB 1 0
17,459 17,459 00000000d8d4b49d04e9088714a1e77aecdac111120bc727b6cb6eb1dafe957b 0.00 MB 1 0
17,458 17,458 00000000b70b749b17d4e172c101a413f822600269aa65ef0b6b14e4c7391c5d 0.00 MB 1 0
17,457 17,457 0000000063d3a079fc09e27b91b86e0346ae35774ef872bb1b27d07c85f0bca2 0.00 MB 1 0
17,456 17,456 00000000553548dc481a41e923f6590ee2619e7a04048c0c469e2a899f8e1606 0.00 MB 1 0
17,455 17,455 0000000069598e3976f8122a1e3fa198dd7cfcc186d018b3f6028cc97e6d8b80 0.00 MB 1 0
17,454 17,454 000000006263076da374fafb61bb794eacece33e081fb5b241271bb3ed60804e 0.00 MB 1 0
17,453 17,453 00000000914b797cd406fb150decb73e18382e736013631c211597bff99b0870 0.00 MB 1 0
17,452 17,452 00000000b4a1a37e49bd330de10e64087e04b38f21ae4f6fce84bcf81286c8de 0.00 MB 1 0
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,442.86 GB sent, 132.05 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.