Loading Tool

Explorer IconExplorer

Memory Pool

50,081 transactions
28.78 vMB
0.07318786 BTC
Random Selection Loading Transactions
Max Size: 153.75/200 MB

Candidate Block

Mining Attempt 8ede322472705879f7bf6939ed39f6bc5db8c696bc7cb569cfb74043949ef220
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 55ffff743230bb6acb3f7c5a742295bcc7a1cf3145ce5b09df9142c637a530f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.01059591 BTC
Feerates: 14.07 > 1.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (576,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,233 338,233 000000000000000008e269643b5ae3871200b7c17ff6bac0391b1750630422a7 926 0.45/1.00 vMB 30
338,232 338,232 000000000000000002b6bff2930d443b557a8dd5088031ec4b1e32ed24fa7c22 545 0.29/1.00 vMB 25
338,231 338,231 000000000000000015e375977dc369cb597f2472958bd49c62bf4e99dd30ca36 223 0.13/1.00 vMB 17
338,230 338,230 0000000000000000107b67d77ba2cd9a211a15ec546e5b49327141d13dbb31e0 1,232 0.69/1.00 vMB 24
338,229 338,229 000000000000000009933930a4eded80ab14a42a7cddefc8d76865e9b9dd4234 1,319 0.75/1.00 vMB 24
338,228 338,228 000000000000000006ebb08f6c16f0e16e99f7bcf6f3340d618eae129b655a27 482 0.32/1.00 vMB 21
338,227 338,227 0000000000000000162dbdc3f49a9c62eaf226f0b3912a6fb02b4ec261670720 668 0.31/1.00 vMB 30
338,226 338,226 00000000000000000af0d03ab75ca06399277f07dd259b285f735b9058d0cccd 278 0.13/1.00 vMB 29
338,225 338,225 0000000000000000042c18ec1ad975feaf24f2d8295756cec334ba69d1cfb97c 780 0.46/1.00 vMB 22
338,224 338,224 00000000000000000c60647a2486347de4a7bb083214f51cbaacf006ab17f125 411 0.26/1.00 vMB 32
338,223 338,223 0000000000000000098ce4b0e1992b2f75561adc9b9f866edb2a3c9d7013d67d 599 0.31/1.00 vMB 29
338,222 338,222 0000000000000000185636db5b6e2a5fffcedfcd0ab34bb51c2fa114af3c14d1 32 0.03/1.00 vMB 14
338,221 338,221 0000000000000000165ecbd638ec09226f84c34d3d775d34ca5df4abfa8cb57c 748 0.40/1.00 vMB 26
338,220 338,220 0000000000000000116e26581b6a09724e6036b15ec2aaf5dea12e6b4e9f3d78 422 0.35/1.00 vMB 17
338,219 338,219 00000000000000000fea9293beaa148424ebad2ac5bb2005dc862a75d6f94c8d 1,247 0.75/1.00 vMB 26
338,218 338,218 00000000000000000f8f3c6c8151d3d0a763a5cb37dfc0b003da37be0725ec63 1,378 0.75/1.00 vMB 25
338,217 338,217 00000000000000001a96e512b7c2c553eaae01b6bc0d847cc90d2510c7f408fb 799 0.38/1.00 vMB 26
338,216 338,216 00000000000000001902bfeb63386276daf8d5c58f6d2265fadc0b2cedf2f5a3 383 0.23/1.00 vMB 22
338,215 338,215 0000000000000000163eeac0a0ac5af8d4d375c79042b20713860fffdeac9f7b 1,103 0.62/1.00 vMB 21
338,214 338,214 00000000000000000f832cf9736bb6dbdce1c0d113eacfad4400c71d82a065d6 459 0.19/1.00 vMB 34
338,213 338,213 00000000000000000cfb4025e5e255581410216aa83c53fd1dc049993ea111f4 1,132 0.50/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.