Loading Tool

Explorer IconExplorer

Memory Pool

83,330 transactions
31.67 vMB
0.12650158 BTC
Random Selection Loading Transactions
Max Size: 191.36/200 MB

Candidate Block

Mining Attempt 8d294acf4db77318c4920d78753cda85793d8f818c0ac5e7caa8b06525d96e20
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root d8caedbdc074e0cbd9a61a9817e07565c119c20e1c8266c6da8491df4358c357
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.04217574 BTC
Feerates: 803.65 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (434,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,522 480,522 0000000000000000003c63885209d60125288f321ebec56764b5c35d78be51c7 1,996 1.00/1.00 vMB 230
480,521 480,521 000000000000000000b4e18b6317e9fbcd8444a61d4e3911eeed91d0c62ff183 2,371 1.00/1.00 vMB 222
480,520 480,520 00000000000000000031d7da303a7c033bf0d5ff86204426e5959182b28befbb 2,114 1.00/1.00 vMB 222
480,519 480,519 000000000000000000a242e5643531756dc3d0f4604b422b8fcfdd808860cbdd 2,369 1.00/1.00 vMB 268
480,518 480,518 00000000000000000029c18e1ff6a858e44edaa7cfcd1cb50dabeaadbe74d378 2,556 1.00/1.00 vMB 273
480,517 480,517 000000000000000000bc8889c665c401206fa23575c7ffff169cdc939e73a66c 2,655 1.00/1.00 vMB 244
480,516 480,516 00000000000000000002f7cc54f633c72f542beb25674e8b024989dbf4605d82 2,659 0.99/1.00 vMB 262
480,515 480,515 0000000000000000011247744344d8f354bdf01d21fe4508c0d9aac064dd0e39 2,273 1.00/1.00 vMB 267
480,514 480,514 000000000000000001052c9d9c218d93c52159f79acc6309d3f7989742aa6d5a 2,568 1.00/1.00 vMB 323
480,513 480,513 000000000000000000706fc62edc3da4593d561464af7748893ba0bf56558b29 1,995 1.00/1.00 vMB 220
480,512 480,512 000000000000000000776b300b4d72d7b18bea327f5f2bd6610bc10ddd2e5b48 2,603 1.00/1.00 vMB 294
480,511 480,511 000000000000000000b51a86c210d430799ea51f90b5ab614224c69f311f0b77 2,380 1.00/1.00 vMB 269
480,510 480,510 0000000000000000003fc83a95bcec05abcd41b31242e1919e8a5e3660322c28 2,358 1.00/1.00 vMB 221
480,509 480,509 0000000000000000005a42eb2810ec3a8f102c1f1de2e5042c227cf254c099f5 1,939 0.75/1.00 vMB 256
480,508 480,508 000000000000000000df0e745b92a76206f6beddddab2a1eade2c9cb63e1ecc4 2,637 1.00/1.00 vMB 258
480,507 480,507 0000000000000000012287b970ec5c30e7e541ee50276bbc5942cb26fc953852 1,755 1.00/1.00 vMB 257
480,506 480,506 000000000000000000807de0ce829b6eb4dc04545d9768fc84088c2eb3d9940d 2,606 1.00/1.00 vMB 254
480,505 480,505 0000000000000000005ebdb5fe9e24266bb673416879c5ca28ce1153fccfec9e 2,591 1.00/1.00 vMB 289
480,504 480,504 000000000000000000c2c4d562265f272bd55d64f1a7c22ffeb66e15e826ca30 2,779 1.00/1.00 vMB 233
480,503 480,503 000000000000000000a08e6f7a955e49de1c4efffbcb7fbe348d8a3f3d155b50 2,563 1.00/1.00 vMB 275
480,502 480,502 000000000000000000a2e50560211671af3cd8c6b64c80003c2e92ee8764115f 2,254 1.00/1.00 vMB 252
Previous 10 blocks ↓
Total Size: 783.00 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: 718.68 GB
    • Received: 17.93 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.