Loading Tool

Explorer IconExplorer

Memory Pool

74,148 transactions
28.73 vMB
0.08072944 BTC
Random Selection Loading Transactions
Max Size: 169.84/200 MB

Candidate Block

Mining Attempt e8846df95befc9c71ac10b2eee84086c7a13e4c30ba7ba80a04be9cfc21b958e
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root c8737fe5e14997aedde1dc61856c058da39d45537142e0b067f402f998303098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,535
Size: 1.00 vMB
Total Fees: 0.02245499 BTC
Feerates: 150.36 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (355,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,202 559,202 000000000000000000264d9e4093e96e1dfe43bdd004d17f4a76f8eca362f0ef 3,166 1.00/1.00 vMB 20
559,201 559,201 00000000000000000023f7d0d0467c96b81a421315df715e99d6d801fbdd7235 1,698 1.00/1.00 vMB 11
559,200 559,200 00000000000000000011ff9cad79dfb3fadcfbf33086e05761c7096dadf08bca 2,908 1.00/1.00 vMB 40
559,199 559,199 000000000000000000233c8573f353adea371cbc5af160c062dfd50d5b8a7c20 2,302 1.00/1.00 vMB 7
559,198 559,198 00000000000000000015bffa87a9dc5b76905abaa011b379a44aaa8fdd96bc7a 2,313 1.00/1.00 vMB 6
559,197 559,197 0000000000000000002176f80b9c1ce60d3f9de80bf6528bc5dc60258e631d8f 3,464 1.00/1.00 vMB 18
559,196 559,196 0000000000000000002ce5b9e3e77fd8382a3e99f9e69ba5940a7bb7f73b89b6 757 1.00/1.00 vMB 4
559,195 559,195 0000000000000000002ece2cff06be5041e50db0e0a527e6362f738a9e3e66e9 2,832 1.00/1.00 vMB 10
559,194 559,194 00000000000000000017b6e5f945e2562f4a9e844be214e87e47c1d9f7592e06 1,918 1.00/1.00 vMB 8
559,193 559,193 00000000000000000023f961edeb033618fa8d83b86f15a76dc5fe42a66392c2 3,054 1.00/1.00 vMB 31
559,192 559,192 000000000000000000241f16dc4ec20f1927c39260bd29690cf8b07b34a90f68 303 0.16/1.00 vMB 7
559,191 559,191 00000000000000000029c2697f1f4fd71901565414ece31d46616330d9b8a9f3 2,582 1.00/1.00 vMB 8
559,190 559,190 0000000000000000001863eea67b89293c584648ac2a3bb749ccea92cf3de217 2,875 1.00/1.00 vMB 6
559,189 559,189 0000000000000000002230aac9c94d704ff2d3e1f824473137644ffaafd01797 3,326 1.00/1.00 vMB 29
559,188 559,188 00000000000000000000108a15c605bfdb0fca512a6aca12b3bceddf0633a88b 2,688 1.00/1.00 vMB 18
559,187 559,187 0000000000000000000e97128441b99fc71990d64789a84d64610e13d8cb9baa 2,699 1.00/1.00 vMB 4
559,186 559,186 0000000000000000000d84085ac936960d52beba075218459a02cdc7b704904e 2,858 1.00/1.00 vMB 16
559,185 559,185 000000000000000000168006fd4235be51f81d0d68f162de7f576cc7dca5a090 3,049 1.00/1.00 vMB 14
559,184 559,184 00000000000000000005368709687b575fbbc344a57f4d4ccdaf071a29454c82 2,701 1.00/1.00 vMB 11
559,183 559,183 0000000000000000002c4d586dce3e8c30cc972693af3144c34302c71bcc9565 1 0.00/1.00 vMB 0
559,182 559,182 0000000000000000002d9b5e185535880b80e65335643dd8eface8ae4ffb8d2b 3,157 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.