Loading Tool

Explorer IconExplorer

Memory Pool

69,349 transactions
26.49 vMB
0.06562301 BTC
Random Selection Loading Transactions
Max Size: 159.09/200 MB

Candidate Block

Mining Attempt a592a58dd64d53f6356272f43e1bd561e5be21d3cbd61b89c3985695f212a2e1
Version 20000000
Previous Block 0000000000000000000025b4d4b866378eec5892e1e3cbda47b57b15f53ecc85
Merkle Root 73c914c6235d2eaa4e7402b99c7ab7c0d2085e1ff2309c0d16717023a9ca4c56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.00923768 BTC
Feerates: 40.21 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,476 (819,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,152 96,152 0000000000009eb692bf19e89a7216bf6c525902cd01d008b2bc17377bfea350 2 0.00/1.00 vMB 0
96,151 96,151 000000000000b799ccb01d7063a67753962f0089e8f6e088425452cbfdf1a3dc 1 0.00/1.00 vMB 0
96,150 96,150 000000000007425d24c7f2a4c30299411c189553b56de12dc9988726021a6a48 2 0.00/1.00 vMB 0
96,149 96,149 000000000002961bd31310418c0b7746ed8cfe15fbcaca363e3ade0482f5b587 3 0.00/1.00 vMB 0
96,148 96,148 00000000000802365b46c8f4ce6a00f16781cedade7a642213e92c87a3f98b81 11 0.00/1.00 vMB 0
96,147 96,147 00000000000016d0fed0a0349651d9b140fd8515333effb6d002b25de87181ad 1 0.00/1.00 vMB 0
96,146 96,146 00000000000773805db4d58392d3bbb99f78f43135915325e97492167d62d9a9 2 0.00/1.00 vMB 0
96,145 96,145 000000000006fdca28fd0036a93d7dc6c0e3371f39553a6857dd2beb7e34e145 1 0.00/1.00 vMB 0
96,144 96,144 000000000005239376e25cebd799c07bdb5fff148dcf891fda97f3e9e4801b83 4 0.00/1.00 vMB 0
96,143 96,143 0000000000062d3fa16d3569af8bf3f499fe919665770d1fe8ada3f34edc991e 1 0.00/1.00 vMB 0
96,142 96,142 00000000000406396afb639dde5eaeb5a6ecf2095c2bb6e5e08831c591a46713 2 0.00/1.00 vMB 0
96,141 96,141 000000000007631d93c7860c654f052a45418574e44c3a7c75afe6b92006a025 2 0.00/1.00 vMB 4,444
96,140 96,140 0000000000020140006412b79a898b3c64b1955fd16d0228ef63f7500acd4563 4 0.00/1.00 vMB 0
96,139 96,139 000000000001b260d581fbfa0e78c0dbb23066e3750f256bf667d5b6f021dba1 1 0.00/1.00 vMB 0
96,138 96,138 00000000000781e6c8dacc3ad4b9bee9774f11b081f264f4a852d14b55f9f421 1 0.00/1.00 vMB 0
96,137 96,137 000000000007ae6a2522c65147f3c9cab62024636d8f9b7a6a148db248f394a8 1 0.00/1.00 vMB 0
96,136 96,136 000000000004f616e664956f32cb96e4c8ff2cc764c8faf232bd33df8f9f0885 2 0.00/1.00 vMB 0
96,135 96,135 000000000000f12a8880e5069629b1440862c50c0b8cd3c66d3096468f24b9ad 3 0.00/1.00 vMB 0
96,134 96,134 00000000000072004b561a5d98d5b8960b816211657eb18d960215137702e98c 5 0.00/1.00 vMB 0
96,133 96,133 0000000000022ca64c37779f9cd7dcc48889c55ae809b78fd260e7a6a16d22a9 4 0.00/1.00 vMB 0
96,132 96,132 000000000004e9f49f35f09e0aa0d53de9dae878492b0911e3e21613a6deca7e 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.22 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: 757.81 GB
    • Received: 19.02 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.