Loading Tool

Explorer IconExplorer

Memory Pool

80,106 transactions
29.47 vMB
0.13052089 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt 6a1fb94b9d3ae8e2bd5e15a2a97739f44dc0581626757dddb4a97d736a9130ce
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root e0dd11eb998f44d996ae045c04c5953f9232837f268c5c92d46a1d335c642e10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,777
Size: 1.00 vMB
Total Fees: 0.04863380 BTC
Feerates: 301.72 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (883,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,656 31,656 0000000042d27ff51fa6a11cfa714093bee1e3502f69dd9af04545e27206c064 1 0.00/1.00 vMB 0
31,655 31,655 00000000fae1a6ad315d26e952b3fa19cce68a2ec286e54ab273e09a6d8cd605 1 0.00/1.00 vMB 0
31,654 31,654 000000006bc510e87816b85b7d080efe27181dd3972fb0abcd2b21a295cb5d56 1 0.00/1.00 vMB 0
31,653 31,653 00000000593bc7e29e635a3b0c1ab43759ef1b4f30d3d22cc2362853bd783b06 1 0.00/1.00 vMB 0
31,652 31,652 0000000019f3887f298fff5b450fe6c7b71d80d0cb10f5faef1393ae33a1ab67 1 0.00/1.00 vMB 0
31,651 31,651 000000001e2368510fdfd0b3adbfdaeb921a399076c6de4402594c959e982527 1 0.00/1.00 vMB 0
31,650 31,650 00000000d7cfbce39bdfd46485b2c34383f3b4415918b1935412b38fdf291675 1 0.00/1.00 vMB 0
31,649 31,649 000000001e5c95dedddab3f0bd0d74b4d379350cd8fcee75e30614f39da42007 1 0.00/1.00 vMB 0
31,648 31,648 00000000cb4428ee393550ce3d431f246723b9e1acee028b688f8f00231e29d8 1 0.00/1.00 vMB 0
31,647 31,647 00000000d0dd58c142e0dbc84d53573098cbdcdc17742b647a5e4d08960b6ef3 1 0.00/1.00 vMB 0
31,646 31,646 000000008542628ea1ab25c99a18d2444dc456db52ddf5299963d32ddf103ad1 1 0.00/1.00 vMB 0
31,645 31,645 00000000e7124ba44291dc761c465aff938bddcbd18408917e8cc18ca448e5df 1 0.00/1.00 vMB 0
31,644 31,644 00000000d0d75ad068576c09907d464a2abfe478aa12fa305570b729c069f2af 1 0.00/1.00 vMB 0
31,643 31,643 000000008de98aca9944627f14cd6b7a312d1b4eac3e2a779a43d85bd3f740c1 1 0.00/1.00 vMB 0
31,642 31,642 00000000d4b422d26c350ae0c8bbc4b4ba2d04d533f008aa35d375617f517779 1 0.00/1.00 vMB 0
31,641 31,641 000000006f11c93bf1f53d07f01c2d0138200992fa84efe1761b49d1f37e6daf 1 0.00/1.00 vMB 0
31,640 31,640 00000000409087462475fdcb878b768f14e9e56b703546b0e5e2b223400524fb 1 0.00/1.00 vMB 0
31,639 31,639 00000000868c74ca1aaccf9f56f5f6d9459f60d39bfab490c332d3d326a830ba 1 0.00/1.00 vMB 0
31,638 31,638 00000000858c3cf4898004c443150882c02baf5744a185a7a976a7b7a2bfb16a 1 0.00/1.00 vMB 0
31,637 31,637 00000000e27667c2668e889d4d60b90067c0fab59b15d36d9a8953fcc411c8c0 1 0.00/1.00 vMB 0
31,636 31,636 000000009c37c592bcb57692c43c9812bf181c713ef76d34a8f3154d0a7df50b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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.75 GB
    • Received: 17.46 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.