Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,035 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,851 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 1,035 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,850 (61,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,456 850,456 00000000000000000001a72208cbe48dd12bf945853b848daf593154f1dd0825 1.42 MB 2,372 14
850,455 850,455 000000000000000000023aeb7dfaa83c3d5ad4965fe087fc42c9a9a0fb04af2e 1.58 MB 3,303 8
850,454 850,454 00000000000000000001dcea4cef4244ee43da2a49113fd42fea5630d11223b3 1.74 MB 4,338 14
850,453 850,453 00000000000000000002ec64d4f17da5007d626873971e108411226954bbdf9c 1.56 MB 5,581 20
850,452 850,452 00000000000000000000727d38bdea474ad6f7df7a9ea5009894b695f76c2f98 1.55 MB 5,492 32
850,451 850,451 000000000000000000002e4ec11880469c9538f619e1353d1e7e1f0e56968206 1.41 MB 6,857 43
850,450 850,450 000000000000000000013bb1dc7a299e15c63306087ffa05518c52a7c8caa318 1.45 MB 6,603 32
850,449 850,449 000000000000000000029bb353e6117d2f7732a6452688e284df4a50f8f7eff2 1.43 MB 6,258 27
850,448 850,448 00000000000000000002ea1e631b8984f153d711bc31d919a79f86c482f20cfb 1.42 MB 7,168 28
850,447 850,447 00000000000000000002ef3cc39f6cf2a8babe1b6d55a7f97f1bcde2d5cfacd0 1.51 MB 6,989 16
850,446 850,446 00000000000000000000945508c387a432bcdafb09a2a9a71ec87da3eaf58712 1.46 MB 7,030 18
850,445 850,445 00000000000000000002c70052b91892c539f55b3087b188aa522e6c143480ac 1.41 MB 6,383 24
850,444 850,444 00000000000000000001bd6c3e77708e77b350087d5a902a3d8f7f90a3a43db6 1.48 MB 6,158 14
850,443 850,443 00000000000000000001bdc20c35c40c85237c42cbf78f3e66f5ae0ab47ecdf0 1.49 MB 2,245 11
850,442 850,442 00000000000000000000245d917c9025a0d62a9d6c70a19619c639036034f92e 1.68 MB 6,906 6
850,441 850,441 0000000000000000000228c51472b7a837284335fd104b1f30fa32cd9d920a8a 1.68 MB 3,469 8
850,440 850,440 000000000000000000032f4cb3044334451a5ec75832191043e0c9532f3acf1e 1.70 MB 3,547 11
850,439 850,439 00000000000000000002be31a8b756034319cd16f2e1afb5dd042f24ba588922 1.61 MB 2,444 10
850,438 850,438 000000000000000000017108d7612bb08d04e20c98c85a3adb96198edd5f283e 1.63 MB 3,351 14
850,437 850,437 00000000000000000002d48cc2d593e4abe2ec4e022e02c00266bf00c9c03ce0 1.68 MB 4,298 13
850,436 850,436 000000000000000000002b4990ccfa3c7f65169fc29687d5b2eaf26fc4f9437c 1.48 MB 2,591 28
Previous 10 blocks ↓
Total Size: 776.82 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,469.04 GB sent, 132.60 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.