Loading Tool

Explorer IconExplorer

Memory Pool

74,847 transactions
27.68 vMB
0.07680474 BTC
Random Selection Loading Transactions
Max Size: 168.75/200 MB

Candidate Block

Mining Attempt 47d4c4554891dd1458d624d9c3df6a20edde68576bfc41f1a8fcd02b588f441a
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root b1bf74427df6bfc9062ba88e0a1adccbbbaf6b143fb3356c4c922ffcce1d8b08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,842
Size: 1.00 vMB
Total Fees: 0.01764827 BTC
Feerates: 98.68 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (343,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,530 571,530 000000000000000000101196bcd21fa0267e1f94a9d3e4a57967b3267ecb1d17 3,367 1.00/1.00 vMB 42
571,529 571,529 00000000000000000022804eca34e12a5aeccb8129485d2470ed40906588436e 2,658 1.00/1.00 vMB 71
571,528 571,528 00000000000000000001796a3e979ec9f4ba53130c3de9286cef309ea5dc8941 3,293 1.00/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.