Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,535 transactions (2.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,894 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,893 (274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,619 909,619 00000000000000000001784a0726da07f6a2b4ce53aa6989fc632f3918c53329 1.92 MB 3,017 1
909,618 909,618 000000000000000000009eff345ce35f041bed150f0b4550295d9acb5d437d55 1.89 MB 3,210 2
909,617 909,617 00000000000000000001cf11dba53f0a569234e033439defc698b0cfd506c6e9 1.28 MB 1,305 1
909,616 909,616 000000000000000000005efa8697bc4c97728ca756e5edc48342bba1003b3377 1.65 MB 3,463 4
909,615 909,615 00000000000000000000adee6bf7571e7b637b7112d28fd13587086706c37bc2 1.81 MB 2,516 1
909,614 909,614 00000000000000000001485353bcf13057e17bcaa73df6cb4ac59fdd7e3e50c7 1.83 MB 2,090 3
909,613 909,613 000000000000000000010a531986c28d1bddb874a4e29fe9a4258d1b5be86b52 1.94 MB 3,536 5
909,612 909,612 0000000000000000000145e8e67180dd8f64bc4037bf4c7550e34eb25e81f151 1.77 MB 3,583 2
909,611 909,611 0000000000000000000156d464ef5bee153411826df3a0352e1e870e65886ff3 0.74 MB 952 2
909,610 909,610 000000000000000000007363922ba4c331a23aacce2d5c8f6681fb0465a70d22 1.26 MB 2,118 2
909,609 909,609 00000000000000000001050a1bb5531fcb55cab119920f7338623892a1fef25d 1.62 MB 3,102 2
909,608 909,608 0000000000000000000033e5d7c808cc093113d46ebad1d0a04a5474c25088b3 1.96 MB 2,154 1
909,607 909,607 0000000000000000000202386d91f046fa7ba32e9f7760cf336a03086cee5bc9 1.82 MB 3,061 1
909,606 909,606 000000000000000000019155a224dd8891670cd6c1007b7f3b46a921cea4e9c9 2.07 MB 3,408 0
909,605 909,605 0000000000000000000033be581459d5464cd3055b4babcf1b20e20e3853ce30 1.12 MB 1,367 1
909,604 909,604 00000000000000000000222066e764a57d674c76156d0821b2c6b82ec5576fae 1.64 MB 3,427 4
909,603 909,603 00000000000000000001ebf1afd158ea473378c33befab40582f5f5c72e252c9 1.85 MB 3,411 2
909,602 909,602 00000000000000000001a5a4595bb998b2a82f844c19c8f6b6f8d01a0f5f8201 1.82 MB 3,077 2
909,601 909,601 000000000000000000003bac297085737cce33782bb14ecf0e47546301d5a1f7 1.92 MB 3,299 1
909,600 909,600 000000000000000000022448d8ecc2561be4c6711cb72bbfdb38508ff7466427 1.85 MB 3,907 0
909,599 909,599 00000000000000000000b324c4090944b4f63a2fbb29a05a4b65ef7ac722b92b 1.62 MB 2,377 2
Previous 10 blocks ↓
Total Size: 773.20 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,171.61 GB sent, 114.39 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.