Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

560 transactions (0.16 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,603 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,246 910,246 00000000000000000001d2da53d1455e59b7d8e6c00ebd5fbab85f098eb552d5 1.71 MB 3,163 3
910,245 910,245 000000000000000000013b5233719f682cac57c2af3a98fa6592c834e7f12ae2 1.97 MB 1,251 1
910,244 910,244 00000000000000000001339a30266e59514a74f9b0f89cc431e4582c5a10793d 2.02 MB 1,294 1
910,243 910,243 0000000000000000000169994238f060d5220d770be859b375bc36fd196f7d1c 2.12 MB 1,239 1
910,242 910,242 000000000000000000018c9508b95ec9eb2a3b926cf93546d96ccd1523cb89fb 1.68 MB 2,439 2
910,241 910,241 0000000000000000000154ed353d8ab2b2f488331db4f580243b5ecc42a9e78a 1.79 MB 1,577 2
910,240 910,240 00000000000000000001c32fa9624e1376d1a43693076dc17ce45d46f7e609fd 3.98 MB 24 2
910,239 910,239 000000000000000000008cb75c82bf01b49f724b33ed12eb98795a55f1617898 1.88 MB 1,371 2
910,238 910,238 00000000000000000002169a9d9109ae65eb68f0cfbac2be4aa92354551a08a8 2.03 MB 1,241 1
910,237 910,237 00000000000000000000ac77ae6331bb05bce5beb4b3c727e63ec52dc5d82c14 1.63 MB 2,726 3
910,236 910,236 0000000000000000000124f71a91845e014e5f7573ce4c7cb46880324af5ce01 1.55 MB 3,704 5
910,235 910,235 0000000000000000000142a1e7ed76e4fdb8b5a10670dd234fd324549f8c6269 1.82 MB 1,363 2
910,234 910,234 0000000000000000000018bf43c9712d00066ff2c81a97f274d01b21b88fbd53 2.10 MB 700 1
910,233 910,233 0000000000000000000221c6e7543a4bb3c6e249824bc0fe97e506f06d5efa8f 2.16 MB 1,096 1
910,232 910,232 00000000000000000001d265b90d44ded362eb692d938eb20245385d4eb5993b 1.84 MB 1,825 2
910,231 910,231 000000000000000000003bb7edcec35e3a1ace3d8582359046c7f850719192d7 2.00 MB 1,505 2
910,230 910,230 00000000000000000001de32c4cd8883c64cdf7bc424a3b867c47cc0c51cbb1a 1.74 MB 1,818 2
910,229 910,229 00000000000000000000abbea8630ec86778d9de8c998c96ee432275e30efcd1 1.57 MB 2,916 3
910,228 910,228 00000000000000000001be9530191e87d08219d134b01e5d592d526bed68a54d 2.13 MB 1,049 1
910,227 910,227 0000000000000000000192f27b89db5be30cd9905c7402079d2342c565b9b3a6 1.86 MB 2,377 2
910,226 910,226 00000000000000000001596ac08a2947e020e9eb2305b9da6a384d0100c2dc10 1.67 MB 2,446 3
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.