Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,735 transactions (1.24 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,688 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,687 (198,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,316 713,316 0000000000000000000bbfb5fba6fcd02207d61946737fcadec6bdb7a3a663ac 1.05 MB 327 2
713,315 713,315 0000000000000000000b103e0846dbc2d53954fa87b700193799f289e142f0a9 1.13 MB 784 4
713,314 713,314 0000000000000000000ab4a7e1dd56481887fd9a74b9dc5d36fbbe9e533566f3 1.30 MB 977 3
713,313 713,313 00000000000000000005d98e97b9d565d4450e59b6ba8ca8cde962b9cc50366d 1.45 MB 2,294 8
713,312 713,312 00000000000000000006276e01691a1512372c009a331a052d2d2313db00710a 1.23 MB 1,192 6
713,311 713,311 00000000000000000003ae84e3a4a8f9867c7d48d0436c266769e30c73aaea2a 1.17 MB 883 6
713,310 713,310 0000000000000000000b32740f81db7fe7fc3de331a095737c1e8b8f8d308137 1.28 MB 1,596 11
713,309 713,309 0000000000000000000c8caf9633310a452b321363433c0879ab2aaa4f923f12 1.40 MB 979 5
713,308 713,308 0000000000000000000218813605c19b8ed5ea158ab0870921e6324178c47676 1.47 MB 2,302 9
713,307 713,307 000000000000000000027e10bc480584ca7f6d8b3aec102c82fdcc894d1c20a3 1.24 MB 1,110 3
713,306 713,306 0000000000000000000633bf51a09968e0a047686a2319f1c2e7eccddf254be3 1.07 MB 316 1
713,305 713,305 00000000000000000007a1d0cfb7295d67bdcada65c89da8d6ce3abe4be6ab3b 1.33 MB 1,694 7
713,304 713,304 00000000000000000005a8e593054deb0c29a33febf8d4f8ab9fd9f6aeb02f8c 1.16 MB 676 2
713,303 713,303 00000000000000000002873fe4db92d823a286d641cf80d41f836e05dec6ef22 1.22 MB 1,337 8
713,302 713,302 00000000000000000004c31a212ef61e200fde02c815026b42417ad473adbe22 1.26 MB 1,367 10
713,301 713,301 00000000000000000001abf8e2d4e81a237c3f3f4d7ba66746a5bc68fe042a16 1.44 MB 1,773 7
713,300 713,300 00000000000000000006e8bf792cd3b49d97d4c9c3d2552ccadb462dddb1d91f 1.02 MB 199 1
713,299 713,299 000000000000000000010c8f0febf35a9144266bb10cc1d592b9139c3007bb6d 1.26 MB 1,383 5
713,298 713,298 00000000000000000004bcc3a1ff61f25c09e26cf9f524eab9d206de7137b352 1.29 MB 1,288 3
713,297 713,297 00000000000000000009538b402eec2ae6f0ac67a48ec01189299786ae235402 1.12 MB 640 5
713,296 713,296 00000000000000000008e9ea903abfeffbf8e7fa0ffc8897de13d1040cf46bdd 1.24 MB 1,275 8
Previous 10 blocks ↓
Total Size: 776.51 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,425.48 GB sent, 131.20 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.