Loading Tool

Explorer IconExplorer

Memory Pool

81,827 transactions
31.00 vMB
0.11623183 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt cc83eab0c1a5384394813c4973b5615ab8ef7a6131644f5a693226616d843f64
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (386,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,729 528,729 00000000000000000015ddd87fc31ebfb2f1ab5909bd3df78b04f880edb3d6c0 1,400 1.00/1.00 vMB 30
528,728 528,728 00000000000000000030353fb00be8eb5cbe95d92a87330da80224e40936047b 1,839 1.00/1.00 vMB 28
528,727 528,727 00000000000000000008ec010df12c2fe2d172a887855e48531a3819c324a740 2,365 1.00/1.00 vMB 78
528,726 528,726 0000000000000000000e4ba8c3ce9f7058a68718c11d4afdadde78c43cf0e98a 1,646 1.00/1.00 vMB 33
528,725 528,725 000000000000000000066507507b33caad50963d7163d6bb7d752cfa4e68b44d 2,164 1.00/1.00 vMB 14
528,724 528,724 0000000000000000002a7ab33e7492deb11941e8509b82838532b534d5c0499c 2,183 1.00/1.00 vMB 86
528,723 528,723 00000000000000000015e0f5bb4005550d21145637ecfed87da9d30328420c6e 2,406 1.00/1.00 vMB 79
528,722 528,722 0000000000000000000ff3784f727df3688081639fe6e222fd0d892aeb3cde4b 2,425 1.00/1.00 vMB 16
528,721 528,721 00000000000000000017494f26d6c5aa9cd3ec1554b32411a50896602f022ee9 2,477 1.00/1.00 vMB 78
528,720 528,720 0000000000000000000b69eda4e606b48de3e62fb05c0eca45603534cc1d2d17 3,136 1.00/1.00 vMB 125
528,719 528,719 0000000000000000001d798d1b01ff34b6a1271dc669186846335afd0f9cfbda 1,234 1.00/1.00 vMB 13
528,718 528,718 00000000000000000005d38d6d5ea9aeba8d07f818d3b56f148ef75d28045eba 526 1.00/1.00 vMB 10
528,717 528,717 00000000000000000006b61bbacfbf14d80841195839fe87b6138be2c6367f89 2,258 1.00/1.00 vMB 65
528,716 528,716 0000000000000000000d0613f7d15254fa82c58ac07a7b933b72d37221595cb7 1,686 1.00/1.00 vMB 40
528,715 528,715 00000000000000000014db53c4c9fe13dcd2b8c825d5deccee7ee8293a61619f 1,521 1.00/1.00 vMB 17
528,714 528,714 00000000000000000019698937dce01497e2506864e087855ca97d601e4d469b 2,590 1.00/1.00 vMB 93
528,713 528,713 00000000000000000023bc4c601aa1cde34f00897f08d4e91e06934b60e67ac7 1,695 1.00/1.00 vMB 21
528,712 528,712 00000000000000000035e22144cb478f99655701b570dfee0176f53db1b420a8 2,429 1.00/1.00 vMB 96
528,711 528,711 00000000000000000018e7db7d1a2ee0c0a09e39b8c0a1a99c949d44c386beb1 2,614 1.00/1.00 vMB 18
528,710 528,710 000000000000000000173f653540ff8b626cf3a7fc09d92a149da456ff02a99a 2,104 1.00/1.00 vMB 124
528,709 528,709 00000000000000000001fb531651b76bce1d9903ab1f39e156cd29ce8e6e4cd5 2,419 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.