Loading Tool

Explorer IconExplorer

Memory Pool

39,800 transactions
26.40 vMB
0.08106473 BTC
Random Selection Loading Transactions
Max Size: 137.14/200 MB

Candidate Block

Mining Attempt 0fb2ea4cb3cef8231ad2a9fc3f94021919fa5354c2f0703e40287ed16e3e5bf1
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root c304ea25c778147bc5535ee82f78e0b4a64b3d36e8f3222429237d3baa1d8fb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,017
Size: 1.00 vMB
Total Fees: 0.03258120 BTC
Feerates: 502.65 > 3.26 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (684,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,235 230,235 00000000000000ec9dbe1553732b4e4ea9076f27d6635be86b10a1171edaef75 390 0.17/1.00 vMB 158
230,234 230,234 0000000000000008264297599dfb4eac91fc3de22ac535420a391cf49c225fc0 531 0.25/1.00 vMB 119
230,233 230,233 0000000000000220d5b68cd073814dcdf99c9907feeb6cb1f17829b61961ee76 501 0.25/1.00 vMB 153
230,232 230,232 00000000000001ab963b0eebcfacc722db30c0807e613b63332a11b323372769 312 0.25/1.00 vMB 89
230,231 230,231 000000000000017dddaf77607e27ad8b471b9e8ad69c20823362974341d748c8 1,097 0.47/1.00 vMB 237
230,230 230,230 00000000000000c6ba131de0785083e52309ff44e41bbb3dca5700eaee1a8c25 5 0.00/1.00 vMB 87
230,229 230,229 00000000000001027fb6665ced7b255bf74e6d316c39ce440f0f1afb3e620035 829 0.25/1.00 vMB 286
230,228 230,228 00000000000000a5d68c92e7240b7335c9f0c1e4cb2d9671df0527c76d19d0ee 282 0.30/1.00 vMB 79
230,227 230,227 00000000000000839c77fdb4bfc204a2ba09fc2a703f3a1dacba72aa1c003325 698 0.25/1.00 vMB 194
230,226 230,226 00000000000001cd916e0b2a5cdf4a2c24a1e4b1de9a46e3b0763d0b6e9da14b 341 0.10/1.00 vMB 30
230,225 230,225 0000000000000114420273c901e448a0a51a89fe2e6964541994c7eb1a3e615b 563 0.25/1.00 vMB 213
230,224 230,224 00000000000001336650078910b867e3d5215ecb0ffe8b526ccb02df7241ff80 511 0.25/1.00 vMB 133
230,223 230,223 00000000000000ff0a12d1f4a8a21f3cd0c85a50a958bafd66870d08cfbcbba6 266 0.14/1.00 vMB 145
230,222 230,222 00000000000000659abaa8a2fd7959af0615bc1a9f1b3e4069b2b52e61d21923 248 0.25/1.00 vMB 71
230,221 230,221 00000000000000de8f89db30a2b0f1351d966ea897700dabd3791e22c0102074 236 0.25/1.00 vMB 57
230,220 230,220 00000000000001cbc320422ab67ca53201b3f3da94e7a4de8f489b71afe12169 729 0.25/1.00 vMB 237
230,219 230,219 000000000000005136f5e629aa02a2cda32b2adfe8fef42ff5572eb2978ae9e1 249 0.25/1.00 vMB 54
230,218 230,218 000000000000002168a12ee2c297750f4800859617d2a90463ac4074bbf25469 481 0.25/1.00 vMB 153
230,217 230,217 000000000000005f667ac28f8db88b3f53e875c8ef5eb2fdf05f6288496dffc3 22 0.34/1.00 vMB 50
230,216 230,216 00000000000000e5004bdb72edfffa735e767fc7da36dcd4703bdd149f65a94f 828 0.37/1.00 vMB 144
230,215 230,215 0000000000000131d4d6220cba46dc2ce36757be76f0e01df03921c81bb35c68 272 0.10/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.