Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,797 transactions (2.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,132 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 4,094 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,131 (881,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,085 31,085 000000002f44f54e975ec9e21b50f84674cd85183ae5cbfe926ad3f1d03a8a7a 0.00 MB 1 0
31,084 31,084 000000005805347320aa0a3da659867b41b6d3f9c9f998ad159ad922c79c8f75 0.00 MB 1 0
31,083 31,083 000000004022c21bbf608b05303cc1ea458941ac60db1013880b028ea31ae075 0.00 MB 1 0
31,082 31,082 000000000d8b5b81be1995edb66eea4af5c3f21886c7ae64908e68eba17f31d8 0.00 MB 1 0
31,081 31,081 00000000911e547a60f23a171998355c48718df32c6b4bec4de4a7c51e9ec377 0.00 MB 1 0
31,080 31,080 000000005d1cba31162846980baba5d164e45b4261605003ee368b2ee3291595 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 777.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,525.73 GB sent, 135.06 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.