Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,612 transactions (1.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,066 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (870,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,775 40,775 000000005341e7c62d51569d1b9bd16acc62a1e2d32c27e8c20bd9a201dffa9b 0.00 MB 1 0
40,774 40,774 0000000060101bb38ed8d33fef7b13cd2561a07cb2446d5f670548167adfa5c8 0.00 MB 1 0
40,773 40,773 00000000307ede5f65fc6e107043d58a658a665243fb7d8144bb17a66a243e25 0.00 MB 1 0
40,772 40,772 00000000117767c21e2c72c6b671576c80dbf187598dbe5da61f3d5390730fe5 0.00 MB 1 0
40,771 40,771 0000000003bcabfc2157f41b3bcecfbbd3727e9a5902541880ee68f72aceee3b 0.00 MB 1 0
40,770 40,770 000000002ba9ebf768279776579598a37ff8e96a1d200a54e0a0a6a111147a6d 0.00 MB 1 0
40,769 40,769 000000001afbd333aff4d5b7784b2f20932eab6efb0b2bc8e32b0a505801efd2 0.00 MB 1 0
40,768 40,768 0000000018bc1e39471ae20374089099b48d5dace666eeadd653303bd6aec3b1 0.00 MB 1 0
40,767 40,767 0000000035176005578fcbb37927ac13f31f8299a5477b8e91ea1a0da80c6bac 0.00 MB 1 0
40,766 40,766 000000002112c4ed27bcc85b999d47825dfdff654938ebaf49fc764a56d1ed14 0.00 MB 1 0
40,765 40,765 0000000025804316c62277a27a7f82bd274abc9e974f74e900469fd551cef22f 0.00 MB 1 0
40,764 40,764 000000004f6f49b8a35b5bd9610f4b804ff7b5c8cfd3e7b090a055b8089c603d 0.00 MB 1 0
40,763 40,763 0000000035e65aa8462c4d0b1df7e382003f343e9a75f6dc9b2f397c371e1eb0 0.00 MB 1 0
40,762 40,762 00000000153a1888c257b31bf0ece79a1dd39e4ecd07d1578eb9d51fb615f2ba 0.00 MB 1 0
40,761 40,761 0000000033230e1100cde6f4eed4048efb98a7a015e1d8e638001dad3401a624 0.00 MB 1 0
40,760 40,760 000000002996b4d06defc93350384a4f2d28e47311d26780db7e9ee0c63a75bc 0.00 MB 1 0
40,759 40,759 00000000404cd5181f5c837ee897e4ed9c8323f75b249c8e4fb4b3059813d6e3 0.00 MB 1 0
40,758 40,758 0000000045232649b37d35d95dc63e6ce2a8fc64c2b46dc100093d03a4c104b1 0.00 MB 2 0
40,757 40,757 000000000c9d25dffe0a53fd6c61b51ef6f3a5d071eb1e24b700a61e253b0ed1 0.00 MB 1 0
40,756 40,756 000000002def9dd8cd01e506a625c9c587c6e918c470bceb3c0efc9776d1b068 0.00 MB 1 0
40,755 40,755 0000000005b56d2c680e94f1761a35bc55085a380fb04e28f1769c73128b6106 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.