Loading Tool

Explorer IconExplorer

Memory Pool

24,957 transactions
6.73 vMB
0.02535323 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.80/200 MB

Candidate Block

Mining Attempt 516b01ea648ddfa98f8b571737180bc05f05c8952f523c49fbb0724973fce709
Version 20000000
Previous Block 000000000000000000013cf25723fe0f82493a9b4b9512143d1d8a7879b10b59
Merkle Root 32b690ef2058fb9948c7d00410557ab39ad70e4aec5ad5157cdf44eac86b1c68
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 556
Size: 0.26 vMB
Total Fees: 0.00740094 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,100 (690,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,629 222,629 000000000000016872e3638a5b255bdef3004209b3fe211bbc41f817cb321149 0.25 MB 669 245
222,628 222,628 00000000000001a2eb7302528969eef3fc7236449bcc331868987f927cc52cf6 0.30 MB 397 116
222,627 222,627 000000000000032e633fec9dbfb08d7f492d0c93bcda41998ce1db9a8182bb99 0.24 MB 297 27
222,626 222,626 000000000000012c1405a64a7a661c48d33febfda76dbfd94e567b00318bec5b 0.25 MB 458 131
222,625 222,625 00000000000003db36d3640901f9f0dfd03c4179089734a3ace95b31c227cdc7 0.05 MB 107 52
222,624 222,624 00000000000004406d198c6c172a0c716dba43b2629046dd23c216a51f68af3e 0.25 MB 700 217
222,623 222,623 00000000000000206c0eacc6727db742c5798b926169c8d22e55c43b2268e04e 0.18 MB 400 224
222,622 222,622 0000000000000485e4caa71db8dda2c34e11fec81732156e6916f6092d82e28d 0.01 MB 29 228
222,621 222,621 00000000000001ac311ea11a3fbab6712d62cfbed4ad33a688985fc661b43325 0.20 MB 412 160
222,620 222,620 000000000000008552acf37cbcc3df37718cb1f1122d3de174fcc720e6e1d096 0.06 MB 94 118
222,619 222,619 000000000000006b35d41a0fcfc5de64c2bafca93d48512f6ddc2bc80e9d2177 0.25 MB 287 99
222,618 222,618 000000000000003f499b9736635dd65101c4c70aef4912b5c5b4b86cd36b4d27 0.25 MB 595 232
222,617 222,617 000000000000037d19d4297c65706efccc725a420aded9b47d88aacac99f69e2 0.25 MB 795 222
222,616 222,616 00000000000001f99182850fdd3afb5713213ed3b92db6d28efa2917ff70de5b 0.05 MB 147 30
222,615 222,615 0000000000000033a7e1adeb50ac94179f88ace6438cc7e37b0e254cb4f1106f 0.25 MB 845 253
222,614 222,614 00000000000000234b14312fe6ed299105a39f3cfb99455700442de5652a17d8 0.25 MB 607 248
222,613 222,613 000000000000029d7d059670dd7affd338cf1b4df58d4754dc0b715f7f2beaf4 0.25 MB 703 227
222,612 222,612 00000000000002e8d20c873afa32d105d66cc5e4ab68e6478e5821562f740a78 0.30 MB 703 211
222,611 222,611 000000000000030e638c9c5a56de9131db9a215668070a60dbc5996f9b7b0107 0.25 MB 466 152
222,610 222,610 000000000000044cc22c16ac1b93d32d1f204cbe900b03a44d4ec16cd883065f 0.26 MB 602 214
222,609 222,609 0000000000000389f293c8787a7a71b7a9605d0b65d5bb9cf12b919764344bca 0.11 MB 214 136
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 111.20 GB
    • Received: 0.38 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.