Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,837 transactions (1.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,102 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (823,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,763 85,763 0000000000086731fb036a85febd3466fe60a4d813257b9de0536c7ae7533755 0.00 MB 1 0
85,762 85,762 000000000008691887ddf285d9dc70bcfd9b12c1f9fc5655c3c197017c24aab5 0.00 MB 3 0
85,761 85,761 00000000002731e415111a99a1aa02bab5d74d30dc2cacad3c7f7a55eacaf7d7 0.00 MB 2 0
85,760 85,760 0000000000069475e56b6464bc209a6434ded038883b00993885b0fb0e91004e 0.00 MB 1 0
85,759 85,759 00000000001c5941d41508b3624632340f4f62f2c16eb326d4c51d8b501d45da 0.01 MB 3 0
85,758 85,758 000000000004243de06b3bad69efd51e357df9224cc1796ddf74576ae1e15041 0.00 MB 1 0
85,757 85,757 0000000000029ae07a7642e96a9117d7262e50f77f0bd9154477477b68d06646 0.00 MB 1 0
85,756 85,756 00000000001be1b490c9065c60f442bb6998a4cbceaed3f665a680a8ee2582d4 0.00 MB 1 0
85,755 85,755 000000000019b2a6a4199438b78ea1ca397efc2ef0c8e5e714795abfcc957878 0.00 MB 3 0
85,754 85,754 00000000000e41a2b41faf8353e54a53a04a7e86ff7aa8a606e715211d534e81 0.00 MB 2 0
85,753 85,753 000000000000120d350ea96b53a439e9071e2d876bf48ead98459c263ae30af4 0.00 MB 3 0
85,752 85,752 000000000022ce64058d1bd33d8c02aacc651beda270f22e7217959c2c0f9e61 0.00 MB 2 0
85,751 85,751 00000000000609182e1c03e966f9a78fca818705f6831c3b07aca06a3301ec90 0.00 MB 4 0
85,750 85,750 000000000001264cb910adf46d2263f0536ad871f223c8c93566ed4d0bec44c2 0.00 MB 1 0
85,749 85,749 0000000000253f78998afd1b4e835d211204633b9e4a0ab1c4601470b92aa1d2 0.00 MB 2 0
85,748 85,748 00000000000b577958d690e0019aa6cfdbed9f9ac797906616a92ad2b4375eb0 0.00 MB 1 0
85,747 85,747 00000000002af2855f9118b6b4a45a613ebe8850b90b040872861409442f9ea7 0.00 MB 1 0
85,746 85,746 00000000002f1f997f148c5e9749021ae6a25cdb7724095b863fc175bb88d658 0.00 MB 1 0
85,745 85,745 00000000000f9d769b1dc5f49ad82c37471b28a085f7cb16d31db905a38cd881 0.00 MB 2 0
85,744 85,744 0000000000187dce9c4e8de0c7cea52a56a9d92f15893121436dcf02ba0f9a3d 0.00 MB 3 0
85,743 85,743 00000000002585c67af43382ca7468b533602935d62bbdb368904173dc37bd4b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.98 GB sent, 112.23 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.