Loading Tool

Explorer IconExplorer

Memory Pool

87,274 transactions
32.11 vMB
0.11753544 BTC
Random Selection Loading Transactions
Max Size: 196.25/200 MB

Candidate Block

Mining Attempt 3145b0127c4033b072ec5d0cbac25331d29e03fb97a0cdd8743b0ec3a204af1c
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 504b2b1047c99ac573cafe7454d554c90f908a9ce8e2140342b9ead8e4c9abde
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.03286858 BTC
Feerates: 1,236.26 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (435,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,284 480,284 0000000000000000012e24a3c0614221c83bebbdac0c12e65fc29505b632194f 1,735 1.00/1.00 vMB 114
480,283 480,283 0000000000000000007a73ff652f858a271ec92d51510bad54c5de0003ab1c88 2,237 1.00/1.00 vMB 193
480,282 480,282 00000000000000000080a44b9622234140141dd2556ba9e047ec068012e7dc9a 1,661 1.00/1.00 vMB 191
480,281 480,281 0000000000000000006da371b0239892c67a2719628947d419eee4d3c218088a 187 1.00/1.00 vMB 18
480,280 480,280 00000000000000000027eeb110eb59f711b6c667ceb48766c2892cffe10ece6a 42 1.00/1.00 vMB 11
480,279 480,279 000000000000000000874ed5e612c1fd56d0a057f5d31c5a70cca93ede1f9d57 1,059 0.99/1.00 vMB 78
480,278 480,278 000000000000000000752c8ad759deadc5be3d92ed6491eab61c21aa44e68025 2,095 1.00/1.00 vMB 157
480,277 480,277 0000000000000000011b9256d428be5b18a83de7d4603b2c98981d87c72bc915 1,864 1.00/1.00 vMB 39
480,276 480,276 000000000000000000f662af99858e59d02e3569b2fdb969b77e818ab32d58ae 2,067 1.00/1.00 vMB 133
480,275 480,275 000000000000000000638bfbb96fd331f2576c3ee59a635949f5eb67e1154d0c 1,764 1.00/1.00 vMB 94
480,274 480,274 00000000000000000012676ced3fc1295a691f4a01a4005c800b63f96b146001 2,101 1.00/1.00 vMB 205
480,273 480,273 000000000000000000016499356618d9376c78b7245a0b99f132447d480da9e9 1,578 1.00/1.00 vMB 68
480,272 480,272 000000000000000000ea8b0b5f8d2505cff4e815986499c95f564656dc4dcf75 1,910 0.99/1.00 vMB 82
480,271 480,271 0000000000000000009a09030684bc3187c316c282d81fa8c0ee0a75f1975200 1,688 1.00/1.00 vMB 94
480,270 480,270 0000000000000000007e46aeeb92d042711bcf6a7fc7eb43e1dfdb75852f69af 1,192 1.00/1.00 vMB 33
480,269 480,269 0000000000000000000f23323caa6c32ae9c8e7befd47c408eedbfb191a8069b 1,774 1.00/1.00 vMB 68
480,268 480,268 000000000000000001199568b885db597b469ec8e4510310f29fd60a6b00d863 2,287 1.00/1.00 vMB 204
480,267 480,267 00000000000000000069f79502f4bbd8453175ed65f522c449f09d65242b8a9c 2,076 1.00/1.00 vMB 189
480,266 480,266 000000000000000001126477392d6f63124d15f32ecd9b89817e9e82e294f454 2,012 1.00/1.00 vMB 148
480,265 480,265 000000000000000000c7722eb0a2bc5cd074c7795f3a32edeb57a45420b65ccb 1,429 1.00/1.00 vMB 27
480,264 480,264 000000000000000001089bab3e05674d678e0c90cbd384e3a4c08218e23b7ef5 2,134 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.