Loading Tool

Explorer IconExplorer

Memory Pool

87,341 transactions
32.12 vMB
0.11810262 BTC
Random Selection Loading Transactions
Max Size: 196.37/200 MB

Candidate Block

Mining Attempt ef2484dea81cc9ed1a36a9c520383c1ffcf4f7ad2624100c7d7b20aa251fc158
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 4d5c7f50a7bebb915797c660f02fc743f700cacffee6faafcf81b15bcba10504
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03297116 BTC
Feerates: 1,236.26 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (525,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,192 390,192 00000000000000000032b2b3e540f81f9b4eaee73f5d2195cd08b86555238d35 1,173 0.59/1.00 vMB 34
390,191 390,191 0000000000000000052d9c12d904decd4fd508d6eeeebf91f76d99b6eb8dd3c4 53 0.09/1.00 vMB 8
390,190 390,190 000000000000000004b35b889d1ada7a3aa792922b0ee49af247b45e3d6dab92 146 0.25/1.00 vMB 9
390,189 390,189 000000000000000005045d776f86ff5976dd24808e19ed71cb9166c0a7e4a9bd 1,086 0.65/1.00 vMB 27
390,188 390,188 00000000000000000366376956964d2764ecfd756aa5118ad4b619df9c53a5cb 120 0.11/1.00 vMB 9
390,187 390,187 00000000000000000af07f7bf09a74aaeba32c95245c8de09461c12fdecd1462 842 0.53/1.00 vMB 26
390,186 390,186 00000000000000000a2a6f1704b95b1d333b1911e15b957b47d6ee423e85e257 363 0.25/1.00 vMB 22
390,185 390,185 000000000000000000d2dc65b92bb0466d3040ed905096a0ca465fb29ad9b730 612 0.39/1.00 vMB 23
390,184 390,184 000000000000000007739003dae96c5db0a6d435b6e9a7874f719a3f96be504f 402 0.22/1.00 vMB 25
390,183 390,183 00000000000000000b78c935e69a8cbcf2e20007740a103ce97a7440717bc831 1,421 0.75/1.00 vMB 32
390,182 390,182 00000000000000000330a0523230fa00ec0cd6b3cc812dafd87cc25d21fe9eb3 345 0.20/1.00 vMB 29
390,181 390,181 00000000000000000b13d70f135b91d391f9a6c7394afaab7e8625c056cba2de 153 0.12/1.00 vMB 16
390,180 390,180 000000000000000007e0cc9edb9c11fbd3b0470a71c19b2140b0bc24d05d7c0f 687 0.30/1.00 vMB 36
390,179 390,179 00000000000000000b2b6652e3b82d1fc1172cc2421c85f75e0bb6de2a82db07 495 0.29/1.00 vMB 24
390,178 390,178 00000000000000000ad6dfba36e0791e4d4dd50a17b711ad7f9b8590ed22ae90 366 0.27/1.00 vMB 35
390,177 390,177 0000000000000000087c27bd6114b558c196bcf866dafd3e4173f6dca2c55a07 131 0.08/1.00 vMB 15
390,176 390,176 00000000000000000743a1cf3b9e10d2f8f2c1500200bda1f511fdb587d8fa05 124 0.10/1.00 vMB 21
390,175 390,175 00000000000000000731138e058a0d12a86173cde8b42d3678d74ad0be1b24d0 279 0.16/1.00 vMB 24
390,174 390,174 00000000000000000252dc282570afd0bf41ea2ed9daf7c30939a16fada880ae 267 0.14/1.00 vMB 24
390,173 390,173 00000000000000000538f6aaffb6867ef5ade6e3fc21e54f97df0e20300a88d5 1 0.00/1.00 vMB 0
390,172 390,172 000000000000000003287298c4e4bc97dadb648a85ecce0e482ea7a98bfdb740 646 0.38/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.