Loading Tool

Explorer IconExplorer

Memory Pool

78,368 transactions
29.76 vMB
0.11402461 BTC
Random Selection Loading Transactions
Max Size: 178.81/200 MB

Candidate Block

Mining Attempt e446acab0c7f9a1ddbce6c6217ab9681703c8c6b842a87d6572d993724efab3e
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 12e4cdefb71378ea381981b90171c724fcd37c40680a32c867bb9f6f032d956f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,103
Size: 1.00 vMB
Total Fees: 0.03371939 BTC
Feerates: 660.76 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (343,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,527 571,527 0000000000000000002438fd7deb15b530e336e5e2c65a361b19f6c36c4776d4 3,489 1.00/1.00 vMB 49
571,526 571,526 0000000000000000000dcc5bfa1ff1d703d6b631a06070b52b7cb076eff81134 3,001 1.00/1.00 vMB 85
571,525 571,525 000000000000000000044abb9e95f9bc66f0a73c52943675cedfce241fdbaa21 3,435 1.00/1.00 vMB 61
571,524 571,524 00000000000000000002bc6d67d1f9f58192fa90ad10ad3f72d4bcaf5d6e8fa5 3,336 1.00/1.00 vMB 23
571,523 571,523 000000000000000000219a7a8b994c785052a0c83e73ee165d6f0693325aba0f 1 0.00/1.00 vMB 0
571,522 571,522 0000000000000000000c4674bf4b89b08b4f87815e348fb9a7c7378368235f5d 3,512 1.00/1.00 vMB 29
571,521 571,521 000000000000000000124c183fae99a55dc8623a5bd3d3218d414e6dbb62edb0 2,727 1.00/1.00 vMB 22
571,520 571,520 000000000000000000064e70d243da760e42878bb0336d69dc0b136905928685 3,283 1.00/1.00 vMB 14
571,519 571,519 0000000000000000001ce015a1a9a2a4916fc7765274fa3549c5261cbe27908a 3,428 1.00/1.00 vMB 40
571,518 571,518 00000000000000000027352ad084f22d204a0797a51b26b9250ee944c06b100c 3,333 1.00/1.00 vMB 54
571,517 571,517 00000000000000000025952c70672c84975ffa0c4f9886faee9252bcca82850e 3,285 1.00/1.00 vMB 16
571,516 571,516 00000000000000000001e09671a5e7abd2b56f18ec3ec4d6acb25edada4fd151 3,126 1.00/1.00 vMB 28
571,515 571,515 0000000000000000001f2e372b90ac99d9524bdfcfca8d2fd9c644bf3a3f9b47 3,261 1.00/1.00 vMB 29
571,514 571,514 000000000000000000286df66cf77116abef802fd17cb50a0cac85168b3b053e 3,268 1.00/1.00 vMB 61
571,513 571,513 00000000000000000018fb20d87c5f959aa00dc0f12cd3b7b667ebc74e489f8f 3,351 1.00/1.00 vMB 39
571,512 571,512 00000000000000000012ac7a5980ca2c66e39dabe358b82337aadf6ffd8a1e4d 3,185 1.00/1.00 vMB 33
571,511 571,511 00000000000000000003bdcf67ba7a2dc4c21e6ed0bd6ff6204376b5128b59b0 3,302 1.00/1.00 vMB 99
571,510 571,510 0000000000000000001175c61ab2398c4db5c22df2090890b8373db0104f3f74 3,384 1.00/1.00 vMB 64
571,509 571,509 00000000000000000020946b571c6b81e34702e94f7696a64bf72d25b58fead3 2,990 1.00/1.00 vMB 9
571,508 571,508 0000000000000000000f07fe0d6b768be0784e07b1cc0f34443ebeb761e133a8 3,057 1.00/1.00 vMB 37
571,507 571,507 00000000000000000010ed0fe29be50b60fc77e49f59ae1a8883a81070fc2eb2 2,326 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.