Loading Tool

Explorer IconExplorer

Memory Pool

76,082 transactions
29.11 vMB
0.10317583 BTC
Random Selection Loading Transactions
Max Size: 172.10/200 MB

Candidate Block

Mining Attempt 115200f0561ecd4e91a2e7264553ce307fc9fff1027cae7bf45ae4b150eb8005
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 64c9805c277f7a9f5c5a7df24f752a81a8fb5d2dfabffeec8b0b3c876e69cf9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04100982 BTC
Feerates: 201.37 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (272,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,309 642,309 00000000000000000000418ac11eefb91022f4d0d180c4be65f022d14afb4e70 1,861 1.00/1.00 vMB 105
642,308 642,308 0000000000000000000b5b576e2911e306c8a5d473a2cd5c6de92a14c0d7b7ed 2,379 1.00/1.00 vMB 3
642,307 642,307 00000000000000000002731ccbbf441da283c8b8897f3fb5e424dfd2a8b738b1 2,257 1.00/1.00 vMB 46
642,306 642,306 0000000000000000000e1c05ee3b935271fc2ef20e3b263aa9aa859128f890cb 2,036 1.00/1.00 vMB 30
642,305 642,305 0000000000000000000649c5a1d9475172498e497c7d35c08f41d10348dd7ef1 1,610 1.00/1.00 vMB 32
642,304 642,304 0000000000000000000395015c7c7e469bb47df5e5fe2bf73578a36029de3887 333 1.00/1.00 vMB 8
642,303 642,303 0000000000000000000b785920512d0b64be4f60046a35cba19af913add152ab 1,817 1.00/1.00 vMB 36
642,302 642,302 0000000000000000000c005c3b192e04950b51156f8bf6734148596e1dbe8118 2,427 1.00/1.00 vMB 97
642,301 642,301 0000000000000000000e2500e65f59e033c9ea62eea99f95d9b10d18b1f36c59 2,864 1.00/1.00 vMB 115
642,300 642,300 00000000000000000009451b0a28a9af94bd3d76e701587a2d81dbe0d5b9135f 2,148 1.00/1.00 vMB 29
642,299 642,299 000000000000000000036fe76f3332b2a36550919f3889d7cd09a67451ba3ddb 2,449 1.00/1.00 vMB 70
642,298 642,298 000000000000000000002df45d874d47bf273beeca5fd3ef4639ea91b5bdd361 2,720 1.00/1.00 vMB 107
642,297 642,297 0000000000000000000bad9a8a3aeeda9879b43ea050fff147b84b76a5b09c1c 2,063 1.00/1.00 vMB 42
642,296 642,296 0000000000000000000705152a0278b73111b01bfed15371f5500425da05f896 2,023 1.00/1.00 vMB 101
642,295 642,295 00000000000000000000a9642ff4861f4ebc05e558da64215849f6acbb3ee451 2,583 1.00/1.00 vMB 75
642,294 642,294 000000000000000000013bf4df2ba4d79234178684eaa9b1520fa9e9eadefce2 1,489 1.00/1.00 vMB 28
642,293 642,293 0000000000000000000fd96f78d51c5ffb82d3cf92454811927f16ed64593c82 445 1.00/1.00 vMB 10
642,292 642,292 000000000000000000102354f4565269ad67096413aafa2421d072368799317c 1,961 1.00/1.00 vMB 54
642,291 642,291 0000000000000000000fca97cab2c2018514b5efd3b6546a2e3cd661ae744082 970 1.00/1.00 vMB 22
642,290 642,290 0000000000000000000fadbd5a63fcd9aac099c3dd6b6adda8131b8dfe050018 2,491 1.00/1.00 vMB 69
642,289 642,289 000000000000000000097144a565fbcec1a60a0c456e5f0c96ba483322dbad1c 1,358 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.