Loading Tool

Explorer IconExplorer

Memory Pool

83,010 transactions
31.97 vMB
0.10581902 BTC
Random Selection Loading Transactions
Max Size: 192.12/200 MB

Candidate Block

Mining Attempt 06a189f314135edb7bd41e37080a3d4b15e3c7b72c1b6b5a33e4f220a848f652
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root b1cb5d5bc6b01448deebdddb2d5b8165311939e16d30c517a60ef9b3ee24e01a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,300
Size: 1.00 vMB
Total Fees: 0.02514396 BTC
Feerates: 353.36 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (343,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
571,506 571,506 00000000000000000013bd12e1e962d672af78c2b9789dc64b88be14debe93c9 2,906 1.00/1.00 vMB 36
571,505 571,505 0000000000000000000daaef0aec40c73df294cf4a9de165a6a9b4329285ac2e 3,161 1.00/1.00 vMB 9
571,504 571,504 000000000000000000296be96cf9774ab5830c566cfdf3af466f30fc52c89aee 3,259 1.00/1.00 vMB 27
571,503 571,503 0000000000000000000f00b5ae6e11aacce7483da7ba79fd98010033ab8ea569 3,310 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.79 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.82 GB
    • Received: 16.99 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.