Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,739 transactions (0.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,393 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.52 vMB 1,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,392 (840,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,599 69,599 00000000006ffbafdba7555dd88e7296a9ffc7d967e8910c6463b80536ce9550 0.00 MB 1 0
69,598 69,598 000000000106204e24c56caa8cfd0daa29ee2b4b3df52ce4b4d458d4c6f8a374 0.00 MB 1 0
69,597 69,597 000000000142ab50521b8e2eecc94735b77a0c0dff9b48fc8018f023d0e50ee4 0.00 MB 1 0
69,596 69,596 0000000000599ac587f0787242499d26b9b99fec47872f997f566fd5b644ed5e 0.00 MB 1 0
69,595 69,595 000000000107816c269f4c310d76ebd2e4cd0c100a41bd32033992509dcd334e 0.00 MB 1 0
69,594 69,594 00000000007f758e03fd8956f9b5c2fbd3bab3125aab09bfeec96b2773e157d7 0.00 MB 1 0
69,593 69,593 00000000000aca66edb3a6bbb6c2c408cdef66b863992e452f7127e1467ca584 0.00 MB 2 0
69,592 69,592 00000000011bd4da56ecb4e97c7ff50fb7ec87484fde7f7dd87c6103854113d9 0.00 MB 1 0
69,591 69,591 00000000000730580cb45acbd37bc876b0133d924b750c38e3d96455d037627f 0.00 MB 4 0
69,590 69,590 0000000000ae48d79dfa5dcf91ec14df156e21120f23d95cd189c6cfcc675c37 0.00 MB 2 0
69,589 69,589 0000000000f8f6958bf03a45d898f4e6e827db8c7e487b0d0575cf9b3c9d6e7b 0.00 MB 2 0
69,588 69,588 00000000005f6e9c1d8a08643b20f6971aa432a36d158c7dc9acf6e208449afb 0.00 MB 2 0
69,587 69,587 0000000000d4c99e202c8da531412386828f0681df7ae260f53bf895736d749c 0.00 MB 1 0
69,586 69,586 00000000008e8451b1d18488423fea0a92e3942e40301eb23d3a4796c2ad3fa6 0.00 MB 1 0
69,585 69,585 00000000016437b26e71e904ab26a575cd6848b20a16dd3c024b876c8e1481c0 0.00 MB 2 0
69,584 69,584 0000000000d09c21bd887f42972660b75747943d2589b1e8d7a223623a8b0968 0.00 MB 1 0
69,583 69,583 0000000001527bdb47bd8f45c3465ac32afbe5576059b2b65755b610564ff30f 0.00 MB 1 0
69,582 69,582 00000000012c8d1a01d70afada4474f59ad857ae542d25c532f206823d032254 0.00 MB 2 0
69,581 69,581 00000000011fcdcb4915353e7c10396e5d6e7c66fec1b5725110623672bc6208 0.00 MB 1 0
69,580 69,580 00000000002ec75f3cd845ae080b8765b7c726923d670fbc60b86ba1abd42ad9 0.00 MB 1 0
69,579 69,579 0000000000beb159f563cffe50cc3a093e736bc3ce291e00694945867aadb11c 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 774.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.81 GB sent, 119.17 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.