Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

580 transactions (0.17 vMB)

Priority:

  • 1 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,535 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (819,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,978 90,978 00000000000d4a15feb3206810b4a0cc5e65489df5944bbb83ceb9467570106b 0.00 MB 1 0
90,977 90,977 00000000000c4701ff45c4441f1b69e680d8647ed65728cba5dd02fb550d6189 0.00 MB 2 0
90,976 90,976 000000000005d7da826ca83ca02a5e318c3a007b05f5e702a895df870751d082 0.00 MB 4 0
90,975 90,975 00000000000d708aad975a2ca93aeb5dde6dd6701acf79ae56ab8b4d05657572 0.00 MB 1 0
90,974 90,974 00000000000b74125627d7b74e26c324d1ca6ae7e5802bef16eae593a93adb46 0.00 MB 1 0
90,973 90,973 000000000006fa66644dbf524f656ecf681b871057a81ff351237f8ab78e3767 0.00 MB 1 0
90,972 90,972 000000000002885e7a26ea610399dbb86e15d87805f777accee4f91c4e51b438 0.00 MB 1 0
90,971 90,971 00000000000df9237be828dcb14ae60303473363d919918457232d43f41b3aa8 0.00 MB 7 0
90,970 90,970 00000000000d951ccbb64946dd1d60d133717fc622524228d4ab12d67d143bfe 0.00 MB 2 0
90,969 90,969 00000000000c42e9f9d4e678d0b3e41ff68b292df7843f67e652bbdab49f4e03 0.00 MB 3 0
90,968 90,968 00000000000ac7d6107f72b43e23c53ed06995923f9ff382dd60a5c0808214a0 0.00 MB 2 0
90,967 90,967 0000000000015e0f2cc12b81ba4e1f142628aed6637d177dcdcf707956230b58 0.00 MB 2 0
90,966 90,966 00000000000656f706278d21b9da0e45a8a4a874dbaa4fb5ecae6e92012c2ccc 0.00 MB 2 0
90,965 90,965 0000000000026ca5fa00d73cf4ea1d08b4ad8e8199dcae54153c65c67b3e4b2d 0.00 MB 2 0
90,964 90,964 00000000000aeae81698433f7806f33bb787db0de29a096d656844df8d0b96e4 0.00 MB 2 0
90,963 90,963 000000000003f79e5870aa1581313eb6f13f2ad3e0327ec6a05417108c2025b3 0.00 MB 1 0
90,962 90,962 000000000008984ad13ac8b1137f26fe7f73f7cd48d854da9f1581a7d40445d2 0.00 MB 2 0
90,961 90,961 00000000000756ae7b74f369744ca61d7f12b2ed3c50136e81a05f1916d287a5 0.00 MB 1 0
90,960 90,960 000000000005b1803f1716a04a5ae5ca6389ff7e6c0527d98c3f9bbb17cc674c 0.00 MB 1 0
90,959 90,959 00000000000e0b371bcfe0662cc53441e64c411fa052f72e69c26b74d5441b0c 0.00 MB 1 0
90,958 90,958 0000000000066ae0cf14fafe66b2ce5b239c701547ca7e40fd592af7c8e38c53 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.37 GB

Node Information

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