Loading Tool

Explorer IconExplorer

Memory Pool

18,123 transactions
3.58 vMB
0.01688981 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.53/200 MB

Candidate Block

Mining Attempt 988ea050ad24a57edfb0d5e07ce3233ea31b3e0514917a134c8548036819dacf
Version 20000000
Previous Block 000000000000000000009769429246c67b4aad65947a539986ce93ac183a6692
Merkle Root 2c91da000d03e1635368e14ff80e4b335add91004c4d5b1ae6d5d3751b5a31c8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 614
Size: 0.19 vMB
Total Fees: 0.00779942 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,883 (648,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,630 264,630 000000000000000c6ba43baeeee5ffc98126feec13f8e62bafda157c2c1efee8 0.25 MB 402 125
264,629 264,629 0000000000000005c13d9149045d183b58eab035714f6d86cf0842d512a21729 0.08 MB 114 80
264,628 264,628 000000000000000a5e0b35f42c32d844d3d81d81ab674d72803011c2ef8b75eb 0.15 MB 125 49
264,627 264,627 00000000000000006de1db54dab3f4fc210bc50edbee538c38c89ad9f3d8b67a 0.16 MB 392 123
264,626 264,626 000000000000000a1baf416c2b7af0fb52ad3978d55dfde7ba9c33349a20e799 0.11 MB 191 44
264,625 264,625 000000000000000a10ef9827fbcdf000e03e89c1620f5b6fa0c4024daa3f6a23 0.33 MB 431 57
264,624 264,624 0000000000000003f759b835c66dfe41d68fb61cd76e614f1a35ead29233469a 0.23 MB 509 118
264,623 264,623 000000000000000b828783d7ade4c3153d825d4f0551d1c4999ae4f7ed601a97 0.21 MB 432 34
264,622 264,622 000000000000000b21ab691786e9f7542094c199dd2c33e41d8e6a7f35611977 0.25 MB 451 132
264,621 264,621 00000000000000099e2139b9581267ccd86f03d93e438865ba896e8dd1cb4cd2 0.05 MB 77 69
264,620 264,620 00000000000000092e22b875bbb280cf2d4baced9dedbe34c44095e5d1ae2f2d 0.24 MB 541 43
264,619 264,619 000000000000000028a6e30d1a97df8630f950488a407cb04efb81629d33f63b 0.25 MB 563 140
264,618 264,618 000000000000000ced5f3233b8760845200ef3d82436a33af6a375c0500c35f0 0.05 MB 90 71
264,617 264,617 000000000000000f2d9f303505929ce11a03d78d2f795ff79bdea759a6d8c9b2 0.13 MB 256 107
264,616 264,616 0000000000000004cbfb4ac5c92737e897b467ce4efd79848b315e9663a8b773 0.11 MB 245 94
264,615 264,615 000000000000000302d94faa61e19bc3db01b56fb6fc587a0b1392a42c18c533 0.23 MB 469 90
264,614 264,614 0000000000000001120f42701b8165d474a44c3c88125868a25476cdb2d7d0e9 0.23 MB 401 89
264,613 264,613 000000000000000cadfd8232728c16be718272e43f2eae185ead6a8b93077e1f 0.12 MB 279 112
264,612 264,612 000000000000000fbd1ce8860b84fe809cefdd11e49f2954bf2f9187b5f200b7 0.14 MB 355 120
264,611 264,611 000000000000000011d9f6931e65f814c6f3b221736b0c45f25e0365a3d156fa 0.04 MB 76 106
264,610 264,610 000000000000000cab1db0a04eed3d86a32a9935c8d6b2c480e2d7890b644298 0.15 MB 291 97
Previous 10 blocks ↓
Total Size: 778.63 GB

Node Details:

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