Loading Tool

Explorer IconExplorer

Memory Pool

29,377 transactions
18.81 vMB
0.05898230 BTC
Random Selection Loading Transactions
Max Size: 102.53/200 MB

Candidate Block

Mining Attempt 1192f142c75e5b913f51a14c03fe30e7c056627bf9e80e029c8067b5f2b8bf45
Version 20000000
Previous Block 000000000000000000011e255bdfa53d594854dbd7b5fcdd5629cfc4ff6d46a2
Merkle Root 4962f937cf1c2f10ce0481b051cd0f19232a2a5f1acf237b161294d842b0d39c
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,257
Size: 1.00 vMB
Total Fees: 0.03329852 BTC
Feerates: 502.67 > 3.34 > 0.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,622 (886,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,114 55,114 000000000f4ce07c85626916707d429cde624c5fc588c9f45e01dfd2341d2385 1 0.00/1.00 vMB 0
55,113 55,113 000000000609d95cfbc0a8ef537dee0a9daea4e4f197ae26dcd33c8761cabf0c 1 0.00/1.00 vMB 0
55,112 55,112 000000000b9b62aef43bd1889ab2354e7b52e9de86b3e3e77a0400e1e36f35b9 1 0.00/1.00 vMB 0
55,111 55,111 0000000012432b69bf32f94f1857303b585dd18f1ba30c57f4c84f0ea1559cd5 3 0.00/1.00 vMB 0
55,110 55,110 000000000a6e917b023909457688019bada2cff92e6b028c8c2fa3fe9e783aa5 5 0.00/1.00 vMB 0
55,109 55,109 0000000011429d3683319c21edd8c019931f2aee37bb7e38a4a4c1b17ad2f473 1 0.00/1.00 vMB 0
55,108 55,108 000000000df51e0566f7c0cceb3355d2ab477138b043b97b9a6fece3f53cf3e5 1 0.00/1.00 vMB 0
55,107 55,107 0000000004303684821919dd10d7114f46324f8d3670ce58069ae6444a929264 2 0.00/1.00 vMB 0
55,106 55,106 00000000052fafc5b5f3c0491b359edff4760fad2c35de2456a651473d942f65 1 0.00/1.00 vMB 0
55,105 55,105 00000000071d76f924d22232456de02ddbf9a6129e93370d5a5f55b4cb119604 1 0.00/1.00 vMB 0
55,104 55,104 000000000459aafecf4f65adac97defd6f448c64e26701ac0b509850ad7cd01f 1 0.00/1.00 vMB 0
55,103 55,103 0000000001bca2919a98e33cf660b8be96689490d75b9492ec863931832f42de 1 0.00/1.00 vMB 0
55,102 55,102 000000000a94db9e69b10890a60d39cbc05a3088acb2f53dc5e37062c9cb4046 3 0.00/1.00 vMB 0
55,101 55,101 00000000017d42554ad39e7be5ed5368814b9bacfe363b6569049fbc12913b2c 12 0.01/1.00 vMB 0
55,100 55,100 0000000002f8398c51df4cf312fba8d00ac9f38a2935547c5f0462f253d04799 1 0.00/1.00 vMB 0
55,099 55,099 0000000009ea70d1e603c9fad6fd0cf800cb662de1b9273b40a2925e654e6072 1 0.00/1.00 vMB 0
55,098 55,098 000000000220d0d8627ea773f834c2880d45a81281f684373e003b8e848d6751 1 0.00/1.00 vMB 0
55,097 55,097 00000000053b87b3a44cbc8308a2dd57d23d3132122cb6a05750be314b57d653 1 0.00/1.00 vMB 0
55,096 55,096 0000000004b6b08846a69ea95a3b91a8f333094c71e89b1b921a4ba34c551e79 1 0.00/1.00 vMB 0
55,095 55,095 0000000006c081f5f6f7d663dad2efe92ba08a8eb73d79f883c0ea4db799b765 1 0.00/1.00 vMB 0
55,094 55,094 00000000123749064365d7669e3ac0744d5c6006bd676fe29691b3b6f16064dc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 829.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,665.42 GB
    • Received: 253.19 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.