Loading Tool

Explorer IconExplorer

Memory Pool

79,781 transactions
21.96 vMB
0.07205103 BTC
Random Selection Loading Transactions
Max Size: 146.95/200 MB

Candidate Block

Mining Attempt de89df2efafac44b9cf19ace1ed23989031460dbf47f834bf6f5f55293e338b5
Version 20000000
Previous Block 00000000000000000001394e3b269f0f160495e23b5d52abfaed0d8c3be7493c
Merkle Root 665a2c39f2eb38d283e46bacbdb4b3fa015d622eba6d93e742845514fedf62fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.02169920 BTC
Feerates: 108.69 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,225 (848,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,580 67,580 0000000003f3f1c009ee1bae99c50ad2a9e7703bdd9259816fab23aabd6cd0ae 1 0.00/1.00 vMB 0
67,579 67,579 00000000057dc9e34c06f0a0f6aec2fb7cb889dc54c88d333c3340d1145fc2fa 1 0.00/1.00 vMB 0
67,578 67,578 0000000000853d41d210e2473ad93c429c6e29e281458f22befe59b60bcaadea 1 0.00/1.00 vMB 0
67,577 67,577 00000000010e9384cc834933c4237b45fc0aa2a68f3e000e7cdb2c39bdc4244b 2 0.00/1.00 vMB 0
67,576 67,576 0000000000aafd55ddf23b2cae8ab3b8e8e0ace1c6772f35186a02561bed1117 1 0.00/1.00 vMB 0
67,575 67,575 000000000449c63117662403481e5b76842d9161a606ef2b694cdb07adb98aa6 1 0.00/1.00 vMB 0
67,574 67,574 0000000003e4272a2e0095adfe79fb8248e4258dbde6ebdecd80f65061d42d75 1 0.00/1.00 vMB 0
67,573 67,573 00000000035744fc63227047760677ba350c5b16ecb8766b3794d38bc4a43749 1 0.00/1.00 vMB 0
67,572 67,572 000000000574914f966dc8da23cfa74ab0108ef3ba470729847d2cc7b575dfe8 1 0.00/1.00 vMB 0
67,571 67,571 00000000014f095186bfb905d306c0456734df888d0f94cc26d6f2266b477ce8 2 0.00/1.00 vMB 0
67,570 67,570 000000000495ad28ff84314c77f5cac5107d564080a1727988116af8ca899b4a 1 0.00/1.00 vMB 0
67,569 67,569 000000000304db5ba4b0fd6f01e2b9734df9a023f1dbe3b52771430aa5cff498 2 0.00/1.00 vMB 0
67,568 67,568 0000000005a36b1a51d16cac9e83b277baf17c00b9571f65637a34753369b4c2 2 0.00/1.00 vMB 0
67,567 67,567 0000000004312a91c36b1768d1275728577697ff7bf0c8fb6e3e3c8647826f05 1 0.00/1.00 vMB 0
67,566 67,566 0000000002602c5a1a2692184e298095bf12aca85e9cc9487193c86c4743c213 2 0.00/1.00 vMB 0
67,565 67,565 000000000287fe3d3ed22dc2e6d3e83a63dc305da7b9353366ddb615d8875120 2 0.00/1.00 vMB 0
67,564 67,564 0000000001c1407dd355747b3bf298afbbf0615e0da3f4a245170be8adde20dc 2 0.00/1.00 vMB 0
67,563 67,563 0000000002761eb466fd2d72af9878aafc8bdf076e229bdc54c7e6cdaee7c5e6 1 0.00/1.00 vMB 0
67,562 67,562 00000000001e1705b8def2e6b3352eb2a6b9d0f9a9cde6057d37b079af87b52d 1 0.00/1.00 vMB 0
67,561 67,561 00000000057a9900bb42aef202134b230294c138bd6bee8d08aa0907782098d4 2 0.00/1.00 vMB 0
67,560 67,560 0000000000c13ff633d6391ce643ae6bec703ee5b336f9ea2eb4be0b849ae146 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.50 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: 825.24 GB
    • Received: 25.17 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.