Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

563 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (839,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,661 71,661 000000000003e72fb24a548a8a0413dd6214445817c742809ffad83e2ef75310 0.00 MB 1 0
71,660 71,660 0000000000df9e0ad3b6b5dbc33c7235320d2036d116ae1348b196ccc6ebe3e9 0.00 MB 1 0
71,659 71,659 000000000039484d9640ea58abce220bc9acafd2455814a073bc37f51dacfb88 0.00 MB 1 0
71,658 71,658 0000000000ed3681bcad4741a1f5ce3ae893847b4214b9e2412a1a3a0f559de5 0.00 MB 1 0
71,657 71,657 000000000031935baea2bce662d548bca78e88c9755995526521c684bd05c796 0.00 MB 1 0
71,656 71,656 000000000032a25d4812b3697a95a44e788679a46171f949793c9d712eb5ef62 0.00 MB 1 0
71,655 71,655 0000000000f637c5197c22a071f719c73066293d28eb6f2f5f9bdc443a3ae817 0.00 MB 8 0
71,654 71,654 0000000000b2db63f9427799507846d9a089eec3b266824cc400cf9e64e340ea 0.00 MB 2 0
71,653 71,653 00000000008195e8ec1599052a1dab08d7011623827e59ae80c0e6dd616d26a7 0.00 MB 4 2,583
71,652 71,652 00000000000c91b9887a5bc7d3653affe72cc8ebbf6164452111649f9ddc4431 0.00 MB 1 0
71,651 71,651 00000000009a67e278358d3aca285f8402a46247757bc93688ba215029780fe8 0.00 MB 2 0
71,650 71,650 000000000042002a343c677bf704c85ed0f4762906174bdd5a21f872c08d0a71 0.00 MB 6 3,355
71,649 71,649 00000000006f139b451afa232e515d338f496cdb12b1006d674e67d6f6e20454 0.00 MB 2 0
71,648 71,648 0000000000165e976be41e049dfa3dedc0ee393d45600685cb4333181b0e23e1 0.00 MB 1 0
71,647 71,647 0000000000b9d30a926b441d18e4e9b1333eaba075a5a475f42de6e206971dc8 0.00 MB 2 0
71,646 71,646 000000000107135d7d41f11b03a56c187106518e974402189d78d1d99d0b20aa 0.00 MB 3 0
71,645 71,645 0000000000c3dac25f2cbac7b4953862f2810a30e9dac8da7b2289da2e2e28a2 0.00 MB 1 0
71,644 71,644 000000000005790336950bd56c262070c0ed24c64406c49efcf2abf89100f7aa 0.00 MB 1 0
71,643 71,643 000000000011aca0a0fc442ec3abe823289b4b71eae7738064ab730251672fbf 0.00 MB 2 0
71,642 71,642 000000000075d2f7895650177fe7377e0c4db3d3a68ec0621cb2d87e1fc1fded 0.00 MB 2 3,875
71,641 71,641 00000000003c571e33a8cba77047a03cbc0f908d5c499692cd442effaacc68be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.95 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,334.50 GB sent, 123.46 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.