Loading Tool

Explorer IconExplorer

Memory Pool

20,744 transactions
11.08 vMB
0.02508159 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.66/200 MB

Candidate Block

Mining Attempt 21eb0320e994c25ff7299a034a577721f44498f587f30d3347cc994a80829dbb
Version 20000000
Previous Block 000000000000000000010e4ca80696f9612720c180de0ea6d5d3d2e433fe45ad
Merkle Root 6f0b3c8e6c693698c0c6cca4e4720314d910dbfa9c386bd8fa721a348e2711d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,490
Size: 0.99787925 1.00 vMB
Total Fees: 0.00726528 BTC
Feerates: 44.54 > 0.73 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,659 (745,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,266 168,266 00000000000002ab989c4b2e1dc0966df0a013be8aec9d943f422fe0ddc7f8b7 3 0.00/1.00 vMB 60
168,265 168,265 00000000000008ef32b742333e59a9ceb4e3baadec835b1991ff782d25ad8823 24 0.02/1.00 vMB 33
168,264 168,264 00000000000008f1ad23e65a275326366b12bacf94f09af14ec68928adc7208d 48 0.03/1.00 vMB 264
168,263 168,263 00000000000002422025dc621d52fa4b42310ba76b7c8a5bcbe0eb206933740e 36 0.02/1.00 vMB 50
168,262 168,262 000000000000035584c0a5d018dea8c954d8bc4a661f50894c6b5f7737ecbd1d 61 0.02/1.00 vMB 11
168,261 168,261 00000000000007f289671b05967cf2e7980e48694812b4ebbb5cb4aa02287634 42 0.02/1.00 vMB 129
168,260 168,260 00000000000008f55ef00716d5ba68d842bfd6fad68badcd3cd6e410803a91d9 42 0.01/1.00 vMB 52
168,259 168,259 0000000000000728c8b352c9175b850e6a12cbb721101e55be770dbaa8c5d9e8 42 0.01/1.00 vMB 3
168,258 168,258 0000000000000473707c2c959641a83727b94e61b41e2c4fa2af0c2ad8b4ed0b 7 0.00/1.00 vMB 250
168,257 168,257 00000000000008b100232bc0ed92eb54dcb9c0e397422924c961a5484e59658d 12 0.00/1.00 vMB 41
168,256 168,256 0000000000000bcab795d5e5236455ff78c3360ab36b4fe09cfe20ce40487f72 59 0.03/1.00 vMB 168
168,255 168,255 000000000000002e559399ea9c7e863264a387ce04a5ac0b64a3ac54fe6dde08 19 0.01/1.00 vMB 50
168,254 168,254 0000000000000afeae130a166e07becf3081409543b9e2670bb7104c684fb44c 48 0.04/1.00 vMB 94
168,253 168,253 0000000000000357f38e406113f324014cab75ec0888691e02ed0bbb1ec5732b 10 0.01/1.00 vMB 124
168,252 168,252 00000000000002171f36f16ecd20fe2c3a3181bc591b8e044f2fb2288e075ac8 95 0.03/1.00 vMB 20
168,251 168,251 00000000000005443d6d2786998a533d6c127c52a5c600d278c7386b446d1b51 67 0.03/1.00 vMB 88
168,250 168,250 0000000000000bb1825900398a5ef7d204e387c48a3bda626713b51436837fc8 57 0.02/1.00 vMB 227
168,249 168,249 00000000000001d64cdd8b858f8227ef89028b9be19e54a38a643c67887cb46f 22 0.01/1.00 vMB 154
168,248 168,248 00000000000002a1e8ad9830198238ba3ee77ba47bec95dc2ccee69e9d0cc7c6 25 0.02/1.00 vMB 34
168,247 168,247 000000000000024fadc9c700ee99c35f3300168328e9285faa896693ec05862d 112 0.03/1.00 vMB 6
168,246 168,246 00000000000004d8e43384303505215fab3f4d8a5a0316c4896769881a789b44 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.02 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: 479.27 GB
    • Received: 3.12 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.