Loading Tool

Explorer IconExplorer

Memory Pool

27,682 transactions
7.59 vMB
0.12421829 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.07/200 MB

Candidate Block

Mining Attempt a60f5a95c96ae56c477683393a403a04c6b690c0928997e2f443f7eeee9beec6
Version 20000000
Previous Block 0000000000000000000126c5f459a849ef08f23fc138334e0341eb4a4a0b5ca8
Merkle Root 1af552aa1a94feefb37531a90747ca0f751c6ca41d6c7249b68d9b21da2892ff
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,955
Size: 1.00 vMB
Total Fees: 0.08675646 BTC
Avg Feerate: 3.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,113 (687,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,111 226,111 000000000000009f2cf20a02f73947f9c006d1670ea206899935ab23609e1d0f 0.00 MB 11 51
226,110 226,110 00000000000003583fc625f8280c9acb0faf93ae8d41fb65868118173b4492e6 0.03 MB 65 166
226,109 226,109 00000000000000599bd91c957afba90f4e8d6b6280328d41b74dc510bff71094 0.01 MB 19 140
226,108 226,108 00000000000000287c378eec1e44cd983c30a5b20573d41bfd1b28367c796290 0.19 MB 191 123
226,107 226,107 00000000000000a1ab5ce91291f3b49d27ac419f70dbd585d55169ccaec41695 0.09 MB 103 132
226,106 226,106 00000000000001318923b558939d16af6124e735ebf037ff03863b64234d2f34 0.06 MB 64 112
226,105 226,105 00000000000001eb67b003730fc79c7e044439b601c56b60d9347d9a90c6d26d 0.01 MB 21 76
226,104 226,104 0000000000000128b480e6b7fa74b3879ba0bbf26452485a483a0a54e750dce5 0.16 MB 337 131
226,103 226,103 000000000000008e637922ced2f0121482c5eea8a05cb2a059fa9dd1e528eb7a 0.11 MB 153 105
226,102 226,102 000000000000030ecfecce7ab7764aeada61987aad188a37185a5fed108ac386 0.07 MB 169 132
226,101 226,101 0000000000000320b7cef17d9d7bde0a29785ca035e76fa218f3e0e12e9e14db 0.08 MB 128 171
226,100 226,100 00000000000001fd693c10ea02882afbfbb5f050e5260406b81930968fe1481f 0.13 MB 235 114
226,099 226,099 00000000000000722be958a906cdc99d8b6e1e661320585a6b6a51bd0ed14ef1 0.00 MB 9 0
226,098 226,098 0000000000000347f0fa2a4a4c012b0e492862444eca23be872703e188a7789a 0.03 MB 48 93
226,097 226,097 00000000000000893d2b7f6fdaa63704cf5f895f51b1b8e63601e62ec1c5c87e 0.10 MB 128 73
226,096 226,096 00000000000000314724c21ada590d967a47cff1783277630172665afdf78c24 0.05 MB 118 184
226,095 226,095 000000000000027198e423931a68d44b6ef27cd55f02c4ed930f40c394e6aa81 0.05 MB 75 144
226,094 226,094 00000000000002467170e783645a3a605432359b78a5c63ee92124782969d2d0 0.01 MB 15 212
226,093 226,093 0000000000000180d5a8e71b7e9d973affcf83474aa1469e8498c8fd9b656026 0.33 MB 655 26
226,092 226,092 00000000000001ed75c6472144b9b8b512c2505e0fc6d090e202e065311236b7 0.04 MB 122 139
226,091 226,091 000000000000034fc5dc2f953e6e894f81484b2a4145210e8ac602b1f447fe63 0.10 MB 189 140
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.64 GB
    • Received: 0.47 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.