Loading Tool

Explorer IconExplorer

Memory Pool

83,487 transactions
31.65 vMB
0.11343901 BTC
Random Selection Loading Transactions
Max Size: 193.43/200 MB

Candidate Block

Mining Attempt a8baf9a9bd4a35eea03a76eb63a9f4e3b6d0b6a3baa278d69a6aa6ef0787ca4a
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 82d2d6ca426796f09b80cfdd01e00a99b13a4db95cb6ca8862edf431d4c6e27c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.03941249 BTC
Feerates: 301.05 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (667,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,456 247,456 0000000000000088bf4cdd34c6357a5b61c3a690225e74f0bacbc78b506c2e7b 97 0.05/1.00 vMB 96
247,455 247,455 0000000000000016e4b29aaf58037ce463bcc9ff64f1b126ece35117e567166f 331 0.15/1.00 vMB 120
247,454 247,454 000000000000001e72c29d7b8ad59fcb5a282c2214842d100f7aef3b66b667cd 17 0.02/1.00 vMB 44
247,453 247,453 0000000000000039eff938dc313c1a34e3bbaf1d2ae1dc4ac508069fa42d7138 67 0.03/1.00 vMB 46
247,452 247,452 000000000000009c37fcf1bb29fe1ca644149dc5e7b82bd44cfcc98fdb0be453 261 0.10/1.00 vMB 162
247,451 247,451 000000000000001b74e8c549def0b6d71ab5b0b1a6d8b3fffbaf124eaecaf5d3 496 0.20/1.00 vMB 136
247,450 247,450 0000000000000046acdaf8c3c617f81631201cf7371ea3e1332045b9a707f42b 170 0.09/1.00 vMB 127
247,449 247,449 000000000000000edccd540c9fe8a3455ed19f92ca530a0ce44fbe247dc638ec 83 0.05/1.00 vMB 115
247,448 247,448 0000000000000094c8a1899638da524e2f24bf5c8094b409c495191b3c512ceb 180 0.07/1.00 vMB 181
247,447 247,447 000000000000009937450b7fe43d775c769f1d08c5180344f8fb04ccf6957fa2 64 0.05/1.00 vMB 72
247,446 247,446 000000000000005e9a731241ed442e910d7a19ba8abbbbefd5aeb8facdae8671 518 0.24/1.00 vMB 112
247,445 247,445 000000000000009562c4e5d4a3e0e6f64726cdd1e65e31b1077dbeabda59cd2e 27 0.01/1.00 vMB 123
247,444 247,444 000000000000007644b31befa3f547ca070c83dbc3c7f8fdd4f196189ee90c09 144 0.08/1.00 vMB 128
247,443 247,443 000000000000009bb932073b23ab2abd19c85f820d4bf5fd7560afa1a9d67c85 406 0.16/1.00 vMB 140
247,442 247,442 000000000000001c4a3cc56b67da2006b250fa2f0552197e34f9d2ff6b67d319 321 0.16/1.00 vMB 93
247,441 247,441 0000000000000089cb65abf67b76edb172a307ffd26eb76ddd8e3055be44aa9a 195 0.09/1.00 vMB 127
247,440 247,440 00000000000000297dc867a1ac246e6620004fe1e3182eaeb73fcb9b709d9596 26 0.01/1.00 vMB 38
247,439 247,439 00000000000000277d4c254e43ff4e34c27e8d75dd3889341f58151559a2c3d1 241 0.10/1.00 vMB 123
247,438 247,438 0000000000000063da3fff0764869f1f5af1102f65da1327ae43e05aad0c60c6 11 0.02/1.00 vMB 20
247,437 247,437 0000000000000008a46423affc3f19bced2a0cb5a09d061eb5fcc5cd36772a21 200 0.09/1.00 vMB 138
247,436 247,436 000000000000005eb64a1cfbe4f48ba35a34a010005c2b50b9c897cac27005f4 128 0.06/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.