Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,671 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.79 vMB 2,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (433,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,140 478,140 0000000000000000009558aea8c4c8e7205dc5fcfdcda270ff851deabc2f9690 1.00 MB 1,938 191
478,139 478,139 0000000000000000000ef666c43ea0c47f93060006f37ff7283171aa37dd862a 1.00 MB 2,293 38
478,138 478,138 000000000000000000fe8e2b339158f46048f1c1035df7e536e133dfd0c9e202 1.00 MB 2,105 61
478,137 478,137 000000000000000000f3096cfb726c26855d4590866178a7900903f06be7cbc8 1.00 MB 1,737 78
478,136 478,136 0000000000000000012026147a2e2786d802dc8a448018977e6a052c61e0c461 1.00 MB 2,274 198
478,135 478,135 000000000000000000b07856f98ae2126b6e2f42b2c4a0bd223362e40ccd4011 0.99 MB 1,531 109
478,134 478,134 00000000000000000100fe2a51116fa7e67b9e6bd04bbdd3f08d15456a15f724 1.00 MB 1,904 164
478,133 478,133 0000000000000000010762f2e3ecf563f74b3e428905d72769465d8c7db42543 0.75 MB 1,076 143
478,132 478,132 000000000000000000fb6ac664d48d5ed9519a9d28caf32b60045727138bca75 1.00 MB 1,257 154
478,131 478,131 0000000000000000009ed58b099966821d3a946212af5ed638ec6ec372b268d6 1.00 MB 1,678 87
478,130 478,130 0000000000000000011d31f5ad7cb5c4428b0aa6dab7d391982ab006889c8ad4 1.00 MB 1,884 184
478,129 478,129 00000000000000000040faf1e10a745b31bc7ca2ac611f2439bce955baf4ffcc 0.99 MB 2,046 123
478,128 478,128 0000000000000000014272b365c52bb1fda73e6d0eaee9f98edac981853e070a 1.00 MB 1,816 94
478,127 478,127 000000000000000000c57e326745c6df2f66f1bc9c2c4cc984091e26b3ed6f14 1.00 MB 1,945 127
478,126 478,126 000000000000000000ff0d23a15972ff8caa778ea8f27f7841e56cbfd5b0f297 1.00 MB 1,853 75
478,125 478,125 00000000000000000002e5b3eef8dcd3f39e181966cd30cea005ccec9ff909a5 1.00 MB 1,716 154
478,124 478,124 00000000000000000021810e3b237a26e604a27cbdbbfa7148de1f95fa2981ad 1.00 MB 2,061 102
478,123 478,123 000000000000000000d9c85d57d0e1e99dec50576efbde00aa5c5a815e191b68 1.00 MB 2,061 134
478,122 478,122 000000000000000000a80c4f670343f0b4a56ef9fee1e9089094fe3b97fbbd0d 1.00 MB 2,111 193
478,121 478,121 000000000000000000d917a205033d3ee15edc63123ce3b892d290463f209702 0.69 MB 1,325 76
478,120 478,120 0000000000000000013cd12d7eea8f2f8705b60663ec717af7e29f0bb4ba94b4 0.75 MB 1,261 108
Previous 10 blocks ↓
Total Size: 776.80 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,468.79 GB sent, 132.54 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.