Loading Tool

Explorer IconExplorer

Memory Pool

40,626 transactions
28.32 vMB
0.13869700 BTC
Random Selection Loading Transactions
Max Size: 144.64/200 MB

Candidate Block

Mining Attempt efb15b91ad6129c902b0d1f23812642c1e117d74ed5d5c4cf9f8dbecb7bd4304
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root f4554a8c55d4017ff516f121aeaec7402137bd2bbf6ddfccce21e32a222690c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.08402631 BTC
Feerates: 102.90 > 8.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (417,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,317 497,317 00000000000000000045adbfba36f18b301bedbb5cbec83da4ab8ed67d5b6fd1 2,254 1.00/1.00 vMB 112
497,316 497,316 000000000000000000cfe0cb7ad6e569445f7c52c79342a5e35b86bfc33cc8b4 2,117 1.00/1.00 vMB 35
497,315 497,315 00000000000000000037a334da70d7b970d7c98d187053aff5dc98ceef7d980d 2,335 1.00/1.00 vMB 12
497,314 497,314 00000000000000000061829b50183e4052ae18b5a9ea7ae88956db876e1e9157 2,339 1.00/1.00 vMB 124
497,313 497,313 000000000000000000b8b13aaf261f137f62c6a703a4df59784a838f89778b2d 1,331 1.00/1.00 vMB 50
497,312 497,312 0000000000000000006b936ecc7219cad39727f1b39515abc6f101a7a0d926ce 1,229 1.00/1.00 vMB 53
497,311 497,311 00000000000000000072ae8958a4d8eda1283d637fbcfebda4c958223c7139fc 1,822 1.00/1.00 vMB 60
497,310 497,310 000000000000000000490971c88537098d842c409d1472c76c31336c6ffdd2f5 1,814 1.00/1.00 vMB 44
497,309 497,309 0000000000000000008a02e5bcba4aee7921f79abb1b679329d5b730ed3e76ea 2,195 1.00/1.00 vMB 107
497,308 497,308 0000000000000000005a5bdc16f9044ad1016e92421d326df30037dca048daed 2,397 1.00/1.00 vMB 181
497,307 497,307 00000000000000000015e2099c69b44b2b118fc07d02eba23f3c659081efd030 2,404 1.00/1.00 vMB 170
497,306 497,306 0000000000000000002fd8f490347165c87e1e6cd96bf61ab514938dcf9ab97a 2,732 1.00/1.00 vMB 149
497,305 497,305 0000000000000000005113cb8b208b8fb910b2de194489055945665005689fa2 2,395 1.00/1.00 vMB 27
497,304 497,304 0000000000000000009817efc2bd475dc81c6c86d1deebeab46fb182da8d5f54 2,995 1.00/1.00 vMB 87
497,303 497,303 000000000000000000bb00e4efcac2904d4501aebb265e72dc940ff5b3c4ef46 1,833 1.00/1.00 vMB 66
497,302 497,302 00000000000000000092ebbbf38d8ca4a62e095c4be56b5773aeb37931d699b3 2,394 1.00/1.00 vMB 154
497,301 497,301 00000000000000000059b7b28f04028e21277caa05aed03207defcf8475b37c0 2,055 1.00/1.00 vMB 119
497,300 497,300 00000000000000000055720561fe96d40615c219c5e0d87440c5e1bfc6c79664 1,730 1.00/1.00 vMB 124
497,299 497,299 000000000000000000909dc3f40b6beb291a580bc8aa7278e48712acb791dda1 1,176 0.99/1.00 vMB 146
497,298 497,298 0000000000000000007245f091b0fd5a39483a6b360507ff575ee189ba94e591 2,298 1.00/1.00 vMB 148
497,297 497,297 00000000000000000004a7e25eac6533515cc40fa356ff058c462bdeff8fe018 1,982 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.