Loading Tool

Explorer IconExplorer

Memory Pool

81,180 transactions
31.11 vMB
0.07515364 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt d9ee89092467bb4857bf0811de858c95d0442a56532c9db2ae4f3855582e024f
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 9c04e5711a62561c2860bce5d87d3c5c21528bc18461de163d8bdea4fbf9cae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.00805984 BTC
Feerates: 100.37 > 0.81 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (452,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,979 462,979 000000000000000001683764254595c88aac8539a66c6df6edb9f04365e58ee7 384 1.00/1.00 vMB 14
462,978 462,978 000000000000000001de38120c6280d4bdfab35e5a2d7b0bcb3c9f6ddeb3f347 1,837 1.00/1.00 vMB 101
462,977 462,977 0000000000000000021638beb4f557769a5fa66fa5f5368f4992d7417aa84b84 727 1.00/1.00 vMB 43
462,976 462,976 0000000000000000015b38916765b21c89151da423676015a10e76628bf1f5d9 1,331 1.00/1.00 vMB 39
462,975 462,975 0000000000000000008632f11f51f282e78d94bf4753998a577d717a573d5d5d 1,605 1.00/1.00 vMB 95
462,974 462,974 0000000000000000010184851cdbec8523c07dc1d70cf9aff473144810ac258b 2,196 1.00/1.00 vMB 102
462,973 462,973 000000000000000000fbf475e617f03873d6bc37f6ddedcdc2bad3550e2fb82f 1,793 1.00/1.00 vMB 134
462,972 462,972 000000000000000000a249f1a251ebeaa392bfd2c73c7a6b4a1005d758603d50 2,626 1.00/1.00 vMB 163
462,971 462,971 0000000000000000016ef453e3d5510f1c32ebddb5dbde11c18ce360ec2d805b 2,445 1.00/1.00 vMB 147
462,970 462,970 00000000000000000105ddb4b764bc64b7fde6a498ac2f6197b3e313d4d7a5c9 2,097 1.00/1.00 vMB 131
462,969 462,969 00000000000000000171cadb3d8c1992e0bc9aca92238c1262b9d6d16ac6dec6 1,725 1.00/1.00 vMB 102
462,968 462,968 00000000000000000145ed334dd59ca223b018fd1a19060ecfbc5d25b80c1466 2,405 1.00/1.00 vMB 144
462,967 462,967 000000000000000001761b67f83262be2ecf31eb02825b778590fda73a8353f4 2,742 1.00/1.00 vMB 118
462,966 462,966 000000000000000000836d9ca48c98d42ce531352c22f6307d4368e269d7a85e 1,931 1.00/1.00 vMB 132
462,965 462,965 000000000000000000f270312d6370a0bc42074725cc0d82a0e60df0bfd0c0da 1,366 1.00/1.00 vMB 91
462,964 462,964 000000000000000001f37a91d95429743e8810b6e45ccf5aef1de0c4e2880d64 1,414 1.00/1.00 vMB 102
462,963 462,963 000000000000000001ac9e3e65be097dd179bc28ff7f5b9a4edca6db4057efee 1,571 1.00/1.00 vMB 129
462,962 462,962 00000000000000000022ea22a4ba5a61b757ae74ab58c4d5e7e1fd748f4112be 2,530 1.00/1.00 vMB 200
462,961 462,961 00000000000000000084f5950b9b3fde06b95f3fc7578cf05899302f77d3d871 1,970 1.00/1.00 vMB 140
462,960 462,960 000000000000000000b4d5a1025cd2b32dea39dacba6ac2c986666b818071c07 2,739 1.00/1.00 vMB 172
462,959 462,959 000000000000000001aaa51eae04b6096958bf336add921b548f65fa085bb85b 2,420 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.73 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: 707.87 GB
    • Received: 16.70 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.