Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,341 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (836,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,251 74,251 0000000000095cdd44fb7d8875ef6c931deab065561d2b2d4c0141d361739027 0.00 MB 4 0
74,250 74,250 0000000000161f3589bc1087bb83ea3d27f8bd7f48a50d73adb9a13f8ef06b37 0.00 MB 1 0
74,249 74,249 0000000000b8255b05dcca1e116db840f5ca293cc84d3f92eb6a67303be7ef7c 0.00 MB 1 0
74,248 74,248 00000000005239d7b239edcfa29ac64eb380321177a01109a2d0aff713f39e87 0.00 MB 2 0
74,247 74,247 00000000006aa2bdaba45f1501926930282489c10d03f4bf67534e66b49b9e56 0.00 MB 1 0
74,246 74,246 0000000000845afd73f531f638eb53f9698e6c044a7710cc3c406a4ff8562b2a 0.00 MB 2 0
74,245 74,245 000000000050a6f8faa8af80a9fd5bc8c825c902669f3feaa23e96d17b0323c4 0.00 MB 1 0
74,244 74,244 00000000008112b1450d8be9a2f9f0aca88a8b3174ead060c7c885e8c661052e 0.00 MB 4 0
74,243 74,243 00000000001a486a02e60bd74be47fd7fed755b1793f84cfd2d09a6878604bc7 0.00 MB 3 0
74,242 74,242 0000000000b164da9982a25353bd2f61bc7f28129a786762e22d225e85225a45 0.00 MB 1 0
74,241 74,241 0000000000624d2fc9d23bcef750689538f3d63fad0b91c275b0cf7f64669b01 0.00 MB 2 0
74,240 74,240 000000000004c9eb1a63a289145e74039adf0bdf9c4d849073d33f115e4fe5de 0.00 MB 2 0
74,239 74,239 0000000000a1c87dae85ae7aebaaccfc3b923dba8dc3e4699fb9be1cde285e03 0.00 MB 1 0
74,238 74,238 000000000044287770551a5d61c5683693f1e93dd0e60b8dec65f0d85b2eecb3 0.00 MB 1 0
74,237 74,237 0000000000a080dd41ecad66f09993eb1e1e7613476f73438cab1d97f90bc0cc 0.00 MB 1 0
74,236 74,236 000000000050c97370f5b65851df82a892863ce12db7895c9f62327213208bc6 0.00 MB 1 0
74,235 74,235 000000000009c88334e193a61b45e5d02332936a55691ec5b8b814dcdd072c37 0.00 MB 1 0
74,234 74,234 0000000000b7adcd7918eb47e884edffe06e1c765043580ee8c5a01d35a6b35c 0.00 MB 1 0
74,233 74,233 00000000000b0a809dd7147da53529cd5114ffe078855c11a8e8237db15d5d3f 0.00 MB 1 0
74,232 74,232 00000000005d478ea94202460fcfbd35d0a8ddb0626ac6cae9a987153c1e534a 0.00 MB 2 0
74,231 74,231 000000000067c431479f2ef1a738d0ab88c4754ef6a0d8a64cea8d175af74560 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.