Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,951 transactions (0.78 vMB)

Priority:

  • 1 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
911,790 000000000000000000022b910000000000000000000000000000000000000000 0.78 vMB 1,943 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,789 (854,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,620 57,620 00000000156e70c71f7a46c085bfc02249e0af95d4ff798dfe5d4eeb604e107a 0.00 MB 4 0
57,619 57,619 00000000095d7bf1ec394b8f9226c2a4b22de280a232fc375b3c3fc36770a93e 0.00 MB 2 0
57,618 57,618 000000000db51c803d240d713bee75130cb79ada231847378b7424834901b78f 0.00 MB 2 0
57,617 57,617 0000000012e49c2e51b84bcae1d86088bd4c106f2ca2fea7785e6d9b8bff6bcd 0.00 MB 1 0
57,616 57,616 00000000077cf773f3efa6a248c275103b1c2b9c827192996503f7da4c27c9fd 0.00 MB 1 0
57,615 57,615 00000000053d8e31a6643c8755acb6ce09674a88262eac774685311c6b895132 0.00 MB 1 0
57,614 57,614 000000000590e9c89a25cdae71ddf9d99692b561968651132c623869af05fdb3 0.00 MB 1 0
57,613 57,613 0000000008231dc50b53aa171d269be0aa5ac5aed55e8752f246549cef167af2 0.00 MB 1 0
57,612 57,612 000000001298fb8c917e24bc6536032c3b24967094a5c95b794a8804c9367b61 0.00 MB 1 0
57,611 57,611 000000000f670ffb182faba91193f4790d43f2484fb39b5a210f99f53b161ee2 0.00 MB 1 0
57,610 57,610 000000000ff84c88a0301a4e6260af9d8e52816a96b9f1246e1e834f1f114c0b 0.00 MB 1 0
57,609 57,609 000000000d19ad159fe377d00084a1c945147370c55487fbae1717df8c0bfb30 0.00 MB 1 0
57,608 57,608 000000000c5266d39ccab322bb1e653b42beb50c26bc246d2286a7c73372c6d9 0.00 MB 1 0
57,607 57,607 000000000654788c43bf239019ff13a87cf08f3d39bb83d2f63b879c3045b48e 0.00 MB 1 0
57,606 57,606 000000000df15ce67bc1799ef2edae2433867eef6766f45318589402557efb15 0.00 MB 1 0
57,605 57,605 000000000bae386c3dc5db71035e7659d2d41cf2f06da889376ad5e4b89f3b30 0.00 MB 1 0
57,604 57,604 000000000e3d425ce0c18270acc1d8f78df8e5e91df4fb1b83e2e41e70836e20 0.00 MB 1 0
57,603 57,603 0000000012f53bca928a67775ee6d3ac10768101e75dfce09c5f04f4e659a6f1 0.00 MB 2 0
57,602 57,602 0000000014e9341b9d868db14e2bf6bea0c3cd6274df21fb50600e84243d697e 0.00 MB 1 0
57,601 57,601 0000000007842ed6526d4db659490818602ce9275ac9703a48db7459c92e4e37 0.00 MB 1 0
57,600 57,600 000000000eb6448e10b40fc59ad0b733ef4174f5d86bd0c6044da1969ddd6780 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.70 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,442.68 GB sent, 132.04 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.