Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

757 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,905 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,904 (349,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
562,123 562,123 00000000000000000004f50e0a9e9fd1711237af41320469e744b8cd433f7edc 1.28 MB 2,630 9
562,122 562,122 0000000000000000002946d0e58a769a753efb2f14ed114a081741d7cb6be871 1.20 MB 3,203 6
562,121 562,121 00000000000000000017ac159c38446916ebaccc731d0e1d7b8d370f15fc8380 1.22 MB 2,861 18
562,120 562,120 000000000000000000081f685fe0ce144d9e07b0f89f514cd0f6cdd92bd743bd 0.00 MB 1 0
562,119 562,119 0000000000000000000642b7001e1f9beaf0c6ee7374c6fabdb552ef58ebc0ad 1.23 MB 2,817 25
562,118 562,118 0000000000000000002f4c92782d1bdc2b125c0ee1634d7eeec8aef4f65354d2 0.20 MB 575 10
562,117 562,117 00000000000000000026316c811678dd2056665845ecc0a08599f3c1b4cbddfb 0.68 MB 1,612 8
562,116 562,116 0000000000000000002ab9bd0d2815c726d74067c29899374b4b3cb26b2c09a4 0.63 MB 1,902 5
562,115 562,115 0000000000000000001bf34f887e9c28a2e12bc67359fd3fec679e82cee765f3 1.24 MB 3,079 13
562,114 562,114 0000000000000000001a52b04b7d4645f24e8d861ce62d02570ccc6afe1f9ba6 0.53 MB 1,421 9
562,113 562,113 0000000000000000002c4423614eb8f8764b5e830cb939eddd5c5eb30fb9ab18 1.15 MB 3,140 11
562,112 562,112 0000000000000000001bdae1c0872d29073493ae5fce375c0be538d8b4819e4b 0.40 MB 985 7
562,111 562,111 0000000000000000001361891fed06e1709fe3e86d8e3b33921d089f3d71549d 0.17 MB 500 9
562,110 562,110 0000000000000000001b2b683ef9bbd9737b8280d85e58c13b4409e575a6ad87 1.18 MB 3,216 9
562,109 562,109 00000000000000000027c27e374ded6820ce37cf828a0051777b3bda6441b26e 0.51 MB 1,399 7
562,108 562,108 000000000000000000162b76b35786acee2c210456cbd6a7ca8a3dbf7a8a588b 0.36 MB 773 10
562,107 562,107 0000000000000000000255327f2b8d98fd8f91d115bd44daac2340055a48e055 0.43 MB 1,128 9
562,106 562,106 00000000000000000016d784e5651b174a8b93f6b6d1f2353000e85fc172064a 0.01 MB 29 13
562,105 562,105 0000000000000000001b7ec215bc8d8a74e010cfba126392696250db39ee058e 1.05 MB 2,608 9
562,104 562,104 0000000000000000000b6c3df9ddeb8155f58a100c5946cf9dfe2f7b3f3b416a 0.37 MB 828 10
562,103 562,103 0000000000000000001d18557355f70ccdd1110bdeff2f856774970150ec468e 0.40 MB 641 6
Previous 10 blocks ↓
Total Size: 776.91 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,479.99 GB sent, 133.02 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.