Loading Tool

Explorer IconExplorer

Memory Pool

75,652 transactions
31.92 vMB
0.09284148 BTC
Random Selection Loading Transactions
Max Size: 184.63/200 MB

Candidate Block

Mining Attempt 80358af410cd452d7d45e073b1aa84c1d968512db0e90bde5401b8774ccb582b
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (278,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,439 636,439 00000000000000000002f931e57e4657588e64cb1f546ff522d82bfff68bd69a 2,542 1.00/1.00 vMB 46
636,438 636,438 00000000000000000011abb0e3497c9feb8abe4cfeef380ce2acfb0d7be0e240 2,361 1.00/1.00 vMB 39
636,437 636,437 00000000000000000006bb6c2ec89f2e16f609e8814ba771e13996e21249b4d8 2,541 1.00/1.00 vMB 19
636,436 636,436 00000000000000000003f12608c713d887fc216753ba70b264cc54379415928b 2,153 1.00/1.00 vMB 9
636,435 636,435 0000000000000000000b7fd63a4159cdcd6bdb3fce89080c7e364a6fa72794bb 1,903 1.00/1.00 vMB 14
636,434 636,434 000000000000000000025e79cfc90a8530f84156cff55e3fb318b8b81496c463 2,203 1.00/1.00 vMB 19
636,433 636,433 0000000000000000000ecb9a71899ba62d0a79ca9e886d93145315af6707d1c0 2,509 1.00/1.00 vMB 22
636,432 636,432 00000000000000000006f9c12770afecd8f227cf36f7056cb87b3543636fc848 2,728 1.00/1.00 vMB 32
636,431 636,431 0000000000000000000e21e6c6712b87e0347f0a49dfba0e16fdf1c3d2f0ceab 1 0.00/1.00 vMB 0
636,430 636,430 0000000000000000000578ca25634e88cc4319bb7ef4a4a9a689ddbbc1e91caa 2,523 1.00/1.00 vMB 24
636,429 636,429 00000000000000000006c7cdd2e828230633b17b2f88e99ce4a954a189efa1de 2,537 1.00/1.00 vMB 40
636,428 636,428 00000000000000000002d9d080c723db5bbb9a41fb22da025965bfa16ab34db8 2,704 1.00/1.00 vMB 53
636,427 636,427 000000000000000000083ff755e1b81b1863691e9d56ec9a43aa7ac387b15336 2,117 1.00/1.00 vMB 46
636,426 636,426 000000000000000000099cd28ff75fe0e6472e07717211855c208dc172c471b8 1,503 1.00/1.00 vMB 43
636,425 636,425 0000000000000000000df7901be3bc27dbf89facdcf4431d7144e3a3a51e098e 1,692 1.00/1.00 vMB 41
636,424 636,424 00000000000000000008a61fff8b8fed2301f3798c8b50139e0d4b6fcda11401 2,789 1.00/1.00 vMB 19
636,423 636,423 0000000000000000000b32c3f8e2258cc886a3b004c691f73a0db326fe373f94 2,585 1.00/1.00 vMB 39
636,422 636,422 0000000000000000000589666ef9be39d5ad448b38cd10a5ddb4fef091250fe3 2,668 1.00/1.00 vMB 42
636,421 636,421 00000000000000000005864b65bf23ee91a669e708c39efe8afbb55948bda137 2,404 1.00/1.00 vMB 33
636,420 636,420 00000000000000000005d560818baa5f578fe256fbe7df5323142db1b22b6785 3,048 1.00/1.00 vMB 45
636,419 636,419 00000000000000000002c8846ef25c8fad9d3b3c0c3722daeb933928d606c008 1,993 0.82/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.