Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

607 transactions (0.18 vMB)

Priority:

  • 1 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
912,093 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 607 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,092 (881,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,079 31,079 0000000079de1fc530e6f5bae2085cfa4116ae0f1af74bad2e3e051c36ea8293 0.00 MB 1 0
31,078 31,078 00000000a8e6b7ef43c1620932808bfbd0cacd4a0131841733e8f3882773fdae 0.00 MB 1 0
31,077 31,077 000000006287c72152bbc075847141a7ed2857d7aec175045ad35d712e44f6be 0.00 MB 1 0
31,076 31,076 0000000062955483312ee28ec4181b91cbb524b3bf25d3140c72caefb8d8a68c 0.00 MB 1 0
31,075 31,075 00000000e55994d10b752a0523cdd4d7ba47abdd5d07a546c54a9022515ee7a4 0.00 MB 1 0
31,074 31,074 0000000049f01e25c4a55cff5e887c6429613363417dc0f347447e1f4a53bce0 0.00 MB 1 0
31,073 31,073 000000000264abfe687645bae07334bdfbc85f1a7e3e161a6b52ae67881d9c53 0.00 MB 1 0
31,072 31,072 0000000028077cd1ca3abf58fcb5667c18cf52ed802be2487b68620f4b97c308 0.00 MB 1 0
31,071 31,071 0000000058e6f9aacdba037bfcdb863377db94785eb4e7abd0eb59b9c5c5bdc4 0.00 MB 1 0
31,070 31,070 0000000040ac091305d6eded0a226af7b8d183888153e071d515e9d4a77387a6 0.00 MB 1 0
31,069 31,069 0000000038b8ff4514c663119cea51750f9591770a9d93ed0e043171acd764e1 0.00 MB 1 0
31,068 31,068 000000008657473de48f6edddf80ef25c904b554a802769397053847e4888af3 0.00 MB 1 0
31,067 31,067 00000000b91140c78bc75fd23632650de3054fee872e3e64ab9d71eb835afe61 0.00 MB 1 0
31,066 31,066 0000000077b13c2e8f5eb5f4c5518dd6bb20be9d1faa3e110f2b6f688c0290b3 0.00 MB 1 0
31,065 31,065 0000000009464bd7adc20e93027f864a315372b3bef8f5d9223f4d2b7495def2 0.00 MB 1 0
31,064 31,064 000000006a9e17b5ad5bd2ce542cca93e841d91f705c4594dbe5055b789a1a12 0.00 MB 1 0
31,063 31,063 00000000536b6babab06c549f0a37a723e491f8211f6900f5a4f254d8594e7fb 0.00 MB 1 0
31,062 31,062 00000000a3f041c79e53ba0ff7de4b630114a7f87487f2a51e9fb0048ef43944 0.00 MB 1 0
31,061 31,061 00000000e33d3f3963563073a81486866318cfe3413fd07a086c1316d6884637 0.00 MB 1 0
31,060 31,060 00000000c0de297da7ce6f7257fe4d64e690811cc1eaa27a88dd54f1872e4cc4 0.00 MB 1 0
31,059 31,059 0000000008b3e65124a064ea4f4c5c107feabeaf89f9014775e5a48213208c3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.25 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,523.29 GB sent, 134.61 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.