Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

185 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,542 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,541 (11,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,786 899,786 000000000000000000000012d6c9dba0916d4692d03332281b14a83f200a7585 1.53 MB 2,094 3
899,785 899,785 0000000000000000000043f01b6ee88c56c9ad53b98061cf88577fb06765633a 1.45 MB 2,839 3
899,784 899,784 00000000000000000001cfd12dd40aa3c0cbd9f49494c0689df584ddceedb999 1.53 MB 3,118 4
899,783 899,783 0000000000000000000053d25bc249a3bbc1a4ee5eef1177981b7c1a3824f68e 1.58 MB 3,378 3
899,782 899,782 0000000000000000000181785d80a97d79f4937fc667563a14e19d03faedf509 1.34 MB 1,782 1
899,781 899,781 000000000000000000014a9f16149f6723505d2825993934585fe0f5df255e11 1.73 MB 3,051 4
899,780 899,780 00000000000000000001831e82d9c891f2b13194879a45d64cf4d023472d1e5d 1.55 MB 3,047 3
899,779 899,779 000000000000000000014c195ae2b2b3ce29b926d2154dab599b3e14d42b28cf 1.64 MB 2,661 2
899,778 899,778 00000000000000000001714575d541ff258cf7281bf09fc0cf4c461f4ed1dde0 1.62 MB 3,783 4
899,777 899,777 00000000000000000001709735c24a55fde5ae7010d87d4c5753fd80eeea8c39 1.57 MB 3,616 6
899,776 899,776 00000000000000000001dd69c4fdf712d446015ecff6da90e77b0c6e0cd7a354 1.58 MB 2,660 2
899,775 899,775 000000000000000000015aa04b6f6e31d7e18ae467923abfa716185a7e29aa8f 1.63 MB 3,470 3
899,774 899,774 00000000000000000000d31c370fcbdcd2baa44e1acb3f7b204151f5aa38b0a0 1.66 MB 4,183 4
899,773 899,773 00000000000000000000ff24f9c157e333716a98e7230c7da967ec90d2fd4f94 1.56 MB 3,921 6
899,772 899,772 00000000000000000002005f421fce184223c314a3018438ba4b3ef1923d2cc1 1.50 MB 2,048 1
899,771 899,771 000000000000000000000b1376ad7a1a1d9e65a851d563fd0c9af738e54a1fa2 1.69 MB 3,133 4
899,770 899,770 00000000000000000000379590873cb5d33d991f353a3e805b860414df7bb7db 1.77 MB 2,880 4
899,769 899,769 00000000000000000000b033627df904f31cbb9673cd12acc780b3143f8d50c1 1.63 MB 2,414 3
899,768 899,768 00000000000000000000aacec87450c8f510e75d308997005735390acb4e9c21 1.33 MB 1,635 2
899,767 899,767 00000000000000000000675965afb8580562f956f68b9107ea944586e8a861da 1.51 MB 2,454 2
899,766 899,766 00000000000000000000dc23151f3d683f58c3b6b715c322b7e64375956ddae2 1.59 MB 2,582 2
Previous 10 blocks ↓
Total Size: 776.24 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,413.74 GB sent, 129.85 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.