Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,712 transactions (4.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,108 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (856,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,643 53,643 000000000cb7f191f0234d31694035dfddc0c21e2c13283d68ec7bb45a3053e9 0.00 MB 1 0
53,642 53,642 000000001623d40f370f465a89c383a13099e82831311fc7d8dd9db35a9589ad 0.00 MB 1 0
53,641 53,641 000000000cb2ddfbc7d102f3955ba3088ed08127198937ca262f6f23b102f07c 0.00 MB 1 0
53,640 53,640 0000000006228f8d729f16b7313c908000fcfe853f1c9728ec5f8f3f8ff4fa2d 0.00 MB 1 0
53,639 53,639 000000000e4d68af100f7d56df3dd91fbc2f2a0ed4443206d3323a7303d4ad8f 0.00 MB 1 0
53,638 53,638 0000000002da811bcb2371cfc17dc65cd3aec56731c9d43b9acc024cb6bd74fa 0.00 MB 1 0
53,637 53,637 000000001182aaad686982c13c8c1fc8ad7857d140dce72ab128907ca3528339 0.00 MB 1 0
53,636 53,636 000000000a7e7cde41b9187b4e558b627cbd8a664ac3d93589136c45afded0c3 0.00 MB 1 0
53,635 53,635 00000000040630b852340213b7334971b080a2c517fae55cf0857ca9d34c9f50 0.00 MB 1 0
53,634 53,634 0000000007a17ab99b2fe177a5f6af8e82bba4bca058bf5004fae97b8942a055 0.00 MB 1 0
53,633 53,633 0000000010f9e4d5cf6ef478b1c38c21b1ef41536f4ca560ca8442df996fdef1 0.00 MB 1 0
53,632 53,632 0000000007e3599bd68f98d157d3f20c2f7bfd20425e75e4f240601136721243 0.00 MB 1 0
53,631 53,631 000000000a092c00132d96afc15c71f4d9b7102a22aff200e379652823bfd0c7 0.00 MB 1 0
53,630 53,630 000000001537a4dadf2d047f6d9ab84d182c9e7042258226e461d7d41dbc0298 0.00 MB 1 0
53,629 53,629 0000000009f7c57f804cc3c169482fe1617537d1c01f249d675e22bd0fb0e542 0.00 MB 2 0
53,628 53,628 000000000ee9ab024b0b9d6405f8bc06bbae3af1b90056b170c8cd4b82afac43 0.00 MB 3 0
53,627 53,627 000000000c77dff580de9e65863c9f2cd9ac5e2b86d562e641a324455f44e3ef 0.00 MB 1 0
53,626 53,626 000000000b3a87fd5d74921eb38311650c84e71796c0bb631c7f67795f1d9d22 0.00 MB 1 0
53,625 53,625 0000000003abeeae0f0b7c65794f798ac189eba1b7c877b6a81eaed3999cb06b 0.00 MB 1 0
53,624 53,624 00000000066c3c61d96d63fa6edc63e7a0be688645fbf2593840a14a89c88d4b 0.00 MB 1 0
53,623 53,623 00000000099a3488a1b454c701a22bb19841237c684666df15ad1b4f21742aec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,153.42 GB sent, 112.56 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.