Loading Tool

Explorer IconExplorer

Memory Pool

79,157 transactions
29.40 vMB
0.08763591 BTC
Random Selection Loading Transactions
Max Size: 177.95/200 MB

Candidate Block

Mining Attempt b28294bd0eaa4263f02a16e04c1663219a9254c0c6a981a71ff720a8a4d4aaec
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 17105c631355b28f28d61117ee71fb5986b928f3b331fedf19e4ac0fc68c2617
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,965
Size: 1.00 vMB
Total Fees: 0.02592859 BTC
Feerates: 263.85 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (45,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,632 869,632 0000000000000000000217007bd667908d6b11865da189cb8dedad54c962a2db 5,865 1.00/1.00 vMB 20
869,631 869,631 00000000000000000002a80f766b5d5ef4cc92a084a74dc946270aefe4b525ca 6,670 1.00/1.00 vMB 21
869,630 869,630 00000000000000000002aa965c9ff755e2c3555f97b79cdccfd7afc21b50a95b 6,905 1.00/1.00 vMB 23
869,629 869,629 000000000000000000020cbaddaf50605af54bcdf6592292d48785e02a98ad28 6,702 1.00/1.00 vMB 22
869,628 869,628 000000000000000000002c781fd8328a0b0e8b0cf7c1af06c911499c69922965 7,132 1.00/1.00 vMB 16
869,627 869,627 00000000000000000001458aa60f217727e4738e12f1aa42777afc0eeeead8d1 7,166 1.00/1.00 vMB 16
869,626 869,626 00000000000000000001914e673b72a34b08b22a6d33d5f0bace3a4eeda9b2f0 7,131 1.00/1.00 vMB 16
869,625 869,625 000000000000000000002d3170abd6dde4b39a947a6f64de0d7c2b5816f6b718 6,384 1.00/1.00 vMB 20
869,624 869,624 000000000000000000012f65c9fc051faf8f9abcabd6e3a3b2d0f5f0f55da9e7 6,359 1.00/1.00 vMB 9
869,623 869,623 000000000000000000005d6638d5806101de11d6f97705cda63ce149edb9222b 6,857 1.00/1.00 vMB 10
869,622 869,622 00000000000000000000ddb8c7e4fd0cde5c71e1a70cbd4315369a7ec6ad228f 5,886 1.00/1.00 vMB 11
869,621 869,621 000000000000000000022cd2c13e1bc40ada8453681ead7b4e21aeacf09f65f5 5,260 1.00/1.00 vMB 2
869,620 869,620 00000000000000000001dea4415cff8a4301c1fe186ac825e8cb74cd4daa6097 5,230 1.00/1.00 vMB 5
869,619 869,619 00000000000000000000556ef8fc4d7ef99522a02f84cc4e8e7c66502a9cbb50 4,688 1.00/1.00 vMB 5
869,618 869,618 00000000000000000001549cfd5e077f58e2a0cba5285af9ad277c841a5f07cc 3,752 1.00/1.00 vMB 16
869,617 869,617 0000000000000000000088706b8d17670677c6f744405f12b3d253d3e870ec88 5,547 1.00/1.00 vMB 2
869,616 869,616 00000000000000000002aae0619051bede4fc251684f9af1c21375a04f021f06 5,749 1.00/1.00 vMB 4
869,615 869,615 0000000000000000000254f989e63ea7fb74b6577357a4e174101147280efacd 5,022 1.00/1.00 vMB 2
869,614 869,614 0000000000000000000172e83588fd6a0eed58ef833474bf848f4e0a81c99a5a 3,624 1.00/1.00 vMB 3
869,613 869,613 0000000000000000000252321cbeee4e583e2aaec160d3fc25ffa4bde8996e5e 4,298 1.00/1.00 vMB 7
869,612 869,612 000000000000000000005a9744278b5b9badefcfc82c997a4b6095274e9583b3 3,785 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.