Loading Tool

Explorer IconExplorer

Memory Pool

87,133 transactions
32.32 vMB
0.14307492 BTC
Random Selection Loading Transactions
Max Size: 198.26/200 MB

Candidate Block

Mining Attempt a6c9ee257ba9f34452f6b275d7de6a1dfa915d5c76bf9a0bc41df43d1ba72a74
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 7c1b094b1593c83248a6c776dff7bec481af9690cf5cf175adfe99e6487b6919
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,970
Size: 1.00 vMB
Total Fees: 0.06259916 BTC
Feerates: 502.65 > 6.27 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (363,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,481 551,481 0000000000000000000250e16d994724d086f69cb57b7a540cebf3858794ac40 2,529 1.00/1.00 vMB 42
551,480 551,480 000000000000000000150dbfd2ad2058654825738fcf7213bc5ebea7cbe9b170 2,462 1.00/1.00 vMB 55
551,479 551,479 000000000000000000090dcda1a4f24f96bfdc3d7d18c16cb9fd30f1372377b6 2,157 1.00/1.00 vMB 42
551,478 551,478 0000000000000000000bd36472e9dca43edcff920d40168ce337e47fa2f2b493 1,481 1.00/1.00 vMB 63
551,477 551,477 00000000000000000021475336d6431985b8a59a3f8f2806b3c524d78c5d9f83 2,436 1.00/1.00 vMB 68
551,476 551,476 00000000000000000005ad6b0797a25e2537c8882aef35a596cc27fb82573e24 1,904 1.00/1.00 vMB 5
551,475 551,475 00000000000000000013098f20111ad5b64f47d843740b0d44963738f3985f51 1,138 1.00/1.00 vMB 8
551,474 551,474 00000000000000000010474bc5fda579b434ebf4ce69a3b045d18ca3be2fc4e1 1,792 1.00/1.00 vMB 19
551,473 551,473 0000000000000000000b53d09b8a4abc9f5051ded373e526efdcf8d21445d068 1,948 1.00/1.00 vMB 17
551,472 551,472 0000000000000000002a477db6b4987c24bb60dd1b8dcc3e6444fcf070f87e7e 2,877 1.00/1.00 vMB 51
551,471 551,471 00000000000000000011ce2134eccb2f69749934cc44a3d6928c5b9497f5926d 2,103 1.00/1.00 vMB 26
551,470 551,470 00000000000000000027d2ff1721564f70ec8c5abd0243ca97f5d2af5d582c97 2,508 1.00/1.00 vMB 44
551,469 551,469 00000000000000000005459e95dc5da1e388b749341dbf993f3defd95e82cb0e 1,343 1.00/1.00 vMB 24
551,468 551,468 00000000000000000003fc991ee756b2b5442e06224ced8d3192f30f5f88fe1d 1,984 1.00/1.00 vMB 26
551,467 551,467 000000000000000000281d4e5b40d2c895c158932867669011623978ae1e9c3e 1,516 1.00/1.00 vMB 24
551,466 551,466 0000000000000000001f606d7494fff34c684765845af4f68e27a4784f011c56 1,377 1.00/1.00 vMB 22
551,465 551,465 00000000000000000000f6919dd49f286d151550ae785c44c6abd3e3664ec2ec 1,711 1.00/1.00 vMB 37
551,464 551,464 00000000000000000015f68ef3a6b12369c63bce7ff2a027cdae8bd41421895e 564 1.00/1.00 vMB 38
551,463 551,463 0000000000000000001944da7aa6150ac14bf5886d6f593d9ec6bdcf6fea96a7 1,593 1.00/1.00 vMB 45
551,462 551,462 00000000000000000028c6399447b507b8cdc5b0d0b36769b6c0c43c97f20fe6 611 1.00/1.00 vMB 48
551,461 551,461 0000000000000000000a650c2f898dfc820ff1553c0737af9df59482eafb8600 1,070 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.76 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.14 GB
    • Received: 16.85 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.