Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,261 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,786 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,261 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,785 (106,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,800 804,800 00000000000000000000b90df04ff646ed292eca883077445b59ca06c8d921bb 1.33 MB 1,569 9
804,799 804,799 00000000000000000004e76ec4652f8e49d005a5a1c44bd2caae0a6dd137851a 1.67 MB 3,320 14
804,798 804,798 00000000000000000000f3d5c009c91a39b4519eba69c143bcbe40e5d23f7a2d 1.30 MB 2,873 30
804,797 804,797 00000000000000000001ec6a803aaa82a41245bfd33a7652edba6c3806bfc9f8 1.42 MB 3,093 12
804,796 804,796 0000000000000000000052b63be93b66258c6482040031c270da86dd4c4d4bb1 1.48 MB 3,212 25
804,795 804,795 00000000000000000002c98c332fd346160c70e8ea09e2c212391d0b46f458e6 1.65 MB 2,764 12
804,794 804,794 0000000000000000000417948e364c647805f4668b6385c2a002f697e13772a3 1.39 MB 2,127 14
804,793 804,793 00000000000000000002aecfbe1fb51a5c5194aa4dfd57894b23ac2c495312dd 1.91 MB 5,194 8
804,792 804,792 00000000000000000004089e9d9d4f0ea035101660fd9cac317f85f1e6a4d5de 2.11 MB 6,413 7
804,791 804,791 00000000000000000001b5a9bd8a945c3df1f35377032c39e9368ad971370de3 1.88 MB 5,234 7
804,790 804,790 00000000000000000001fa66b04146c42488faea9d80ea1a17bb1cad4bab8ec1 1.67 MB 4,221 12
804,789 804,789 00000000000000000003ebc45629777b29edd27ffe742ccca5effe02988a87ed 1.62 MB 3,877 12
804,788 804,788 000000000000000000020895a638946593195ab2e1d559299585ebcdbfccdf0f 1.77 MB 4,899 12
804,787 804,787 00000000000000000002814bf14cc4b1496ad67f571ec21de0bf65dde67b39bb 1.97 MB 6,040 7
804,786 804,786 0000000000000000000494b096faeef6311898dca5abc8960a96fb264687afbf 1.86 MB 3,285 7
804,785 804,785 000000000000000000043984fd7ba228ec876f1988f9e1ae0efcb7a04ab42053 1.39 MB 1,679 10
804,784 804,784 00000000000000000003c9ab4f587d908e8a3cd579aad04bcf8bf888f2d53cb6 1.41 MB 2,762 15
804,783 804,783 0000000000000000000270988e60fd8e92f408b81e5b68baccc5b9e9b892d257 1.59 MB 3,363 18
804,782 804,782 00000000000000000003ec93d58298f7fe2bd48d3a94c8e476ebf09ff7c5300d 1.69 MB 4,190 7
804,781 804,781 00000000000000000003d2586235ab07dd1793d04c1ed7000830f6156e78996e 2.17 MB 7,266 6
804,780 804,780 000000000000000000008311aad59543b7bb73cfab9cc91c119691f59bc2ddd8 1.81 MB 3,397 8
Previous 10 blocks ↓
Total Size: 776.69 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,440.63 GB sent, 131.99 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.