Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,117 transactions (1.36 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
909,684 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (884,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,648 25,648 000000000503d71e5fa5d90c1817fff79617936f27d31ec66242c85e5bab2ca5 0.00 MB 1 0
25,647 25,647 00000000172aef8e8f63589e7f0ae34b4b5c8d58b478341ff15cf36eebe459aa 0.00 MB 1 0
25,646 25,646 00000000ff52f34c330f65c0b5b850fac5c5a3e7eb687761a3f55e0ba8db263d 0.00 MB 1 0
25,645 25,645 00000000b645edf7507e6dadc1d85a83bea5d3772c4e1fcdcd2d7ffa92d255ca 0.00 MB 1 0
25,644 25,644 000000006f3e68fd75ada985ab6bf64681ca6714c735f1c8df1774b35b0c31e2 0.00 MB 1 0
25,643 25,643 000000001b89a27e6d3978c237600cf2f115f1aa4ded57f0b67a2f4a3525f9db 0.00 MB 1 0
25,642 25,642 000000008745ef751c272f9ea61c648d877ead8a3bf493ad375f1748c4bce39e 0.00 MB 1 0
25,641 25,641 000000004312b6c638448acdfdc6f0ccef5dc1c187333fe79af503835ef4159a 0.00 MB 1 0
25,640 25,640 00000000603c0671e960f7fc2c1efb656706f5c5745db5e09db7d5fcb26813ee 0.00 MB 1 0
25,639 25,639 000000005874c7173fd7c5df9dd0df97e2a192ef70813ad27f29907e7b6a01fc 0.00 MB 1 0
25,638 25,638 00000000e3bc439957829255d3083804afc8024fe3fefa00d9a39a0c331206ad 0.00 MB 1 0
25,637 25,637 000000008b19d653497ede3be4e355d9114aea27d7feb3aa3b271c79cea09b5b 0.00 MB 1 0
25,636 25,636 000000009617fc004729a4dca2bc35c9e00188122286a9c7429a33dd3c554321 0.00 MB 1 0
25,635 25,635 00000000ea10ff3e4ca9d38d24cea62cc9e316aac2e580931bdb9d694894cb87 0.00 MB 1 0
25,634 25,634 00000000e5981f7bc0c49c1147d63c786c0625bb96c1467465b746a99f88ed66 0.00 MB 1 0
25,633 25,633 00000000bcbb459e5d3f8e4c25079cd83358e6d9e651e90fce056227e3edfe5a 0.00 MB 1 0
25,632 25,632 00000000874e47ad218729eea0d03a554c73ea2d8d3683a837ba885da0320039 0.00 MB 1 0
25,631 25,631 00000000233bc1d2cd636126dbc7da0bf4d332d6ee4c0cf704a566cbe0effe3d 0.00 MB 1 0
25,630 25,630 00000000bbc0b364bd5c200c6f885d788442e9c40d709bdda55d3a1a7ef7677c 0.00 MB 1 0
25,629 25,629 0000000044fa898838f7d7da4d717485a746b6c48420e590023db554577e9333 0.00 MB 1 0
25,628 25,628 000000004409dd3f68d655f418d0d3353e7d10921c8a864ad96296921ead9b0b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 111 incoming
  • Data Transfer: 2,144.05 GB sent, 112.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.