Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,676 transactions (0.99 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,147 000000000000000000022cb30000000000000000000000000000000000000000 0.97 vMB 1,651 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,146 (849,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,278 61,278 000000000d5227d29f20c00ad8224c73651c56269372778912af2e043efe5b3b 0.00 MB 1 0
61,277 61,277 0000000001b7c475119c66a4c366f9245b6b458a88cfe6db16d53557b1b53007 0.00 MB 1 0
61,276 61,276 0000000004b15d4a370db2bc3c0499fe1820d37aa07c057e3d0166cb374a80fa 0.00 MB 3 0
61,275 61,275 000000000571385bed4f6a5c6612dd04d4a4361e49da7229d5639a607fdb1b93 0.00 MB 1 0
61,274 61,274 000000000e45b6d4206c28e2e755d4d9cc2adc1d4305faeafb99d770ed08c2a1 0.00 MB 2 0
61,273 61,273 000000000bdf4c3c449c9c129cbc375ebeaa56c24e89a024772ff7b2c1108e6f 0.00 MB 2 0
61,272 61,272 0000000005afcce29201c49554f4987711453efe6cf635292f9bc2b53ddeda7f 0.00 MB 2 0
61,271 61,271 0000000008597d9d4a4a64c518f82f138888226237be5e3116ab177c4fa14ff6 0.00 MB 2 0
61,270 61,270 000000000ead70c90ef77b47c446b318b1bb41b9fdb2fa9555c17c8ba3a9a54f 0.00 MB 1 0
61,269 61,269 000000000ce8b0fd425af8b4ab700975e67ced7872917d23c07142778553103e 0.00 MB 1 0
61,268 61,268 00000000075988bda10db1c62f75c451a7b1585f26aff67dbd344737da013a20 0.00 MB 1 0
61,267 61,267 000000000b6f7e68207db8619b3bff9afc4d6e770b7f44551357ddf8eef0b331 0.01 MB 3 0
61,266 61,266 0000000004d935a988d0b21c101968fe12903bbeed4b4c679db42f9b6d747d7d 0.00 MB 2 0
61,265 61,265 0000000000c585aab9c1044034fe6067336e36bb34056ca7ea1280bee22e1c92 0.00 MB 3 0
61,264 61,264 000000000cfd82de3046bd43c2fd0e0118824b77a7dc8a827cffd0a572b6aa55 0.00 MB 1 0
61,263 61,263 000000000e28d44f166e7521a8384d1cbbabbb31e7f53b421d7c131cf3aa8d2b 0.00 MB 1 0
61,262 61,262 000000000d921a3d7fca2507ecf36995c21743ec74749e516f171ed643e96fb4 0.00 MB 1 0
61,261 61,261 0000000008d49d77448d11ab7b07d78d6ec67227b4e195c5017196eef88d1251 0.00 MB 1 0
61,260 61,260 000000000a86969e939c636d07e89b69a9dcff1f2e7dc82b221ac8c45d65b677 0.00 MB 1 0
61,259 61,259 000000000835150f703d799adf81ef519f159c232a303ddffea1f883472bbb25 0.00 MB 1 0
61,258 61,258 0000000000478aa9aa928abb24f5c6c2fead60c0cb06e376aac2b2ae843fac13 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.52 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,374.32 GB sent, 126.35 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.