Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,114 transactions (2.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (867,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,513 42,513 000000001c29db5aff71e728eff5a0a082d4bec3a60c67f3746a76ed5fc00d93 0.00 MB 1 0
42,512 42,512 000000003c57b7de6e568cfbb5304b828c018b40beda4430eeac6eefbe39719d 0.00 MB 1 0
42,511 42,511 000000001b73b1e410f6566610e2e2e73887ca8805e333023025f33cc8ce2077 0.00 MB 1 0
42,510 42,510 000000001adb0dc2ba0a1876aa8f6a6ca506876a97e7ff00cbc74d8b841e2bc0 0.00 MB 1 0
42,509 42,509 00000000307fd3306bdf3d23616327780eabd2d11df0a1152413320644b41a44 0.00 MB 1 0
42,508 42,508 0000000036ed52f9d5da7b188ac44e0c09f9158b6b7a7c9f8f174692f2b43529 0.00 MB 1 0
42,507 42,507 000000002e18d29617394f2ad7f3fb33fbcb1c611f35a708652dc922d1a64c8b 0.00 MB 1 0
42,506 42,506 00000000135d8e8f55de4ce8551751d466bd21166ddd372b6385252b4b34cee7 0.00 MB 1 0
42,505 42,505 00000000203b97c6486f6a8a1abffe8bd9a9b1210da45a547c7fa49bb86f7c7a 0.00 MB 1 0
42,504 42,504 00000000213f7428b0d50f77a2fc489cc85eeef35db3284cceaee605bbde5618 0.00 MB 1 0
42,503 42,503 0000000031438df7c6afd3edb5cf3db266e8b60adb9d74d405cf159742c7e746 0.00 MB 1 0
42,502 42,502 000000003259804da0904e8ffebc64ce9abec42ecfffa9de4da0503b2ca84af9 0.00 MB 1 0
42,501 42,501 000000000750150a921f71cd7e72ff723f086f7b46c6f2b7c21322e7493f86e9 0.00 MB 1 0
42,500 42,500 000000004368763ffb8e808e605c05d8feb7f0eeae425ba38fb54dce833fe4dd 0.00 MB 1 0
42,499 42,499 000000001b500cca7a499c34bbdb1eb9a02ae0789e351739fd479bcd54a73d48 0.00 MB 1 0
42,498 42,498 000000001fdd6af237dfb6e4f0feb65ca399f565aa76dacbc0cda3767a91940a 0.00 MB 1 0
42,497 42,497 00000000220aef1903659a8af3b177f491a931ce384954a55cdbee68fa8b6a65 0.00 MB 1 0
42,496 42,496 000000002e0bfe07bb4968e621b24e95eed04cc8554aaefc0975460b7fd8122d 0.00 MB 1 0
42,495 42,495 000000000804cab020ba547311fe89098e602674f5f79346a081e26d3155891c 0.00 MB 1 0
42,494 42,494 000000002002126f895caaab4fefbca11060728909675d7489614bb5673006c7 0.00 MB 1 0
42,493 42,493 000000002ba1820d8f7574c51948ae53bb1c0818923fc7f89fdef0c2353a1562 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.