Loading Tool

Explorer IconExplorer

Memory Pool

41,060 transactions
27.37 vMB
0.06552888 BTC
Random Selection Loading Transactions
Max Size: 141.46/200 MB

Candidate Block

Mining Attempt c89ffa4537c9b8b09a16c87b217b066d45476bdff03f8236125962704f0c44e3
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root d7339396275fc116b0b3023a97a1b25773a0ceb572e918f4ef23ca85522008bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.01309907 BTC
Feerates: 100.53 > 1.31 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (417,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,323 497,323 00000000000000000075cdcfb29b0193552ea53357bd83c25e40d05f0d2db48b 1,234 1.00/1.00 vMB 75
497,322 497,322 00000000000000000023198cd67eeab8488e7841473fe1b3670e6dade3bbf7e6 133 1.00/1.00 vMB 10
497,321 497,321 000000000000000000907e630b3e0c31dfb35d1f5c3d5b7d3e0d7459ac0d0145 1,955 1.00/1.00 vMB 113
497,320 497,320 0000000000000000006e566d9461ecaea3af7fe5635997a69cf968384ffe2c50 719 1.00/1.00 vMB 43
497,319 497,319 00000000000000000041e9b5bcf5e5bec1e7da7556de783aecdf970260a35721 2,301 1.00/1.00 vMB 86
497,318 497,318 000000000000000000c6bfb1c4697794b4dae3ff57015909efc3a91d65e896a4 2,835 1.00/1.00 vMB 46
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
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.22 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.