Loading Tool

Explorer IconExplorer

Memory Pool

85,645 transactions
33.24 vMB
0.16555062 BTC
Random Selection Loading Transactions
Max Size: 197.60/200 MB

Candidate Block

Mining Attempt 04ef460d4ea82dac9072789b5308d1b123dd2a1b33947c02ac69969c1da73a40
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0c59bc40e6428ffc8482a6f5b8bea5d0a63b7935ac8584646b4f1dbe3207f394
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.05072515 BTC
Feerates: 318.30 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (196,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,332 719,332 000000000000000000015c4527b1eaaa4bb1b635f97644202c087dc08afd45af 771 1.00/1.00 vMB 1
719,331 719,331 00000000000000000008576ac35871fd0a7a07088036ab9a2a757a43b83e8838 2,881 1.00/1.00 vMB 7
719,330 719,330 0000000000000000000a906937f80da60edfad55144bbe08f4885ee8436aedec 2,720 1.00/1.00 vMB 4
719,329 719,329 0000000000000000000880d32fd1321a69593493cd2b18d654350741bfbd6a55 2,101 1.00/1.00 vMB 7
719,328 719,328 0000000000000000000762f99617f8db176d5e70f5c60c379cbbc4b947787e4b 2,284 1.00/1.00 vMB 12
719,327 719,327 00000000000000000003b94c02b5b8d8c494e0cdb742aa08bf4cf2d6407320e8 1,938 1.00/1.00 vMB 7
719,326 719,326 00000000000000000007cf8892252578c7bbbaee765f26ff3040d1358579c0b5 2,960 1.00/1.00 vMB 15
719,325 719,325 000000000000000000021ea7ed465a0c90e3210bdfe1d807267f9e06dacc072e 2,908 1.00/1.00 vMB 14
719,324 719,324 0000000000000000000832bf9d992dec17a0c0af3ce997d717574e024e318e91 1,310 1.00/1.00 vMB 3
719,323 719,323 00000000000000000005c3fd8cc498cbf9c70ea81d05514c749387870908bc8c 1,937 1.00/1.00 vMB 7
719,322 719,322 000000000000000000087a3004c912cd9c6bbc2a59f0da79b89578de60869b2a 1,920 1.00/1.00 vMB 4
719,321 719,321 00000000000000000008bd0c24da8ce0218284cfa470719d615cf5bda4533907 2,965 1.00/1.00 vMB 4
719,320 719,320 00000000000000000006b94f47861e4bf9966715cb89009b81ec9640b8e18548 2,317 1.00/1.00 vMB 12
719,319 719,319 00000000000000000008d95e2aab5433fd76c8aa5580ee8586082072d3871018 922 1.00/1.00 vMB 4
719,318 719,318 000000000000000000004128a67d2012ee4252d92daecddaae6a8d87799b7f6a 2,432 1.00/1.00 vMB 5
719,317 719,317 000000000000000000046c38b1f01cf7f13a0dd4a2fe1ba099cc72e1697c2cfd 3,267 1.00/1.00 vMB 18
719,316 719,316 00000000000000000004ecee293e5d24b80237fcbbedc800271a1eac76508772 2,661 1.00/1.00 vMB 9
719,315 719,315 00000000000000000009d4014a74a24610c613306df36c5e0e18256b1a3466cf 2,664 1.00/1.00 vMB 24
719,314 719,314 00000000000000000007177d1404d48cfdf85802faf6958d27e28e9446725c37 1,304 1.00/1.00 vMB 4
719,313 719,313 000000000000000000065ec2a7cf7a89e2bc51d880d7ecf07c749a3062d2a656 3,003 1.00/1.00 vMB 2
719,312 719,312 00000000000000000000e15060db1e7bc1dcc07ea2ea718b6c8ac558b4f21c8c 2,681 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.