Loading Tool

Explorer IconExplorer

Memory Pool

80,274 transactions
29.63 vMB
0.06659901 BTC
Random Selection Loading Transactions
Max Size: 178.89/200 MB

Candidate Block

Mining Attempt c1106f4476455184912efbcc2423f3aba018b60ff8a646800c4e29627bd4f950
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 9bf47085bce46860cf500687b1375dd6f3248fafe3fe0a9ffd7607fac24e661c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00638728 BTC
Feerates: 90.30 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (603,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,105 311,105 000000000000000024ba557fd3df96a7ceb51bdb1b4714d61e99c4be6b6983cf 88 0.05/1.00 vMB 32
311,104 311,104 00000000000000002b2288d6963dad93affe6adeade8272db6ea329a58fd8e36 599 0.38/1.00 vMB 29
311,103 311,103 000000000000000021c696c7b30c6864fdbcade16ae28d17a341f7a6005dc888 32 0.01/1.00 vMB 19
311,102 311,102 00000000000000002afbbbbf84cee1008d6d6f329d4b64be37867960b788ecce 500 0.36/1.00 vMB 36
311,101 311,101 000000000000000020680013e175bc4298fbc5b2978db5b1c693ca45f42d2d9a 35 0.01/1.00 vMB 34
311,100 311,100 000000000000000003c89a94577e6411fb68c4904b624bb7102ef445398f93bb 76 0.05/1.00 vMB 31
311,099 311,099 000000000000000024211b7181d70465f60a54e76700e598f64a58342b597e40 242 0.15/1.00 vMB 28
311,098 311,098 0000000000000000158086025732003c212e781193e825da460a752ad45c2910 279 0.19/1.00 vMB 26
311,097 311,097 000000000000000011e0057e5719dabcb72019d9f1335727410ee5b0cf13ca51 33 0.01/1.00 vMB 35
311,096 311,096 0000000000000000135463c812477912732511698b6cac61bb771aff296e0644 39 0.03/1.00 vMB 26
311,095 311,095 00000000000000002fc66a307ec845bc43c73ded95ad7b385244e258ec0eabfd 249 0.15/1.00 vMB 38
311,094 311,094 000000000000000014cc41d577f5add4e638af4b3b98352570c899e6aa798a13 227 0.12/1.00 vMB 33
311,093 311,093 000000000000000017d5a657a0ed4dd8abf4ab0b31210baaece03156c27a6147 141 0.12/1.00 vMB 22
311,092 311,092 00000000000000002266dba2911e3f085e46a745ce0753cba6189efdca26a3e7 16 0.00/1.00 vMB 40
311,091 311,091 00000000000000000a3fa7116497c0b67609b548c3e65f51a760d282c2fd4d30 403 0.22/1.00 vMB 36
311,090 311,090 000000000000000016eb30d4b8c66428a1616f19e1adf17c1e7b3f36226d2452 54 0.03/1.00 vMB 29
311,089 311,089 00000000000000002ab5a3d6fef67581a48790543e834eb0b0b51d45aabcb090 176 0.10/1.00 vMB 31
311,088 311,088 000000000000000010f67b325670a76c93249d50dac3a4ec52e24035259f1c8e 483 0.25/1.00 vMB 31
311,087 311,087 00000000000000002abfa138748b63191e1573c7fe24ac4075eeb3b804aed4f3 497 0.28/1.00 vMB 28
311,086 311,086 000000000000000017888c967d70dc2c6ce810059bce00fb27ec56da85be7bb5 64 0.07/1.00 vMB 26
311,085 311,085 00000000000000003e1199902c5669e49bdd159a93255a9e41498f9b27c468bf 38 0.02/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.