Loading Tool

Explorer IconExplorer

Memory Pool

81,344 transactions
29.59 vMB
0.08422435 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 493f5102e3fefdb9bd14b53530005f31116f54ff90b623f1ebc45c917166452c
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 01cd7bdf1a5db399b55e5dce3bf74c81f1b6d4837ea15da2113770c594f866d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,256
Size: 1.00 vMB
Total Fees: 0.02180556 BTC
Feerates: 100.53 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (286,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,249 628,249 000000000000000000057b9741ce2ec76989b06670648f5f5ec30036b54308ba 2,662 1.00/1.00 vMB 41
628,248 628,248 0000000000000000001011d853b980737435de828d7660e94ee5ede9ab9486e0 2,062 1.00/1.00 vMB 50
628,247 628,247 00000000000000000005a884f0aabcbf10df8f2453bd3ace16a148745070d974 2,358 1.00/1.00 vMB 71
628,246 628,246 00000000000000000000d72eb4f2f03b215198ebc1b8292d1d5afe94407a8205 2,554 1.00/1.00 vMB 83
628,245 628,245 00000000000000000005ce6631f2eb160b6c1922e76d7d331526582b7d82dfd4 2,471 1.00/1.00 vMB 57
628,244 628,244 0000000000000000000b5dd2e0d97be77e17a7965771e95ae3b3e85583ce8cb7 2,291 1.00/1.00 vMB 36
628,243 628,243 0000000000000000000d97304f2a86d4485e17042994572b145e3704e2ec7043 2,283 1.00/1.00 vMB 36
628,242 628,242 0000000000000000000f7f61330e398fb1d2eb316fe5a0516da2e24ad9a9d8ec 2,397 1.00/1.00 vMB 28
628,241 628,241 0000000000000000000e469b5601ec7ba5c233b6000525470211a69f3ff44253 2,823 1.00/1.00 vMB 51
628,240 628,240 00000000000000000003674a81cf5dd27aaac18f5c98b2f40e4450eec3a42091 2,228 1.00/1.00 vMB 47
628,239 628,239 0000000000000000000c102aa52113985baa30461249528fb1f17629aa90e9cd 2,518 1.00/1.00 vMB 56
628,238 628,238 0000000000000000000d445d595ce12655d67bdc297183b329d85c66eff91842 1,997 1.00/1.00 vMB 75
628,237 628,237 0000000000000000000422b66393c89ca8cc7d4f94b756b603a6097290696c1a 2,609 1.00/1.00 vMB 70
628,236 628,236 0000000000000000000c7f6a4bc4cb3dc5c61548bbe83635c71e927f9448271c 2,391 1.00/1.00 vMB 77
628,235 628,235 00000000000000000004be4cff1715317db9ca6b93cf834435bf51c6b99c4bda 2,336 1.00/1.00 vMB 33
628,234 628,234 0000000000000000000a335f9ec740eba393bac09b7837c1ab0903ed351388ed 2,857 1.00/1.00 vMB 59
628,233 628,233 0000000000000000000c28592b02f829cccef87c9b4bed918eda1d37f6a6d0dc 2,367 1.00/1.00 vMB 25
628,232 628,232 000000000000000000069c63114af65bc0f06bfe96a078d5126ab6b54696b051 2,509 1.00/1.00 vMB 34
628,231 628,231 0000000000000000000bd3c634440eeddac0366cbe520db5ba43a3f0433bf933 2,274 1.00/1.00 vMB 49
628,230 628,230 00000000000000000001764c53403fa6815d97ab7c6a3c65f09eba379750fa50 2,379 1.00/1.00 vMB 45
628,229 628,229 0000000000000000000b478a0709ac00abf796f4cb07617669c035afe6e537b5 1,548 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.