Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

369 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (868,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,032 42,032 0000000047a091d1742e1db2d2725af7418401ec1358675f9b153319bfbcd3f9 0.00 MB 1 0
42,031 42,031 0000000009d33351e17864835ba1995ea207d29aeb98530da12d6ff8d47d0195 0.00 MB 1 0
42,030 42,030 000000002faf96426ab19299bb5064c975e3da89cb9e418cd4c66117789106fa 0.00 MB 1 0
42,029 42,029 000000004aaa273f208fffa6f5fa6d46656c52c4aaf21f35a5088c5d3dc0a5cc 0.00 MB 1 0
42,028 42,028 000000005a5e7736ddda1b0b3f2fa3f3a3e334dcebb2947fca0b78f54db04d8d 0.00 MB 1 0
42,027 42,027 000000003ae03cf8010cefc221a05cc42d072c9963802869c13105893a73cf54 0.00 MB 1 0
42,026 42,026 000000004092bd957b41ea908f8178da6f7e5500fff27e5ffa1a51dc8cb9755d 0.00 MB 1 0
42,025 42,025 000000004af6fd1b7d894ad7b478bcf69a7d1cb9ad9dc668f99ea8861664d318 0.00 MB 1 0
42,024 42,024 0000000002fad860630dc3d83f3d738820998cc14e2ebead9994b472b6072335 0.00 MB 1 0
42,023 42,023 000000001cd87a380e4f06fce84f5605f49b310ec6c5c0153994df6ecb4301d8 0.00 MB 1 0
42,022 42,022 00000000068258f96b1dee3d442be5f0dc586797708245fee00145ed2767017e 0.00 MB 1 0
42,021 42,021 000000000cef40425022788df0b41d65740d1c15fbe15a2b80efa6232b3cc8b5 0.00 MB 1 0
42,020 42,020 00000000405e0ad53a733adc2f83fc1e10246284fc6aade808d47021685dc479 0.00 MB 1 0
42,019 42,019 000000003e565152893e6074074c0010a8ee0fe830f4c111f3f425a16abde2b6 0.00 MB 1 0
42,018 42,018 000000002021bd9f608264afdc1584a51c35c2160916bc17981c1c6151651eda 0.00 MB 1 0
42,017 42,017 0000000061718fc12e0f0383bf53b268bc027045ff8bcc54c2375ea20e6fcf01 0.00 MB 1 0
42,016 42,016 000000001ac7573b57c98c807e4b0c929887240734dc7b4162b0ec85efa566ee 0.00 MB 1 0
42,015 42,015 000000004341d041facac63b3d6cf911c471cefa396d7af3de94d26c835301a1 0.00 MB 1 0
42,014 42,014 00000000293981c49dd26221c36c0ac78086cfdefd62d5bdd6c2eb2da86a79dd 0.00 MB 1 0
42,013 42,013 000000000d011f337619435320207ee073360b1ee377e46e67d0b82c6777aee1 0.00 MB 1 0
42,012 42,012 000000004fcbcd9d978bae8d5cd16ab5a053f0a256d717f21bd134777f64dcce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.95 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,334.50 GB sent, 123.45 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.