Loading Tool

Explorer IconExplorer

Memory Pool

82,321 transactions
31.74 vMB
0.10855716 BTC
Random Selection Loading Transactions
Max Size: 190.32/200 MB

Candidate Block

Mining Attempt 0bab2770fb1ca842e4179566a8ec26fa97e429666d9daa687587ca07cebdb0cc
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root a342d6d2ce78178f66a7e560655b35804ed3e13cd129044be3022b4fa422b49b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,971
Size: 1.00 vMB
Total Fees: 0.02462040 BTC
Feerates: 99.50 > 2.47 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (434,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,525 480,525 000000000000000000f92862bcd130bf4a0e73a486f0fd63d6054856b85d0ba1 2,653 1.00/1.00 vMB 260
480,524 480,524 00000000000000000031c1c88d36289ad3c1a20b1f47dbc1ad52a5257289dc9f 2,282 1.00/1.00 vMB 240
480,523 480,523 00000000000000000080659d6d0db2a56d5c63f1f8d8bc645c146f09295a2dd5 2,529 1.00/1.00 vMB 284
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
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.