Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,993 transactions (4.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,874 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,512 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,873 (832,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,743 77,743 000000000060033ec07449cbfed5890f89e8464efad9ec2901e93c15c5e51da5 0.00 MB 1 0
77,742 77,742 000000000030f8c83c12891c36de917b96629ee839c8dafd010a42efe764941a 0.00 MB 1 0
77,741 77,741 000000000013bca386261e4ba17f7147dd053acd31b1a0f46dfd90ecf11782b3 0.00 MB 2 0
77,740 77,740 00000000000401bbdc16d29e44762a43a6744384557a13c02321893f8cc8f39a 0.00 MB 2 0
77,739 77,739 000000000058ae3a29e5faab366d26e4515a0e37085b1cf01864324f9fdae5d3 0.00 MB 15 0
77,738 77,738 00000000004207c88ca00bd17e95fdf5d9bcedd829e06ea3d55c8f90b36ca259 0.00 MB 7 0
77,737 77,737 0000000000335b52ddaec57bf2696622cb79d6705fefddcbf8e7e798e547372c 0.00 MB 1 0
77,736 77,736 0000000000658d6d189643edf4f3bff2a77eb427b8da5034b9ae0f41e33c433d 0.00 MB 1 0
77,735 77,735 0000000000012c1de494ed5f79d1f8258d961d4e0bba0d16258461485c700423 0.00 MB 1 0
77,734 77,734 00000000003b3f35dff1d77cdd7d4b136b4bc1b4afbd995f9a2181b358cf64b2 0.00 MB 1 0
77,733 77,733 000000000016a05e8f9720099386684e652d8f57434344f28ac3f8af036b7ee5 0.00 MB 1 0
77,732 77,732 00000000003698bb9360da6cbf9f9851fdf3d7cb4d043b337302ca834a17bde1 0.00 MB 1 0
77,731 77,731 0000000000215ac6f09ac6e991e7bfb110954069a51f80af10acd5933432fe84 0.00 MB 2 0
77,730 77,730 0000000000308744dd58786247916651fb2de5daf914c21aca4ab5ff99ac29f4 0.00 MB 1 0
77,729 77,729 000000000054c3bc15eb112bdeaea44609abcb7ebfa1fc53ab787d01fd25b635 0.00 MB 2 0
77,728 77,728 00000000004b87d8e5fe59b7e8b609dcc56680a1d4d061c2ed0a46a6d55f6818 0.00 MB 1 0
77,727 77,727 00000000000eec9fade4bc2a49f8bc379fe6b1a58d9817d0c8c356ea08413570 0.00 MB 1 0
77,726 77,726 0000000000232f019aecfcd48d82030dc55ac82286e5d97006a3ca9b25870fd0 0.00 MB 1 0
77,725 77,725 000000000018b9b4a48d5088b7790751c564902a5e2c3a3319b3e1b787a4c704 0.00 MB 3 0
77,724 77,724 00000000003db2ff8895afdd5b8650c5fec95d2c53287d3345de34639b071eb8 0.00 MB 2 0
77,723 77,723 00000000003d93c63221fc13ffd3a2d986e39fdf0b4bffd2e3b5cb351b116f1b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,168.73 GB sent, 114.20 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.