Loading Tool

Explorer IconExplorer

Memory Pool

86,678 transactions
31.82 vMB
0.10897061 BTC
Random Selection Loading Transactions
Max Size: 194.90/200 MB

Candidate Block

Mining Attempt 68de0f4edc3b4e00385fca83fff498c54e3ca8c3c97136e7edc11abac3c4a4d3
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root bccb25c464138aa8a90aa87f2388ea1c2064a623cec4bfda8c2b702993ab0aca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.02828521 BTC
Feerates: 1,236.26 > 2.83 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (514,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,991 400,991 000000000000000002a974cf6c50f0b1e832382d8a015cdd2bc967e33af22265 1,309 1.00/1.00 vMB 33
400,990 400,990 0000000000000000061366f84cf8fd9316f6c9ee29ea57158b1e32682da43c71 942 0.99/1.00 vMB 23
400,989 400,989 000000000000000004a3f694526bafbc2ff34a7823638488235e4054bc0eab90 1,217 0.93/1.00 vMB 34
400,988 400,988 000000000000000004b6d24aa9aaf07b0f97ddab27cca0d6a453f5c9da2c99dd 465 0.93/1.00 vMB 19
400,987 400,987 000000000000000003088f048202585861305e37065d65ba8de791ad8f89f94e 1,766 1.00/1.00 vMB 45
400,986 400,986 0000000000000000005dec22bb71d44e9591793907d54f2a7c1acc8b10aeb9fd 1,363 1.00/1.00 vMB 30
400,985 400,985 000000000000000005c9cc39647a89be220da0c407c426bf4e5cc7eca2d21ed8 1,099 1.00/1.00 vMB 28
400,984 400,984 0000000000000000061862d4397f0456cb8169daf649e422f3c500bf80b18044 1,958 0.93/1.00 vMB 41
400,983 400,983 000000000000000004e21c905dccafada5437608d4dd0bd0bc57ae839085d513 1,437 0.99/1.00 vMB 46
400,982 400,982 000000000000000003ebc4a9cc7e24b51b6c426a725d4315f07ce6f7eecddabd 1,934 1.00/1.00 vMB 38
400,981 400,981 00000000000000000245e9a0d857c9038358fa5c333b0e37a06d091c34e92bdc 3,285 1.00/1.00 vMB 63
400,980 400,980 000000000000000000949fff0ebc5d5ffa1bf402a6c8030b5020acc79f36798a 2,951 1.00/1.00 vMB 88
400,979 400,979 0000000000000000024eabe5049843ea6d73558e960d6bcead9e91a24cab1161 969 0.99/1.00 vMB 12
400,978 400,978 0000000000000000026e27b832f4d0503828ae511ccb8a7394f1d1655a29ab99 1,011 1.00/1.00 vMB 22
400,977 400,977 0000000000000000025231b8eb3c50e4b793b0e7f726ac60b22c13f152a21f1c 1,072 0.93/1.00 vMB 25
400,976 400,976 00000000000000000251b40b783ecb294e7a9f2f7e17e0a5f04517dbe109dbf3 1,628 1.00/1.00 vMB 43
400,975 400,975 000000000000000003226b2a636ec9f80a7e53cf72579c2afef761d36bd60c68 1,556 1.00/1.00 vMB 34
400,974 400,974 00000000000000000410d86102f9fd6ec260cdc7f6532d360d8ad877f371bc7a 2,618 1.00/1.00 vMB 66
400,973 400,973 0000000000000000039c95a23c55e1c850661e7890b68e16da0d9cd5dd0904e9 1 0.00/1.00 vMB 0
400,972 400,972 000000000000000004138f6b627af6781b9d09bc17430eadb87c841a768a59fd 1,289 1.00/1.00 vMB 31
400,971 400,971 000000000000000003092d043892591c7479c8d2300f666c12909e2d3ca8207c 1,421 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.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: 719.41 GB
    • Received: 18.05 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.