Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

824 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,967 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 823 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,966 (879,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,761 32,761 0000000011f906e7e1c1dab46d96ef4e48ad5d14f82dafcb6f173f8d2a6ef084 0.00 MB 1 0
32,760 32,760 0000000073f6af71ef825efc273c52a9e7b122e70f1d2a56978d17ef2529cbe9 0.00 MB 1 0
32,759 32,759 000000003b6b2e4e3a7cfc5f2878ec31b04336f2d17f8c910934f75b2f947d80 0.00 MB 1 0
32,758 32,758 000000004b9779d75cc6a43966b2d23015b66a0fc783c6d7b84dc183d9a4cba9 0.00 MB 1 0
32,757 32,757 0000000069bcb0164d9d60a1c8e37f6ab6a2bd0d5109cdec729c5ec5f1b838e3 0.00 MB 1 0
32,756 32,756 00000000b8bda8181abd31550d073f990f5dcc69608127a298ba3d767d2a3238 0.00 MB 1 0
32,755 32,755 000000005d497614d7ab88ceb81d87ead596108826ed8de4a669988b4ef3377a 0.00 MB 1 0
32,754 32,754 0000000006b2514b831f7cdf78ad06c80552165dfb3add4276548bab36917c18 0.00 MB 1 0
32,753 32,753 000000009476813a89b816203ad113b25facacf6617872de4df7dc77a2047bfd 0.00 MB 1 0
32,752 32,752 000000001410765ba549ad9685804f3810b1f0805b5bfa9c3741639aeab4a175 0.00 MB 1 0
32,751 32,751 000000009169e8996569eff40d03dd022595226a4e7196b02e0fee051818d0a8 0.00 MB 1 0
32,750 32,750 00000000cffb42548b6b1621fa00fd8bf30b3c3dc072cc9046c62b0ac75300da 0.00 MB 1 0
32,749 32,749 0000000046c7cff9dbc1b6a8a18e6459e0ae9443c086775402e3f6558ab47ae1 0.00 MB 1 0
32,748 32,748 000000009e5676cfcbe70539217f5f5b1968e291b3ffc9edde0271a4ae5c5116 0.00 MB 1 0
32,747 32,747 00000000bd8db78b95adaa9f49bad656d04272ba81a2fb3186461361e37a66a0 0.00 MB 1 0
32,746 32,746 0000000031ba02a2daaace58e84d4b7c47755cf152bcd4f719a9e162ac7756d1 0.00 MB 1 0
32,745 32,745 0000000064146213dc22490fee7872b05b37da2ebad4f46d4465a3b19f5f42cf 0.00 MB 1 0
32,744 32,744 00000000153fb83f3de57e1c7b3efe80df0314d2821020d5aee456da8e90a551 0.00 MB 1 0
32,743 32,743 000000000b29e1f1b191a00395dd0db003d2711e098dd6b546caf90e2b174102 0.00 MB 1 0
32,742 32,742 00000000bcdc8de49b47ddfbf647a326d6e8f37ffd86efb9f2677466f6ee302e 0.00 MB 1 0
32,741 32,741 000000001601a1ec104505700be9f25105c358690dc508f6bc0c741d747e20d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.02 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,498.70 GB sent, 133.55 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.