Loading Tool

Explorer IconExplorer

Memory Pool

17,421 transactions
3.90 vMB
0.01452596 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 29.18/200 MB

Candidate Block

Mining Attempt b94111465d6c53cb60bf6b0b218efaebbb237766963316c02e7b764b141f3b22
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root d901b174c1745fca136fc3c128a771eb8b49b19fc8d34a7570a5290d381e0461
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 303
Size: 0.17 vMB
Total Fees: 0.00493546 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (652,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,756 260,756 00000000000000023749d54f1460f2b854daa336bb127e67f46e915ddb9b5149 0.28 MB 439 73
260,755 260,755 000000000000000c9670b467cfa47b13ef6fb01cb68b83340523e1d19daaa75c 0.09 MB 238 111
260,754 260,754 000000000000000edb964727c108302290911e8b902248ece24314be93ff3902 0.44 MB 786 72
260,753 260,753 0000000000000007d7cf681dc38db5be1a4aafb968be740861c80845d24e3d22 0.15 MB 309 135
260,752 260,752 000000000000000c1bcaec038217852e4d07dc89f55fd3b8fffdd1255044f910 0.11 MB 308 126
260,751 260,751 000000000000001456aab15bbee69d5174a470f3073bf57323728d9dc0a4ada2 0.01 MB 32 105
260,750 260,750 0000000000000017da39773b8596d194ff9cf9d2620326d4f9243517ca6d4849 0.05 MB 159 48
260,749 260,749 0000000000000012aaccca6f66897259ab78d86ce94b2506c8556b60b2817a0b 0.08 MB 235 125
260,748 260,748 000000000000001c162f88ca68ecabe15468e79556b28c856570d859df400d60 0.08 MB 217 117
260,747 260,747 0000000000000003095dece35ba585b74c8d534f16cf6e05253124bd7b83a012 0.16 MB 429 123
260,746 260,746 00000000000000153de93c8ad3e596dc05bc5137d14e6c70be56b351f6dd0d0e 0.10 MB 314 116
260,745 260,745 000000000000000ccfc3ec2e3dde55325589be24d6316e49211e557411160e1b 0.13 MB 323 100
260,744 260,744 00000000000000167d027077cec107433f78545aed56cd6c0bdaedde8fb906bb 0.20 MB 494 121
260,743 260,743 0000000000000013a2faf5ac4d57b2d9c9a281c9508c1c82ec094e14338b97e1 0.04 MB 61 63
260,742 260,742 0000000000000000400ded0f67d8b113aa8a57be8f1e0c5a6d482b3821a9b9bc 0.24 MB 498 103
260,741 260,741 000000000000000e0642f4c62eb1147420f2c0297695f383fea4d8612efd0b1e 0.21 MB 492 121
260,740 260,740 000000000000000b35f029785ed7bb25d60abf75d5de7d9cec606caf24c3dd7b 0.05 MB 98 86
260,739 260,739 000000000000000d3924c52ee84da73f648b264fed7eb6c266b1a7b9473aedcb 0.00 MB 14 153
260,738 260,738 0000000000000018e4aeb58192574041c480bced563e1ff763f465b7b25effb5 0.08 MB 193 103
260,737 260,737 00000000000000158b8e5cefadb4d7d4aad302507a94f4c709f68c65c1575368 0.08 MB 154 63
260,736 260,736 0000000000000015e909503582446c48b667194f4a56c7510ab893a9c280fdff 0.25 MB 739 154
Previous 10 blocks ↓
Total Size: 778.82 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: 362.82 GB
    • Received: 3.27 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.