Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,264 transactions (0.49 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,264 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (849,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,437 61,437 000000000d9974cf0f4f17b457ec622574ec5295e1c94227865cc45952565efa 0.00 MB 1 0
61,436 61,436 00000000083b70531ee3deb4312d9d1781b23f295474d7137efea1756c0658f7 0.00 MB 1 0
61,435 61,435 000000000cd2f231d62c6cc81c9774e79679d278c5ea504780e04622bda43d82 0.00 MB 1 0
61,434 61,434 0000000004c6dea1a9cbc1ae09fa747b2bbaa0c5a4291a37a0182f57ee356a03 0.00 MB 1 0
61,433 61,433 0000000000fb041ee33f3ac2c42ff506bb8adc0d22d3237c4290636e55607e07 0.00 MB 1 0
61,432 61,432 0000000005aeaf9a8d7debab37ac2d9ee465cfa6be9f6ee1678cfb7ca7540c4d 0.00 MB 3 0
61,431 61,431 0000000002fc63b21563593723185fab00e2a24d27300a6cd6fab9f59c8b93b5 0.00 MB 1 0
61,430 61,430 000000000bb7cfe5a6e261ae04caa695ef6229ad81a006624bc93d99a7997134 0.00 MB 1 0
61,429 61,429 000000000c65af511b29693f3637e0524d6a0618b826d7db6fabd5f3fa15dffd 0.00 MB 1 0
61,428 61,428 000000000100a7259b2071e55954102da9b1e13aaa20a141d7f15f81e5928e43 0.00 MB 1 0
61,427 61,427 0000000009a89d111412256c4f612aa1d593f2c6b4ed7c87df6a93bdbcd99997 0.00 MB 1 0
61,426 61,426 00000000050368f304013e884e8c921e2f646661a3603638685f395d80196841 0.00 MB 1 0
61,425 61,425 0000000004b3a5b91d33bfb22b008703ca9ded047289a105f9ffbd419d4fdc67 0.00 MB 1 0
61,424 61,424 0000000009d168c9e9ca07e120b903b3eaa980bf961ffb1a3a2b94740df8ca3b 0.00 MB 2 0
61,423 61,423 0000000008dbe56aa9cf128da6644b7cd4071cfa08768ef3a18f6d06694ea2ce 0.00 MB 1 0
61,422 61,422 000000000a467e459c15429c535319e33e8e939fa4f8c4d286ef5b889c272ec0 0.00 MB 1 0
61,421 61,421 0000000009b97a9128508dfa1a040d772026dfe090163cbdec284c82002bab0d 0.00 MB 1 0
61,420 61,420 000000000a0647859c9ff063357f7c6c591d5aacdc0eab3f9139e74714c53a20 0.00 MB 1 0
61,419 61,419 00000000052399500be23f5cd655fcc756355c291f0e6c610d601e6898d01eee 0.00 MB 3 0
61,418 61,418 0000000002229fc910448b72ba9a5e9137a50dd437a9b2f393227554006d8b29 0.00 MB 1 0
61,417 61,417 000000000726e8ee76a6429711141294e72f54a74acc0822a72750d248860e40 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.