Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,559 transactions (2.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,030 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,669 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,029 (888,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,797 21,797 000000004d64dec354a29d845a6a2677547d8143a8415d88205e1faaf8f74780 0.00 MB 1 0
21,796 21,796 0000000071a75b65f1c0976b60b48f7b1c65e4cf2371ff3604ade358fcd7dcf9 0.00 MB 1 0
21,795 21,795 00000000cfd51c09fd4b4afb4f25239a226a1fc15c989ddcb1a19aec73b6987b 0.00 MB 1 0
21,794 21,794 000000007418402205f3058a5657515d6f78eef3027a172696ca39345302743e 0.00 MB 1 0
21,793 21,793 0000000072d10bed99b8393b019e85a4d653b9ff24496927de40795f1cd6b269 0.00 MB 1 0
21,792 21,792 000000007102279176beb8a14af9e74dd08a9a651eda4c296c5f31386157c89d 0.00 MB 1 0
21,791 21,791 00000000d3eb35321335c82f345ba9744eed73d43217b04740ac052e76f3bbe0 0.00 MB 1 0
21,790 21,790 0000000080e09f5ae42ada5922406e6af6ce0ccf91c7bff47f914322438287c9 0.00 MB 1 0
21,789 21,789 000000001af88cdb66b2fc575ee6b7819ec05001e34126ed85e8c6861f906672 0.00 MB 1 0
21,788 21,788 00000000f673fdca728d0722b0986a07e956a44121fb85169be8db7c0e4c43b1 0.00 MB 1 0
21,787 21,787 0000000091fd3043b17772ee1bfd688a4acdf7d4c21b2e2c564168f513a5099e 0.00 MB 1 0
21,786 21,786 000000007499aabcee6b113bd46e307ff5ee6ec2de1606bf7a940e13e357d826 0.00 MB 1 0
21,785 21,785 00000000ff28d5088230cec63270dbc14e5acfc7ccc2c33c2e177668a188e855 0.00 MB 1 0
21,784 21,784 0000000019f1ca504488d79fc06e258c73f0b1a8682e052ab0a7c075d0b64172 0.00 MB 1 0
21,783 21,783 0000000009efba86dc7c963c97ba4ca08a3cb29f5361069b5aa8bf8a18368c68 0.00 MB 1 0
21,782 21,782 0000000043f09a877ea7421ea6e3bd111b2a5615be7a6ae5d42309cf66cac2c3 0.00 MB 1 0
21,781 21,781 00000000b5965f5364427c7c4116e22bae7c714501d73526bcc8e2bd2a8c7ba1 0.00 MB 1 0
21,780 21,780 0000000040841b418bf4be3b12e07dde0a40a5e49fc7ffc62d7e8af928514f06 0.00 MB 1 0
21,779 21,779 000000001141c8619be72fa7fa33293ed7b155a48f8e0706644d3a7933e3a3b5 0.00 MB 1 0
21,778 21,778 000000008e76a8e475812cd158dbb8efda3419d0e3101e6062c0a6e141e080b9 0.00 MB 1 0
21,777 21,777 0000000018a4fc0448d159935941ae41f12f7c2539ed58189d1625a652e14c73 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.