Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,805 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,370 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,762 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,369 (833,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,722 75,722 0000000000545450bb4602855e24500591896b1b9f84a2b5f0e1c3f853cc920f 0.00 MB 1 0
75,721 75,721 00000000006d20ed41e0e8165abc2682f299bf0c799b3b63abdc929d5230aee6 0.00 MB 1 0
75,720 75,720 000000000063e5d290982daed82f878ec674d42ebf3b9c8a6d93a67ccfe2e46b 0.00 MB 1 0
75,719 75,719 000000000026cbeba2c4007c4d8c650bdafe406a4102dba771e1e18fd874956f 0.00 MB 1 0
75,718 75,718 00000000001fd8c2a499aa794f2b715cef80b571509a48d1b31ac5e2f42d1961 0.00 MB 1 0
75,717 75,717 0000000000121c57c03eae0b4a235ad1cb13241aef7acdbe80248cb26dbd3aea 0.00 MB 2 0
75,716 75,716 0000000000590c648f9a7e4d4cee7969f17317d830f8f4736bf4c021ce67c038 0.00 MB 1 0
75,715 75,715 0000000000682d88a9fec90e7324b9b0db1c33b081732b91df0cc97d07a35059 0.00 MB 1 0
75,714 75,714 00000000007ca094f5c2caf41415c010dcd6ebc63d987bf97e33572a15ed0e6c 0.00 MB 2 0
75,713 75,713 0000000000654547a46c38e40665809d8cb82f87b2c0cecf06c7bfd6ed5901e3 0.00 MB 1 0
75,712 75,712 00000000003c1ebbcf234ca9f08f4232a582a28dd75b1a74167ca81775e7e9c8 0.00 MB 1 0
75,711 75,711 00000000004714e909472589cfd4582f61019dd22b8f39288f9266784500b5f9 0.00 MB 1 0
75,710 75,710 000000000072390ae5a0ed1be0d14d51dfc4773de2594397bfbd714d7692e911 0.00 MB 2 0
75,709 75,709 000000000033b715e6e7a3a0f4a4d0973d6942a0110219c2f6ae93dc5813f548 0.00 MB 1 0
75,708 75,708 00000000005a918bb6fc5a865246cd54efc6eb60190fd566c74dfbee8455a16f 0.00 MB 4 0
75,707 75,707 00000000005589edefce31f15dd3b835958d83c345ec9b178ae495bb9959a328 0.00 MB 2 0
75,706 75,706 00000000000d764a610b47e283b6267b6af99edf3689be4c00265ef220657137 0.00 MB 1 0
75,705 75,705 0000000000773795ae17279ad10e98bbcf2090f92148b1673b6d41dff51a966d 0.00 MB 1 0
75,704 75,704 00000000007e24c0b88dbe93fbdf6aefc2b32fb87aab37261eb9fea18bf12bba 0.00 MB 2 0
75,703 75,703 00000000003adac1e7b8d550cd5d5135c93fff487d9bfb00fa2d58cb444a53ba 0.00 MB 1 0
75,702 75,702 0000000000125b5d44a8a57fe03e5c06fe3d467dc90d0d289389274240dde770 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.22 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,068.66 GB sent, 109.27 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.