Loading Tool

Explorer IconExplorer

Memory Pool

77,219 transactions
28.64 vMB
0.06530545 BTC
Random Selection Loading Transactions
Max Size: 173.81/200 MB

Candidate Block

Mining Attempt 92de526061b2624f6b9d0f56ff8b30f4d3af2a3f6e913515328891f0f231bb04
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root b7f80c7ecece3755936cda1b9f08cffeb0cc636ded15e91be258113fa7b606ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,759
Size: 1.00 vMB
Total Fees: 0.00576905 BTC
Feerates: 40.21 > 0.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (591,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,315 323,315 00000000000000000e62f1d8888c29304643ae7fc4fa2ef235e5494b2e5b198c 585 0.46/1.00 vMB 21
323,314 323,314 000000000000000018b3f8a3fbb01f2b0f4bcd7106dfba5aa1e7ca43cc466a5e 1,308 0.75/1.00 vMB 30
323,313 323,313 0000000000000000118e437a0d0cd1146af5055972bf6097c2e9c63d7039cac3 645 0.63/1.00 vMB 26
323,312 323,312 00000000000000000c737a219d96e1170173cc47c64bd1dc66b8c8c792460530 176 0.13/1.00 vMB 21
323,311 323,311 00000000000000001f9fac531ae1ff7a10783a231e33b18280e403627b19e8c1 74 0.04/1.00 vMB 27
323,310 323,310 000000000000000010e9a941e7c1927a216fde5a39357c922d84481a0872152a 349 0.19/1.00 vMB 25
323,309 323,309 00000000000000000111aefa8faef6330a5b3ff120a46df5b77271d9f87c0a28 136 0.09/1.00 vMB 22
323,308 323,308 000000000000000006b8bd70ff4bed6c5f0d1e60e0c7c42434eeeeca1ffba7ad 463 0.37/1.00 vMB 22
323,307 323,307 00000000000000001191cf8a5274b73a11a8650d3402ef215cdd1b43d0cd61d4 78 0.06/1.00 vMB 27
323,306 323,306 000000000000000010b53724d2cc22c2a2ff44e5ddda222c0f4f9226c1514627 216 0.16/1.00 vMB 24
323,305 323,305 00000000000000000d8ca7bf27f59a4f9d6ba981b8eec9fe50a06a0356a5a6bc 1,168 0.81/1.00 vMB 23
323,304 323,304 0000000000000000180ff06e124af41afa3f176f3cb94c85c69038ec4b33c866 1 0.00/1.00 vMB 0
323,303 323,303 000000000000000010559c62b14e72967956da59d17d0fc046a44e5a5a939b69 128 0.05/1.00 vMB 60
323,302 323,302 00000000000000000d68a033492ae885694eee79e88c0148bacf7ab1bbe6ec4f 701 0.43/1.00 vMB 28
323,301 323,301 0000000000000000131f0d15062476e30a4e9cb6ac54314c0ad2af83e09cab8a 139 0.26/1.00 vMB 13
323,300 323,300 000000000000000001353a516cc4918637ff9bd15547a43dabef75b1143d5f5a 87 0.06/1.00 vMB 25
323,299 323,299 00000000000000001a6fc2efbb4510e46b03259385112e59b0fb79348d5939d0 88 0.05/1.00 vMB 25
323,298 323,298 00000000000000001f15053eae718ccf010691053af983cf2cf8ec18be2ca253 31 0.02/1.00 vMB 19
323,297 323,297 000000000000000012da2c58cb6ddbef0692ac83b0572b9085d4592bb0ed56d4 525 0.29/1.00 vMB 27
323,296 323,296 000000000000000015412b02b1f1e587e4a63a1c3d7e4a9eece8cc5e9b0731fd 38 0.02/1.00 vMB 27
323,295 323,295 00000000000000000bc76ba42399af013a9ffa47778dddedda2734ff586c9ed3 38 0.06/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.88 GB
    • Received: 15.78 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.