Loading Tool

Explorer IconExplorer

Memory Pool

78,656 transactions
29.36 vMB
0.07835981 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt 5929497b0b5999a49e33b95a1c2c6450a06267e3c337f06c32bf8cc8806ebf7e
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 23454c3552b2d5b939876de16d95e52ca0aafa2fb14e8518251032dc78873efc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.01400612 BTC
Feerates: 100.36 > 1.40 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (139,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,275 775,275 00000000000000000002d2825003908ca2c9ddafd7b8e0f2787b431e8367a38e 2,038 1.00/1.00 vMB 19
775,274 775,274 00000000000000000003c29e576793187e1e819df4611fd9393249c49ea87283 193 1.00/1.00 vMB 1
775,273 775,273 000000000000000000020dc3ee060948fb4c4b03f97540000a3749c3d8337ade 1,885 1.00/1.00 vMB 9
775,272 775,272 000000000000000000000f2e4aeff5cefa8a218f20c401021e60366e16013a63 2,139 1.00/1.00 vMB 10
775,271 775,271 000000000000000000071d775b4a281a99c4732e9f14cd483a4f83ef1a29d3cd 2,563 1.00/1.00 vMB 12
775,270 775,270 00000000000000000006df2b7adcbf7da0591eae73ba5a35b0b359f472ea4615 988 1.00/1.00 vMB 2
775,269 775,269 000000000000000000020f7799e1f8a8d348a91207d631cfd764cbaac554a39b 2,097 1.00/1.00 vMB 5
775,268 775,268 00000000000000000000b8bff69a64fef2a548ddb1c2e10150e199e1f7bc50c7 1,689 1.00/1.00 vMB 6
775,267 775,267 000000000000000000029a95b8005b6ca01423ad3bd3b2e96981e8705a8908f0 3,162 1.00/1.00 vMB 16
775,266 775,266 000000000000000000054a90eca11b8c89ca12e9a0f4dee54543d2340a9615d0 2,355 1.00/1.00 vMB 19
775,265 775,265 0000000000000000000564be3b6c0f6854ef44c269fe0e0251832e201656cd17 3,630 1.00/1.00 vMB 17
775,264 775,264 000000000000000000026d2ee84dda1bd624fdddbd39b2b8311c6cd5200125a3 3,258 1.00/1.00 vMB 32
775,263 775,263 000000000000000000044bbde23fdb39770ba4920fa6df15c1fba9f872fdef8f 349 1.00/1.00 vMB 2
775,262 775,262 000000000000000000028e67b5dc1ddd07f5fccd8f1359746c96eaf5eeb994cb 738 1.00/1.00 vMB 2
775,261 775,261 0000000000000000000250bb2dd664527223f9fbe5927b6f347c1f1f9e82d39b 1,138 1.00/1.00 vMB 7
775,260 775,260 0000000000000000000471686e38720d5b283f3561d3fa0ebd72c8a22f3e66c5 513 1.00/1.00 vMB 2
775,259 775,259 00000000000000000006bf9f710439470a93f9fb7acbc0f5952a04c4a02bb35c 564 1.00/1.00 vMB 2
775,258 775,258 000000000000000000014aa5a0dbe0cdfe8fcec7c5819155b321bcaa23513ac9 805 1.00/1.00 vMB 5
775,257 775,257 000000000000000000026e86812b0cd6f8f35f1e2a4e1ae0304ec83c0719a1e6 166 1.00/1.00 vMB 1
775,256 775,256 000000000000000000063b4c78961ebc64345b9550b907fd74521ab20a53e671 2,820 1.00/1.00 vMB 13
775,255 775,255 00000000000000000005dcedd179969caaa51e30fdf1694f9df043df6468cbbd 499 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.80 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: 710.06 GB
    • Received: 17.02 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.