Loading Tool

Explorer IconExplorer

Memory Pool

82,319 transactions
30.49 vMB
0.21230197 BTC
Random Selection Loading Transactions
Max Size: 184.05/200 MB

Candidate Block

Mining Attempt a801fff4ec9f2a57940e484cfc696df2c981f859c47574ae0b1d3fa7c8a2f73a
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 3911e3e6128e8b916c0ae0e53e8a581d5f379cda301e94ff0a4982236d384ddc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,111
Size: 1.00 vMB
Total Fees: 0.13144216 BTC
Feerates: 502.67 > 13.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (419,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,312 495,312 000000000000000000b82943f99929e94e5b8bf73efe5c207c2a5c24eef62eb7 2,674 1.00/1.00 vMB 295
495,311 495,311 0000000000000000007838c0f5399c27de530b1fe08dc328997e68b7c85dac49 2,279 1.00/1.00 vMB 87
495,310 495,310 0000000000000000002299617d82e963636131d883126590160d91fe4cd9ad75 3,100 1.00/1.00 vMB 232
495,309 495,309 0000000000000000002248d4f4b12de9cf3e840809f82385cf4e3d943560e207 2,566 1.00/1.00 vMB 63
495,308 495,308 0000000000000000009f0aed2cad2909dce154df12ef3b2b29528409d669e051 3,036 1.00/1.00 vMB 231
495,307 495,307 00000000000000000022933c7a4ee611c6695a5a8b11687e8b5a13b73d26350e 2,372 1.00/1.00 vMB 130
495,306 495,306 0000000000000000003ac23f89188936df87f9e1832d9a7be72ee5995423ab09 2,624 1.00/1.00 vMB 268
495,305 495,305 00000000000000000045eed49c4d312b5fdb0eeb9be23c065fd60f2d2e46c362 2,020 1.00/1.00 vMB 201
495,304 495,304 0000000000000000004286b4a4eb8ea1c27443706ddedb20024c1312805fc139 2,224 1.00/1.00 vMB 283
495,303 495,303 000000000000000000088d1e9c1f8aa1e890960ac004539548bdc63967fa1d22 1,440 1.00/1.00 vMB 137
495,302 495,302 00000000000000000060a494c464bbedf6dbc093eca7de607124b6656016451d 2,610 1.00/1.00 vMB 136
495,301 495,301 000000000000000000933e8928c2c343d5c927d39153b58c330121f2fb5d9c61 2,190 1.00/1.00 vMB 325
495,300 495,300 000000000000000000405497e8c13c1aab13830d388ec0f9e93cc88a52b996fd 2,222 1.00/1.00 vMB 300
495,299 495,299 0000000000000000001488b8c16927d69a936d9fb6043e1b26f35374a7920975 2,090 1.00/1.00 vMB 191
495,298 495,298 00000000000000000043bb1ec58241586027834d1b9531a5c129883e45005987 2,516 1.00/1.00 vMB 206
495,297 495,297 000000000000000000259a3daa8ed0dcbc92361d4a5b1ec97acb78a235730b8b 2,799 1.00/1.00 vMB 210
495,296 495,296 000000000000000000750e0235654163d6eb91f602c6da82045a096ff944969d 2,295 1.00/1.00 vMB 461
495,295 495,295 0000000000000000005f4635284b78613bb7b185ec327876ea4ab81347bba1f1 2,669 1.00/1.00 vMB 223
495,294 495,294 000000000000000000b4fb96b17523e80d6e08749c376197a82c5e67c4d241ae 2,721 1.00/1.00 vMB 288
495,293 495,293 0000000000000000000ff1945ca5c06e8ab66bbd753ed0462ba5c8ab953020ef 430 1.00/1.00 vMB 503
495,292 495,292 0000000000000000002e44be2739e6c39d67e2b898ae5995b7baa2507c749f75 1,373 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.