Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,268 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (854,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
57,599 57,599 00000000042cf3110ff059a0db37d78448d943a4cd2957fface8d6b1d01acc98 0.00 MB 1 0
57,598 57,598 00000000051565707437c6626a8f88c92fe9decaf4c19f0c1b77558d3bf03aac 0.00 MB 1 0
57,597 57,597 000000000315e44f5f38c06f06027418b5014aeeda3c3bc79172bef0cbb7f901 0.00 MB 1 0
57,596 57,596 00000000098343d96fad6282293c6c503d4bbf685b13e1e534e5e2fb6d4bdd34 0.00 MB 1 0
57,595 57,595 00000000041e1450d998a1a9859df5e2de39596dd42610977d95b3da0d6b9088 0.00 MB 1 0
57,594 57,594 000000000aac5bdf11b3039bea2407a3c4eb103bdd6b089f47d8b6d35e934d9b 0.00 MB 1 0
57,593 57,593 0000000006f57efc5f7a079a2161d1b45c0164e050abb888516ab47f35b7c078 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.73 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,451.09 GB sent, 132.19 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.