Loading Tool

Explorer IconExplorer

Memory Pool

64,593 transactions
21.42 vMB
0.07806049 BTC
Random Selection Loading Transactions
Max Size: 136.06/200 MB

Candidate Block

Mining Attempt 5adfde30da8f2bcacefcd346ce70f9a188c74b7df85a417a337c2d2d30cd2a5b
Version 20000000
Previous Block 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1
Merkle Root 57512094d9749c5ad84b06b7145c9d3861c05507c34965c00ec68863c9139929
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02856544 BTC
Feerates: 318.30 > 2.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,674 (868,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,229 47,229 000000001878e9be15f9ac82222b88b65f2beaf720b98376b0785d5138650324 1 0.00/1.00 vMB 0
47,228 47,228 0000000021c783db2e8accee9d5a5560883eaa88264a440956c9c9e78ebc2005 1 0.00/1.00 vMB 0
47,227 47,227 0000000011ed70fc34c6d9799d1fc95cbf98494bed6a8143ca69ac2143af2f71 2 0.00/1.00 vMB 0
47,226 47,226 0000000003a633088c92ce3cd3352aed602ffcec4d30a2bf3320b537a5ecb026 1 0.00/1.00 vMB 0
47,225 47,225 000000000ae241ecd938e6e5034ca52fe093eedd315372926a2954cabaa90305 2 0.00/1.00 vMB 0
47,224 47,224 000000000a2408e86c23d8cfc3937b21ef08ed2014cda483f7126be0e98e74a0 1 0.00/1.00 vMB 0
47,223 47,223 0000000029a6b6658d7653a92f43fda3de17bfe82a75b2bb97858e5169c3bb32 1 0.00/1.00 vMB 0
47,222 47,222 00000000216754580cbc278805db4feef279b65c34acee923afb07a0984a2a33 1 0.00/1.00 vMB 0
47,221 47,221 00000000002951a79853990a840cea2ac39bf3377f2251e8e8cab505e0cb22d6 1 0.00/1.00 vMB 0
47,220 47,220 0000000009e4220a4298b3385c9d9f5797b49e3253fe095282f76826651dfda0 1 0.00/1.00 vMB 0
47,219 47,219 000000002200b8d087ad8abb0ac88daab626610bc2f8029a2bf7aa355cff12ff 1 0.00/1.00 vMB 0
47,218 47,218 0000000033af28b653bc479201583d9e3497e989ac04d5bfde2eca07c9033199 1 0.00/1.00 vMB 0
47,217 47,217 0000000004088a17e25fde6cb353fb28813c7877e945dfe2db5c081669399ce5 1 0.00/1.00 vMB 0
47,216 47,216 0000000029448aab4f2a5c473412b61ec79a0236a0749541bb48af4b263dfc3a 1 0.00/1.00 vMB 0
47,215 47,215 0000000033030d76092dabbccbccb18454659fc52a14ac116c55d5fdfd2dfd0f 1 0.00/1.00 vMB 0
47,214 47,214 000000000a0ac2b1e656addead4a0237f54e8d341a0897d26586bc40542b3c85 1 0.00/1.00 vMB 0
47,213 47,213 0000000015ab4c528195bade5dff4545271fb9f2ddc1b8cd89a67cfd027e61e7 1 0.00/1.00 vMB 0
47,212 47,212 0000000003373f5d7e4b943239581feeda63a6b5146cf4d4f34ee2e30d3d2e44 1 0.00/1.00 vMB 0
47,211 47,211 000000001383dfb3649afb9410d3de145b31d2bb3e54d7b4734ad73e67ffa638 1 0.00/1.00 vMB 0
47,210 47,210 0000000001e223917607224a56099baa99bc403ae82e1248201d32ccbea38e72 1 0.00/1.00 vMB 0
47,209 47,209 000000001884131b420f2429f4cd60b03caf885c47dbefab689c7f75d1e0b401 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 774.25 GB
    • Received: 20.66 GB
  • Uptime:

Notes

  • 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.