Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,570 transactions (1.36 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
911,740 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (892,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,196 19,196 0000000051b9902bc1bacca5d6c7bac76a6abf3fc20f80420bbe58d067440fd9 0.00 MB 1 0
19,195 19,195 00000000a944d6e24f7adf46510bfe4d86d2f3f39a307ffa15f0dcbf5e0dbacb 0.00 MB 1 0
19,194 19,194 000000000ad93882de7bc86238682c62d0d1dcd8582fb5f9d88226a3dce20e2d 0.00 MB 1 0
19,193 19,193 00000000bf1aadf02a4cbed85d539ec235deb4f81ed51b3c022c62d55df04b5d 0.00 MB 1 0
19,192 19,192 0000000084521b6b51dc6a8f3cc15a5db5f86a7309386b29b518c225657481d1 0.00 MB 1 0
19,191 19,191 00000000ff75a3a478d4a5582829a53ec02d0ea7c8abfed98073d2789ed0c13a 0.00 MB 1 0
19,190 19,190 00000000932aceb84819b749cb7d5cb774a1142d948a7ea494f2b3ecdbe1e638 0.00 MB 1 0
19,189 19,189 00000000e8587e109330dc96f898c2a1872f6e09b2430425f7358aadfbc2262e 0.00 MB 1 0
19,188 19,188 00000000811b5dc8a3023ac062ef6c2a0e0a8735753d36264f0754181298cdcb 0.00 MB 1 0
19,187 19,187 00000000f987db3ec0567efd8056fcdfb05c3e4cfd4afd36e1b9405a29ac667d 0.00 MB 1 0
19,186 19,186 0000000062cebdc94e883b87df86025d5541a02dc6e68efd0decf05f7b6fdcb6 0.00 MB 1 0
19,185 19,185 00000000f36e6041c1221b6855f3fd1e56c981c7ba9d7773f5ccd2d84395d17d 0.00 MB 1 0
19,184 19,184 000000000fc19a41524e6ab7bd1b0a1bcad071f5d71f48a1eb8003d22be635d9 0.00 MB 1 0
19,183 19,183 000000009b9a975b8a838b9a832afa8bf54b79269bb564d47bb119d6a3a842c4 0.00 MB 1 0
19,182 19,182 00000000a7c6ffac2fe2a33d19b2bb8b391ae070a76f8e49d68d54c6c68fe50a 0.00 MB 1 0
19,181 19,181 000000001fb16077ec50fb4fd16375746e4af97f6046151dcab6208bc9061f54 0.00 MB 1 0
19,180 19,180 000000005690c52892692d1227b2edcd2bc180277466e59a3ed10376a0b9ecf9 0.00 MB 1 0
19,179 19,179 00000000827d57e5fabf1ece000f3f222ce8263ab64be0e0af5787c64c3da68d 0.00 MB 1 0
19,178 19,178 00000000d9cf5fef0f427fa0536ef213de802b6c99f6ae8f7312b8f948fa578a 0.00 MB 1 0
19,177 19,177 00000000f61d257f6e936399eb0620a688c635dbb4bc8698c1074ed9da442cd8 0.00 MB 1 0
19,176 19,176 00000000ee37514ecb6cb8fee997d4fff8246d7e91a3f4bccd6068dfd6887231 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,428.08 GB sent, 131.59 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.