Loading Tool

Explorer IconExplorer

Memory Pool

29,272 transactions
7.60 vMB
0.05649416 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.40/200 MB

Candidate Block

Mining Attempt f3b8d87f758afe3268604270fceef46b8550b2da9381c161e2fd2975a1746be9
Version 20000000
Previous Block 00000000000000000000202cca375303c66b5101a2c3c981e3a6b8e199ec2a79
Merkle Root 323b99aa7c48bfb71423bf59425c99c929e6c8a24bf51434ea9f6114ba981c1b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,481
Size: 1.00 vMB
Total Fees: 0.02781617 BTC
Avg Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,017 (649,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,545 263,545 00000000000000032c17ce69638f3ef465f4d13792e68d630d9656690e6d532f 0.07 MB 176 76
263,544 263,544 000000000000000587553c2aed004ba3484dff264fb6c2b64e7d851c16dd788b 0.11 MB 245 98
263,543 263,543 00000000000000037809ce7ffff879cfc8fc1ba6c243df788217e1d4b1d32816 0.04 MB 100 117
263,542 263,542 0000000000000004b4e64749be30247cdfff0b8eb2525055c9fff59946d8002f 0.01 MB 23 88
263,541 263,541 000000000000000bddc772c8f7c7023a8cd7451f9ef8ef723cbf065f90098244 0.10 MB 194 81
263,540 263,540 0000000000000000d581065c1394c66ac750952d334a0a33a235f949b5299d4a 0.08 MB 174 71
263,539 263,539 00000000000000069888d8e954947816fa206403bacfe3980c871bdab343b23b 0.07 MB 104 87
263,538 263,538 000000000000000f6d4f744d475472914b450de8fc45ce2c8787f7749196631d 0.02 MB 64 93
263,537 263,537 000000000000000aab30d52145538044c89587bb68df278555988d95256c7823 0.14 MB 289 113
263,536 263,536 000000000000001194ca1ca5273e61ed79e6bbd09aac9018fe4c62115a8aa98d 0.14 MB 308 55
263,535 263,535 000000000000000506f201eda2c0a58b23fef5221a6cafbb1a2d177f69fbac65 0.25 MB 572 125
263,534 263,534 00000000000000111d0a42cf8799e8ff8fec7c3001460eb3e769562d7b459922 0.01 MB 21 163
263,533 263,533 0000000000000005a901a685a2b2f68e93e05f09e0ec894975923d01a21c4084 0.01 MB 28 100
263,532 263,532 000000000000000ece5a667383b49c64f29985d58ade82cbce9b92dc217e8505 0.03 MB 89 89
263,531 263,531 00000000000000084c6358355659df5228a38e32feac40674e1ea1999b583980 0.12 MB 186 70
263,530 263,530 000000000000000a8fc4097039b8edc2782564789c3e451b8480a1d90f117c14 0.03 MB 58 87
263,529 263,529 000000000000000c229215642dc9370617362d9aa96019f08fb4d28a1bdaa7b1 0.15 MB 218 79
263,528 263,528 00000000000000022881788a822585688e11911ebcbd0c752628ea48211ca3d3 0.08 MB 164 85
263,527 263,527 0000000000000009e5e4efbb713aaf2d7fbe4de176cce7a283371059570d2f37 0.06 MB 120 78
263,526 263,526 000000000000000c2dd4baa823a17fe1ed302a21e7265880d25ee57ede4640f6 0.14 MB 140 36
263,525 263,525 000000000000000c76ba1b4347d8b94534b0e0b555d2e27b4906962e9cec62df 0.17 MB 301 87
Previous 10 blocks ↓
Total Size: 778.87 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: 399.32 GB
    • Received: 3.58 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.