Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

228 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,462 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,461 (840,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,608 69,608 0000000000311e1ec952f3e7b9f1045a3212d6d62cb0d2b0db5ec56d37a5e144 0.00 MB 1 0
69,607 69,607 0000000000f78ab75c98891df821f30a9bd70fab4f0f2430a07152e7e8054b5c 0.00 MB 1 0
69,606 69,606 0000000000455630570eb2b4f33446880d395bba7a5a49ee8342a5739c86132d 0.00 MB 2 0
69,605 69,605 00000000004a428f43cc5b89650a083a2c384f838bee86924ccb7c5175d7cecf 0.00 MB 3 0
69,604 69,604 000000000162ee21f66655279af6421b831636179978418f4168f6074129d0be 0.00 MB 5 0
69,603 69,603 0000000000188ca4e4921d8ba80aaf165f68358cd8a2babb67418b28f4bb269b 0.00 MB 2 0
69,602 69,602 0000000000dad95bbfa80486bd8d98fd06c88dafc997ee69453cbbf101cb099f 0.00 MB 3 0
69,601 69,601 0000000000d3f6bc95bbdbdba7d00dcd846a78356d44769394affa62bddc44e0 0.00 MB 1 0
69,600 69,600 00000000006b5840ad7c63ba7436fc477ebd2e8122da8ddf7eace7c5e7e35c40 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.25 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,240.78 GB sent, 119.74 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.