Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,804 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (827,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,875 82,875 00000000002eb7b664917c1c535e578d4f63fb83f14b996bce38bb4ebfaf2b66 0.00 MB 1 0
82,874 82,874 00000000001030bfe18d81c524ed00c4037efbe877ef93a1e8647f296fae288a 0.00 MB 1 0
82,873 82,873 00000000000ecbde2535d1fc3d6cf5a1665bcb77542dbe4943ced7f455f14e2a 0.00 MB 1 0
82,872 82,872 0000000000175649baec38bcf6bbe2d680d23b39b5f6a9c140a2a52bf2c96a21 0.00 MB 3 0
82,871 82,871 00000000002f9c25111932ed2a71473409af10112fa961f17af9e4873a78fdcb 0.00 MB 1 0
82,870 82,870 00000000002acc324489fd6ebee18eff1724295192e573a8f28cb53f092e1b1e 0.00 MB 1 0
82,869 82,869 00000000002e6869472f3106bca2c9ccc2b9334c07a3d72595fe38f37db6c44f 0.00 MB 3 0
82,868 82,868 00000000002c26c5eeba47bdfeb99f790ee8dec2b5575237f3fd389667c295e6 0.00 MB 1 0
82,867 82,867 00000000002e6e6d22b84db78c14fc19a2197f8404042b9255e4abf11fe298c6 0.00 MB 1 0
82,866 82,866 000000000026c9a3054b5d3a86300b5d6d1f9c72e1697aea440e9a3a9a6b17da 0.00 MB 3 0
82,865 82,865 0000000000066179bc7bbec2ccff550800ca31548049c0049b98308ae38aeaab 0.00 MB 1 0
82,864 82,864 00000000002b450a356a74310e16a709bc2b15f3d95462e5b07ff3f386f86be4 0.00 MB 12 0
82,863 82,863 000000000012f3cedb76607851711c93b973026d23e910bc77f12445711c6b49 0.00 MB 1 0
82,862 82,862 00000000002cd66a55d4593b2c88bbe5ceeb4e9801ae0208d4c7351703f04420 0.00 MB 4 0
82,861 82,861 0000000000073392eb642bcc0b26836aa5b57c814a88e7ad38a1de274299ba6a 0.00 MB 1 0
82,860 82,860 00000000000786976d58ea77087db42fa0dfa707a60440f6e2aae625cb1c3aa1 0.00 MB 12 0
82,859 82,859 00000000003181eaabbae8523ecd60bc57d8356d408f98feff63da4fed48c427 0.00 MB 8 0
82,858 82,858 000000000020c9828a31712ea0fabb4adb1ca5eac19dedadb8675375124b6232 0.00 MB 2 0
82,857 82,857 0000000000042072cd1842e76bc7a7ee716bbdad4627bedef3265790a0e1ad9c 0.00 MB 2 0
82,856 82,856 000000000004c64b084f32f73a9467ce6c233aa0c58590ce98c6d7b691abaf3d 0.00 MB 2 0
82,855 82,855 000000000005eb102897444263b1778dfd3cce3fac31382ae43b8fd659e9e260 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.70 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.