Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,854 transactions (2.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,245 (844,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,326 65,326 0000000006afa7a809696462fea8cf60d7e75e526f03c7bed0d34b156bae245f 0.00 MB 1 0
65,325 65,325 00000000062edb7cd61de6ff742ec7a21ca04fcaddc9c0093d17286a52515df1 0.00 MB 2 0
65,324 65,324 00000000069ca3c88b4da03657d1bfb9534d44b22a009e2665abe0cd2a6d2c9f 0.00 MB 1 0
65,323 65,323 00000000009832028180682699d751b419d4b6aac564f578dc5a2a6acaa21091 0.00 MB 1 0
65,322 65,322 0000000000386a1810a94656b25e7666abb396eada9c58612f03c0868658f862 0.00 MB 1 0
65,321 65,321 00000000047f2066b6f1cc1a7a36277f9fa8b4a274a511c8f5eb66fe510ac2ee 0.00 MB 1 0
65,320 65,320 0000000003ac27de436c35751f7e23c42d0b8f43b0ac63d387235516c1d36906 0.00 MB 1 0
65,319 65,319 00000000039fa92d421d36b011b909e2de47b4123034aefc5bcc6edf74305354 0.00 MB 2 0
65,318 65,318 000000000895ff33ada3e82825af06257dabab81e9a99c2f294dfdaa23df912b 0.00 MB 2 0
65,317 65,317 000000000765b385a51eccfd2af27f8554cd1c732919b57e2f9640ebf24e2d08 0.00 MB 1 0
65,316 65,316 00000000081fc8b924f27c0110dcba61b57f3b4ef53cddef7321dfb089adae5b 0.00 MB 1 0
65,315 65,315 0000000008379b6ce585b2289ebceff4d3ece4f78321b300ddba48972dd111c0 0.00 MB 2 0
65,314 65,314 0000000007176e256a722cf663c0df81f7dcf04bdee932462d3ddbd51f131812 0.00 MB 1 0
65,313 65,313 000000000625422286f899a5b6a1df16fdf6cf92bce2a80cdce5eeac2b94b372 0.00 MB 1 0
65,312 65,312 0000000005f50ef6a81201cec2ceba25ff4e34a6d4a96680ace9e4b990b4632b 0.00 MB 4 0
65,311 65,311 000000000a07c10d36820e0c070b2f262549db3b1694f504717b10aa36337d32 0.00 MB 2 0
65,310 65,310 0000000009efc92e23b8c23300186032dbd790fc2a049e9d017e422937e18992 0.00 MB 1 0
65,309 65,309 000000000921e1dfe8d65e25ac86737dc540dda709b29e2d4bb33cdbfca98445 0.00 MB 1 0
65,308 65,308 000000000a4f246f930c0edd68f48c2df6ddce78159a804db85f63a36d93a9ba 0.00 MB 1 0
65,307 65,307 000000000605fe14724f987f8f2cf2e8f84bde240aec4374c92d9d29c5f9d50a 0.00 MB 1 0
65,306 65,306 00000000065bf67dda38301b8c3781d788c5978c42aae85b6cc76cc8021b31cb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.86 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,213.48 GB sent, 117.87 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.