Loading Tool

Explorer IconExplorer

Memory Pool

74,331 transactions
28.82 vMB
0.08286784 BTC
Random Selection Loading Transactions
Max Size: 170.24/200 MB

Candidate Block

Mining Attempt 751c0614a4e0bd43c3be265d7280f9e7eba0dde23220d067faf2a64e66612e3a
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root f7cef2c9b7edfa2bd5e252f3ee1d332669389bb3fc3d2d14c2b329e62400da6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,306
Size: 1.00 vMB
Total Fees: 0.02370559 BTC
Feerates: 150.36 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (428,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,619 486,619 00000000000000000027e21e01d87d4711425f50f10b142d7333cacec1688e43 2,387 0.98/1.00 vMB 97
486,618 486,618 000000000000000000da2cb66a57c0680b8464b7921d8a1b2b49f02e74982e36 2,415 1.00/1.00 vMB 71
486,617 486,617 0000000000000000005e0ae1985ff03763ad63c84c826e3aa133a28fc43b193e 1,814 0.97/1.00 vMB 62
486,616 486,616 000000000000000000b215232abbdb12d2b24ac8aaa88662b80d07da3e1c74fc 1,815 1.00/1.00 vMB 71
486,615 486,615 00000000000000000041c671bca7c21a0b32cf38cacba4c998f161b82f02246e 2,064 1.00/1.00 vMB 61
486,614 486,614 000000000000000000f9c01a5becec1ea6cbe61a7043842e793efd06e24d9724 2,056 1.00/1.00 vMB 175
486,613 486,613 0000000000000000000068e91bf3ca22971e2d1f1472cf582f36a02ad516a5ce 1 0.00/1.00 vMB 0
486,612 486,612 00000000000000000034c593db901713a69eeca299a10711a3b14febef007f2a 2,415 1.00/1.00 vMB 139
486,611 486,611 00000000000000000080c918a4f00c98d8cc0801266cd2cd0fe4de2652cb4568 33 0.01/1.00 vMB 487
486,610 486,610 0000000000000000000035842e8acd9aa8e1bab42d05276d2f4965669f10ad70 2,028 0.97/1.00 vMB 130
486,609 486,609 0000000000000000006bcef6f2242f046a09bc4e3e9c547a7ca6a981f2fa53c7 210 0.08/1.00 vMB 92
486,608 486,608 0000000000000000006664398bb65e396a7e3d2243bd6fdc113c5908ecbe54bd 2,098 0.88/1.00 vMB 37
486,607 486,607 000000000000000000c100872bced8d8d62665dab9e375107debc07c66b04917 2,562 1.00/1.00 vMB 148
486,606 486,606 00000000000000000094cf14d40e6bddde643b6f57237d9f509d8a6bddfc756e 33 0.01/1.00 vMB 552
486,605 486,605 000000000000000000415a4da03293f3d155b9941e93f002d179f700f9e20e04 862 0.48/1.00 vMB 72
486,604 486,604 000000000000000000afbda451a1c23a517cb9608e69096cfd9c42ad90c4eaf4 287 0.16/1.00 vMB 133
486,603 486,603 00000000000000000052772a3581be65b4f61ca9fbccd6da7c7b38ccacc57d94 304 0.13/1.00 vMB 106
486,602 486,602 000000000000000000ea05780e59a9031328fa9b64e7ee9a13f744897b37db8b 1,284 0.65/1.00 vMB 99
486,601 486,601 000000000000000000d160f1b14d8808fe57687d1c69583f62d221a2d75b9aeb 1,128 0.57/1.00 vMB 87
486,600 486,600 0000000000000000004ac910eef12b01c8f53eda1aa1a9a544532789edb890b6 256 0.18/1.00 vMB 92
486,599 486,599 000000000000000000ccd3c159df57a37d7e0be3f9ef0198b0187ec7d5d4f614 113 0.05/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.