Loading Tool

Explorer IconExplorer

Memory Pool

77,752 transactions
29.24 vMB
0.08485357 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt 243df373011161fa4f87783e32445a4646cddf127b2dc17e607d6ed0bb7c34ee
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 5da5a1b03fae4b0e72d104b0f7addce1469469f6c73fc775c7234414ea1d0529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,192
Size: 1.00 vMB
Total Fees: 0.02352034 BTC
Feerates: 261.10 > 2.36 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (41,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,976 873,976 00000000000000000000bf3499311bf8666ce1a7d1f99ca44e432626ad6b12a4 3,680 1.00/1.00 vMB 15
873,975 873,975 00000000000000000000fe85fbc4583a9e805b5b06ca4c7c04391260877b80ad 3,708 1.00/1.00 vMB 20
873,974 873,974 0000000000000000000035b9c43495327f39782723bf20c1f44644af83b0fa65 3,449 1.00/1.00 vMB 14
873,973 873,973 00000000000000000002b14c6a2854a6eb24fa25346706b4ef035968e953395a 3,486 1.00/1.00 vMB 16
873,972 873,972 0000000000000000000294c5cc2f9c9dd982aa536916e48d1e055e22a07aaa7c 3,438 1.00/1.00 vMB 8
873,971 873,971 00000000000000000001610bc575680acc2b433abbce3fd883bf3e01ea928c60 1,885 1.00/1.00 vMB 4
873,970 873,970 000000000000000000018cfab22403569515450a848416e1e1ae549aa08be6a7 2,508 1.00/1.00 vMB 5
873,969 873,969 00000000000000000001c6ddb95ea2e7730a3b602a3e065060f4c9881e1a6c6e 3,429 1.00/1.00 vMB 7
873,968 873,968 000000000000000000016ff72bda8c4328590514342b64680e5215d39b83bedd 3,302 1.00/1.00 vMB 6
873,967 873,967 0000000000000000000134545f4816be5a19fc59f66ed74b12f1ecb9c97c72b9 3,090 1.00/1.00 vMB 10
873,966 873,966 00000000000000000001c1ea55bb9e4037cf0860b9d1f57d79207adeef2849ad 3,194 1.00/1.00 vMB 10
873,965 873,965 00000000000000000000de7be0446b64799ce92fdcb0863d8eb9ba4dc50d7833 3,179 1.00/1.00 vMB 11
873,964 873,964 0000000000000000000298fa36267467c058e5d02409981a9f9c63831f9c53cf 2,593 1.00/1.00 vMB 7
873,963 873,963 00000000000000000000e84e7d543d9e0b52226a66bfcab7a11f0956be3e063f 3,000 1.00/1.00 vMB 8
873,962 873,962 000000000000000000027c1f76cd10e8cfa38cc5f6ca02b6c1c854337c9b3222 1,886 1.00/1.00 vMB 6
873,961 873,961 00000000000000000001fd77a8693f4903c54bd4fc0c95d1f522fc29bb5c3fdd 1,990 1.00/1.00 vMB 8
873,960 873,960 00000000000000000001716abc47d9f3eaa567371a0e135e4359faaf61829ea2 2,304 1.00/1.00 vMB 11
873,959 873,959 00000000000000000001ac75cc85f58402c32161b4806e907e35ef93b8e87f97 1,718 1.00/1.00 vMB 8
873,958 873,958 0000000000000000000159fc982214ce8880c156611cac387db11fbb0a6a2d4f 1,112 1.00/1.00 vMB 7
873,957 873,957 00000000000000000001613222ba9179d38ac743387618306dfb28d8a8868df3 1,801 1.00/1.00 vMB 9
873,956 873,956 000000000000000000000bc128842cb3d090e1373701dfc37f0b0a6de7d0926a 1,626 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.68 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: 685.42 GB
    • Received: 16.48 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.