Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,811 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,226 000000000000000000022cb30000000000000000000000000000000000000000 0.96 vMB 2,778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,225 (600,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,463 310,463 00000000000000001bb242c9463b511b9e6a99a6d48bd783acb070ca27861c2b 0.01 MB 17 30
310,462 310,462 00000000000000001bad1f0ec3953b70ce986c49f4c393fe98d2bc969e2025a5 0.02 MB 62 31
310,461 310,461 0000000000000000107488ccb8eaa4f3d52482a849b6f5a627a443c2d9e571d8 0.39 MB 709 27
310,460 310,460 00000000000000000dcf56100b9e5aa2709dc9e48b92a1768c4870f8fed90445 0.35 MB 745 33
310,459 310,459 00000000000000001945edd2b9ad17ff50f974623501a08110ce0e660014a3b4 0.07 MB 141 30
310,458 310,458 0000000000000000392b014b412fd2e6f949f44a0d3cd0990768bc2496980019 0.02 MB 29 20
310,457 310,457 000000000000000004b721e401c02d262fe5c95338b25ccf2e6e51ce08b42dd2 0.58 MB 981 28
310,456 310,456 0000000000000000211e787b1e42bddd46ca71b9a70a35bb33820e5a2ac7f208 0.04 MB 82 30
310,455 310,455 00000000000000001a543b0de471f72edd7ee71d79c6aa5e4df82bf5e18a7bbf 0.13 MB 248 28
310,454 310,454 00000000000000001393d63ac379f75366e3733cb96feb674374e95edda34ec7 0.04 MB 66 28
310,453 310,453 00000000000000003a0f7cb8740595187ba7d3e77f17f929d3152d7ea68224fc 0.28 MB 477 25
310,452 310,452 000000000000000032737418a6f6feebea2aee85bf74e04113dc54d56b7d18c0 0.06 MB 140 36
310,451 310,451 00000000000000000de28ed8fc16ab4acab1453a6a7679311f3813b23c207c8f 0.20 MB 426 31
310,450 310,450 00000000000000003d30f82716145eaef29e6c4d0ede4ae91b721c3522399116 0.32 MB 746 29
310,449 310,449 00000000000000001de66e8d3369ae7c08352751fa8326977cac8f2eeee8c477 0.04 MB 97 31
310,448 310,448 00000000000000000930676a4e1f6bb6a86bd7fd4e7d1dbcd7831ef8021bf190 0.22 MB 279 34
310,447 310,447 0000000000000000409bb1f1f7b45bad4df6c43c38fff724cdcad97175585194 0.10 MB 176 21
310,446 310,446 000000000000000031615c04ce61414315caabaf4350e0a33d5baa029ac90deb 0.07 MB 141 25
310,445 310,445 0000000000000000385f8a5a3ebfaa950d165885952f5fa22c1fdc8bc79022a3 0.22 MB 339 26
310,444 310,444 000000000000000000edb971bf853f7759b05ae32730897016dcdac5cab5f9da 0.50 MB 756 25
310,443 310,443 000000000000000032d50ec755c6bb2650ec10861ae8441f963f2dfb4253bf28 0.25 MB 535 25
Previous 10 blocks ↓
Total Size: 775.66 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,379.83 GB sent, 127.15 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.