Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

807 transactions (0.22 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,603 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (879,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,389 31,389 0000000024b7291fdb985c42966c14ea5fb53bf065703182f8fdff3c26288b5b 0.00 MB 1 0
31,388 31,388 0000000079e40e044267ecae0a82286f349e4da7d46463c978833383fba92dda 0.00 MB 1 0
31,387 31,387 00000000f7086dcf5f52d32c3d6ac9f3c79b17d1cffd5a52c017bbe4fadc3be8 0.00 MB 1 0
31,386 31,386 00000000f107485fb1db53bb5e401ac7e1b9dadcfa430ac4e7cb61824785d76c 0.00 MB 1 0
31,385 31,385 0000000001892453f88de93d01a12d2444a70c776d6322e9d83eb0800b1ccd47 0.00 MB 1 0
31,384 31,384 000000000cc2231db8681d873585deb9a42cbaab78238656141e9e7ca4ed11ca 0.00 MB 1 0
31,383 31,383 00000000753ac4d280e7db0c329ce15e5c751ffd127e5e046f0db9caad0829be 0.00 MB 1 0
31,382 31,382 00000000fd47e369d18c542c0815675b5c7914c4fddc50031eb5ae46e36d6244 0.00 MB 1 0
31,381 31,381 00000000329e360c770cade2a45d689041ef2e2987d48cd9c5da3d434628da37 0.00 MB 1 0
31,380 31,380 00000000776977761ac0fc38c9158812036e1dccf596eaa02585d58e4963d81e 0.00 MB 1 0
31,379 31,379 00000000d3f159fb4cec9db050db3eb8d2d854c15e9a50f2608ab39b8465c2f2 0.00 MB 1 0
31,378 31,378 00000000faece7e984704f9d3f0e6c350bc89f18df1e2fa73dc6cee6dc4b6f56 0.00 MB 1 0
31,377 31,377 000000006962d5b9a22e85a69f00510fa128bf7bd968e9ab0474e7e81f58a401 0.00 MB 1 0
31,376 31,376 00000000b0ca953f314faace201c3a2e2b088dcf9c8f5d545aa185f41d81a06e 0.00 MB 1 0
31,375 31,375 00000000425a4946b89c0ac3eae558967476ac52a125dd31daab6a481b17ba32 0.00 MB 1 0
31,374 31,374 0000000078f59a2417e72981b85405937f8d8a29120822ec7d82df77385eaf13 0.00 MB 1 0
31,373 31,373 00000000c17522535540533052ce12a6db0c9123c026e7d465a05d399dc52270 0.00 MB 1 0
31,372 31,372 00000000222dcfb1fc512edc1dbd7733da9d5e5ecf2a60e64ddedf388ed501b5 0.00 MB 1 0
31,371 31,371 0000000072d63e0824caeecca6691e100aa5dced43d90e6fcf9a29bb508c3baf 0.00 MB 1 0
31,370 31,370 00000000393505d662510e3ff0aadb12416a5a08750452e393b982860851ae02 0.00 MB 1 0
31,369 31,369 00000000ad6acd9344f059b8bd1419df659fffe57521ea0c12a543737408efff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.