Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,403 000000000000000000022b910000000000000000000000000000000000000000 360 0.00278266 BTC 0.10 vMB 1.26
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,402 (884,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,194 28,194 000000008f8bb89202380a361e2f3f8a36cf416084c139382de1b507a7369b95 0.00 MB 1 0
28,193 28,193 00000000e75e9b5efe12fd646c5e74a8f16e5c341c19159824437885f1aff76f 0.00 MB 1 0
28,192 28,192 00000000d7762b3928acf29b09597efecd025d5bc64f4f802343bb6ee52baf84 0.00 MB 1 0
28,191 28,191 0000000037079bfdbc809cd5cdc5370838b479b35a316f92fbe6528947544bfe 0.00 MB 1 0
28,190 28,190 000000002cd2cbc640b578912268a1ee753a0fbd9dc228ef964838567c2e5f00 0.00 MB 1 0
28,189 28,189 00000000fd2e95b64cce5adff77f3e1c97d555b4cea6f73aa37a01b7384ec064 0.00 MB 1 0
28,188 28,188 00000000b9f8f2da4d6cafdf71bea8ab4017931602fc9f46ba5b2464e1aa1973 0.00 MB 1 0
28,187 28,187 00000000e8de0b7eda4408ba90da29b7d54c3916fabbed72df8af888c285d13d 0.00 MB 1 0
28,186 28,186 00000000da7cf014fa92bee551e3f24d8d7b00576599678ccbf992b9cafa7662 0.00 MB 1 0
28,185 28,185 0000000063761e72826efcc7839b8ce69c1e1986e97cb451bb73a28cb1bd28f1 0.00 MB 1 0
28,184 28,184 000000001eea3c1c5464bc89fce766f4eec0f0252d14efe53e55c1be433ba39a 0.00 MB 1 0
28,183 28,183 000000006b2d3f9b5c4769513d162d5455d5a0dfad27f24232fc49e3473e08f6 0.00 MB 1 0
28,182 28,182 000000005bd5f91d817bc5a56203b6da85a240d9ee64b8b83ada6d6f02206616 0.00 MB 1 0
28,181 28,181 000000008f87433302a1c34e2ce581dfb308ed8fd39817218b6ff7c786d26696 0.00 MB 1 0
28,180 28,180 00000000e36aa82c81b2f92d1d54e1a7bb037912e3c2dd43fa934afc33ecd2bf 0.00 MB 1 0
28,179 28,179 00000000a4d021c1cfe752fd596819b97782df1317326024492f806bfc9601f8 0.00 MB 1 0
28,178 28,178 000000007acf5eec5923aad812de7caca0f8d9913084bf30d72bd034f6fd057e 0.00 MB 1 0
28,177 28,177 00000000914d23b87ae895422999da060318241ba81a0fd505c4ca1c43012582 0.00 MB 1 0
28,176 28,176 000000000047358d0fde5d7dbd3e76e02ced8820144c5cda86c4500c07034b26 0.00 MB 1 0
28,175 28,175 000000009953018f599db592c040cec66f994bc716b751adbfdd6297c7a08547 0.00 MB 1 0
28,174 28,174 00000000b557b2c0fb5fa1666a1ea8735446e1d07cc488b5f8b25f0d7e5b2129 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.98 GB
    • Received: 137.29 GB
  • Uptime:

Notes

  • 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.