Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

816 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,472 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,471 (825,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,315 85,315 00000000000d608c3f6a18be8fb05c90ee7cf2530ee88d503f64d6c668a6ab0b 0.00 MB 1 0
85,314 85,314 000000000013d0adfda4fda07c2e1549ed1f4c98c9fb4dab86105fe12a147c2d 0.00 MB 1 0
85,313 85,313 000000000012b30003d9501bab3a829e51919e7040f58b1a4b2894fd37d500e7 0.00 MB 1 0
85,312 85,312 00000000000f54fd49532670ecb427502b933b3d01d94395ad3306288d6e3abc 0.00 MB 2 0
85,311 85,311 000000000018a791187dcd1a04fb83e134821a2a58999b41cd66748618c11061 0.00 MB 1 0
85,310 85,310 000000000016e1f76c97bc521dc0f5def06a48c986e9420e7febeeb6a1e6973a 0.00 MB 1 0
85,309 85,309 00000000001096d04eae0be40ba4e61cbc62fe768f0b0be409c6d0d884a2ac3a 0.00 MB 3 0
85,308 85,308 0000000000115a876f7cd69a8f4fb633640eff4d900a0af3e039ab122d1cff51 0.00 MB 2 0
85,307 85,307 00000000000421ff27c07d6348bf36d218da002b03846b4fbec5bb0095c80372 0.00 MB 3 0
85,306 85,306 00000000001bfb424e2a6592f82387dd0bbbfeb4bb57000a1e747f5c9d58139c 0.00 MB 4 0
85,305 85,305 0000000000197389a12e76d3f845104daea60e5a158af5ee9ce64c06fd2f5f22 0.00 MB 5 0
85,304 85,304 00000000002cb4b0d1293a998bdc1a6d12d715e285decb2979c4802ed6604796 0.00 MB 1 0
85,303 85,303 00000000001ed68d7d5ab521569efb89376f7fafc77033b2f62c845f349ada28 0.00 MB 1 0
85,302 85,302 00000000001ea3c9078be07b6cb862f54165ec87c342441bdddbb1e336e04178 0.00 MB 2 0
85,301 85,301 0000000000128a4556cc872c94d0bfd881e5a9a52a950b88e0392bf66e53b4fb 0.00 MB 2 0
85,300 85,300 00000000002847e1ab3bca5464dcd2d834a8a8f26758943e11f34a6294a593e1 0.00 MB 4 0
85,299 85,299 00000000000fbf14c748f4094c0dfdff7e74bb29aeb8f5963565d10d5127aedb 0.00 MB 4 0
85,298 85,298 0000000000270b7d70912eccf3aa90b0b5312e7dc3008ac644dde8784392d44f 0.00 MB 1 0
85,297 85,297 0000000000036c1eca850e0204374c54bd12d92d19063d09948f0955187d7874 0.00 MB 1 0
85,296 85,296 00000000000b61ec1523926b85faf7fd5f4e12c17921a4f4b165e4cff24a52a8 0.00 MB 4 0
85,295 85,295 00000000001329cbb54574b78e57bf8a250f7bcf3d39c9d5b4df4a2f675643e9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.57 GB sent, 119.84 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.