Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,601 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.47 vMB 1,586 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (891,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,415 19,415 00000000922110fd5b713180c22ad62163691b7b3ad607284bded5e2255faa52 0.00 MB 1 0
19,414 19,414 00000000e482ddc19617490e00423aeb8d5bf352b1c8f05e23e6d19860a42823 0.00 MB 1 0
19,413 19,413 000000000ccf6c6ad18534d9cd2002872595628785102d8c1895966b2953a49e 0.00 MB 1 0
19,412 19,412 000000005631521484e1418be5c232bce05e3cbaeb2f103e99b39c1e0c5783e1 0.00 MB 1 0
19,411 19,411 000000007f99a0ff9e55541eef4a64ce03c1877599b94901d23c911fc8dfe5cf 0.00 MB 1 0
19,410 19,410 00000000491e9bcc426819f9083edb2b12b72ab13b4b2cbf3cc8c7fa3b006a45 0.00 MB 1 0
19,409 19,409 00000000002e72ac8e25bdb9250c9b8e53b3bfe9e95c4d78240a1dad3e8ad1b9 0.00 MB 1 0
19,408 19,408 0000000037249e80d1e5749d99811e8047d96da4a47f4134611c6a23b850ff63 0.00 MB 1 0
19,407 19,407 00000000bfaa08f8d184f852f07c0ed27675c489bdb348db7b152da8418e738b 0.00 MB 1 0
19,406 19,406 00000000dd49451e87b4508379b44c8887f4f0f4961570b2d0d5d169ec26f34c 0.00 MB 1 0
19,405 19,405 000000006026bc27b8ad31fcacc04f957450d7f0771d69977cf8f8dae1cf747a 0.00 MB 1 0
19,404 19,404 00000000b1ca3818b3aaa44f5d58c0697dc0be624a1e38f61e6ca0f6630d81ed 0.00 MB 1 0
19,403 19,403 00000000b84a8bdd2fc2853708943b90c1e262e3b3ce988b6c136e73ec502d5b 0.00 MB 1 0
19,402 19,402 0000000092fd13faefebf70ef465f28f2b49471da33f7e9ee1694ca5ec86afaf 0.00 MB 1 0
19,401 19,401 00000000886fdc62fe7234f8cb2443c1c387a83e0462f98e5d4939ed66329975 0.00 MB 1 0
19,400 19,400 00000000e2977e6e496b1b15cbbb26652d5bf3b66e50909f377fc66e71bfa7a4 0.00 MB 1 0
19,399 19,399 00000000dd41e6534424c4068c07992fb66dd456ef29f7db2684f50dcba7e8f4 0.00 MB 1 0
19,398 19,398 000000002c5fc2a78e30379b51d53eb0d2baa56d9f582bb9dd4a0b723f681abe 0.00 MB 1 0
19,397 19,397 00000000629736b122741d585dee874fbf7d8237c79d98bddf474617f053b449 0.00 MB 1 0
19,396 19,396 0000000068caa29f110180f4bdda961fa4d0b0a6e2178e2f4813bd8b126b8a4f 0.00 MB 1 0
19,395 19,395 000000007541ff551b2bc728a764a31faa70e998b036ff0c45f6ed18c74838b1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.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.