Loading Tool

Explorer IconExplorer

Memory Pool

80,506 transactions
30.33 vMB
0.07805172 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt 2bd5f1e538915b88862c687158b5f3cf4069fb2a8365979c09e02f4f53161ca3
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ab567633a88ab331fbed060db4b9e3fdab41554844445dc0367cccda2d35bccb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01035937 BTC
Feerates: 318.30 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (434,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
480,501 480,501 0000000000000000012d2c5978e27bd709f0102b57819562bf49cb80aa5e7c03 1,861 1.00/1.00 vMB 222
480,500 480,500 0000000000000000009786bff7a857a0411e5c93096cb498f8de02d3d90d04c1 2,088 1.00/1.00 vMB 293
480,499 480,499 000000000000000000556d58ee96fd370815994b8ac39afed877f807fcf2b0c0 2,111 1.00/1.00 vMB 226
480,498 480,498 000000000000000000e551912914f7934714859aa43150e94d25b3e750ef25c6 2,172 1.00/1.00 vMB 278
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.26 GB
    • Received: 17.88 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.