Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,005 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,000 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,999 (881,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,032 28,032 00000000848846b63f6a6843697920fcd3e309eaec5cbda94c2f88522b5199a0 0.00 MB 1 0
28,031 28,031 00000000d628589f740ec38c96ce584251051da6fe5618bca0aa5e682ebd2210 0.00 MB 1 0
28,030 28,030 00000000a5ff4a993656be34027df29651fe6f0af35ae11e6f81542327f3728a 0.00 MB 1 0
28,029 28,029 00000000a68c22ff08efb63fa0f85a81f3b3ec308ba7e35806b2ea9e260e9b1b 0.00 MB 1 0
28,028 28,028 0000000070c4f3d762ec3b749f276d2183df03810d3feda5b577fd2e2dc6ca95 0.00 MB 1 0
28,027 28,027 00000000c59e6ff110f3eac8f5a3a3f2d202817457bb5d053ef83f532353cef1 0.00 MB 1 0
28,026 28,026 00000000cf1c8c3b4517080556fb7c042b73b269f4affe7fa8911c1d1686d80e 0.00 MB 1 0
28,025 28,025 000000007f78aa737b5118128d56f3829afa2a48a2eb510aeb2c50e6b34f8d6f 0.00 MB 1 0
28,024 28,024 000000002c73dda25ec4c3518b1ba3216c00bfb66b31725a43a633ed75fd6ac8 0.00 MB 1 0
28,023 28,023 00000000dbfdbb59baccae9276cce41b824813e812167950abba69dff4373710 0.00 MB 1 0
28,022 28,022 000000009fd827da006dfc8cb5bb495b28d19c4937108cc214fbccd21411fb77 0.00 MB 1 0
28,021 28,021 000000002c66e705f7d5f07fbe57de446b2660bdeb1dd3e33814f92683140c2b 0.00 MB 1 0
28,020 28,020 00000000affcf35e91ff9a439afee5db90f44c157606152bcbc26f9d1e9ea2e3 0.00 MB 1 0
28,019 28,019 0000000074c0b80096c48dec72464f3fddc2e4c0e9ab0dffd18ddf0e683e1cf3 0.00 MB 1 0
28,018 28,018 000000002866061a3d5b8667142ce90d59f3821301e42466f4dc5bf6161f5f37 0.00 MB 1 0
28,017 28,017 0000000073e3c50162de3126efac2353534b6f2874c4f52278445a604397af6d 0.00 MB 1 0
28,016 28,016 00000000c72c14473fafc3f177cd7e8c1b7f62e57092ed53e7b9a9019a2108c8 0.00 MB 1 0
28,015 28,015 000000005954d02f3d5135c5d1f8386fbf599bb5f87955e277f364a53ffdfa6b 0.00 MB 1 0
28,014 28,014 000000006581b651a16b0197a9ba79107b339efbe6f674bca2819a790d83dd9f 0.00 MB 1 0
28,013 28,013 00000000ff3f3c1f161b06c7dfc5a6c47d31f41df12961cccb032ae1f15eb2fb 0.00 MB 1 0
28,012 28,012 000000001efd9eacb979d1b83c82a5cf9ed89f9a6515f161c59f3f0570211852 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,182.78 GB sent, 115.24 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.