Loading Tool

Explorer IconExplorer

Memory Pool

35,725 transactions
26.02 vMB
0.06465449 BTC
Random Selection Loading Transactions
Max Size: 132.46/200 MB

Candidate Block

Mining Attempt a640ef71d16f195377fdbc04a5cca19f5999c36ed6df80b6ac95bfeed7392984
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root d8bce67d027bd6231061fee99bac127c8a7f6e162169ca396015cf0975a2fea1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,549
Size: 1.00 vMB
Total Fees: 0.01680649 BTC
Feerates: 165.59 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (335,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,073 579,073 0000000000000000001f939fe8085e1fe9a12ce883c8b819a9bf0c00f9f0e01b 2,324 1.00/1.00 vMB 223
579,072 579,072 000000000000000000190d521065e0a80211f872c9881bf7a5b9b3f1c6ad49b6 2,145 1.00/1.00 vMB 244
579,071 579,071 000000000000000000034a987b407ecc95076b2f0180ec85ef7d219ca20b3ef6 2,060 1.00/1.00 vMB 148
579,070 579,070 0000000000000000000fed5ce7124c234410f6e2a83a3706efbab142b72eeb90 2,107 1.00/1.00 vMB 161
579,069 579,069 0000000000000000000108b6d1e6e41392d35710a3ce03819aa31ff90c89bf5a 2,758 1.00/1.00 vMB 183
579,068 579,068 00000000000000000013473529ec82da15e290664d29b877e7b038fce2817d31 2,715 1.00/1.00 vMB 225
579,067 579,067 000000000000000000222b5b01038178c4e6e79a1c829c6c5c65b0afde1038c6 1,990 1.00/1.00 vMB 171
579,066 579,066 00000000000000000013f154abf733fc2a931d8d31fe68f355b98186fb0f6bb8 2,821 1.00/1.00 vMB 193
579,065 579,065 000000000000000000193047980645e96b8435c6d54767b48d42fcdae068d1eb 2,809 1.00/1.00 vMB 222
579,064 579,064 000000000000000000071c4125c829ebcdbc82f7eba9234aec77cd15dc0cbf1b 2,145 1.00/1.00 vMB 234
579,063 579,063 0000000000000000002022e9c85536d19ef06c4b429efa619cb49c8b5d46e7df 2,534 1.00/1.00 vMB 157
579,062 579,062 00000000000000000001851793b1373319353a7459db66dab76a36d00e164b8b 2,831 1.00/1.00 vMB 189
579,061 579,061 000000000000000000042b3fb3f0dbf3f8dfaaf216de0e8547b056f859a34c16 2,999 1.00/1.00 vMB 223
579,060 579,060 00000000000000000020943d08379a3de0dcdac40f58e5bc62c620c0a1c6e77b 3,005 1.00/1.00 vMB 177
579,059 579,059 000000000000000000057f2812c2d94a96f261d63166b04de874fca4e1f55d68 2,791 1.00/1.00 vMB 200
579,058 579,058 00000000000000000004735d2f41addaf512f07f643a21fff9e2608d27977525 2,805 1.00/1.00 vMB 203
579,057 579,057 0000000000000000000f8a39bb69a46070b6f38135aae18966bfd35f63f2a89f 3,035 1.00/1.00 vMB 217
579,056 579,056 0000000000000000001e73570fcc396b66014550a5657e6b5520c7ae0dea1539 2,552 1.00/1.00 vMB 241
579,055 579,055 00000000000000000006a88476e45b6ea98c2d6fb62f9fbcdec3f3b403868a05 2,204 0.99/1.00 vMB 175
579,054 579,054 000000000000000000083c3ac2fddf1f716cc0b47a2d7f595f828f382754a9d8 3,103 1.00/1.00 vMB 162
579,053 579,053 0000000000000000000ba5f8328f70ca86ea7e24c132f5481fb33e28af68c935 2,835 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.