Loading Tool

Explorer IconExplorer

Memory Pool

35,553 transactions
25.59 vMB
0.08035513 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt 67b3292accdae19448e68013ec03c6827c5a3c16d3abd79872a3f5ac80780784
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 242b8a3213fa177c80dec6a69f8ac2be51710898d59c3020faae5b38ef8966cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,421
Size: 1.00 vMB
Total Fees: 0.03359477 BTC
Feerates: 171.09 > 3.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (335,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
579,052 579,052 000000000000000000123d755cb369a69475839d6c72e692c634a9b03636ab61 2,649 1.00/1.00 vMB 175
579,051 579,051 00000000000000000013ebde6987e9e99b7aa01700022431e13201645bada1cf 2,562 1.00/1.00 vMB 173
579,050 579,050 00000000000000000019b4cb11d96483ce893453f1ae6c60ce00ee47c5fb55a4 3,028 1.00/1.00 vMB 175
579,049 579,049 0000000000000000000a3024bb55a2449412d559ce0c55fdb1e3820bc6a8d3e8 2,082 1.00/1.00 vMB 174
579,048 579,048 000000000000000000163ac0e1f7d9fb89a97e3366e841c34539436f2db090fd 3,018 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 781.82 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: 635.73 GB
    • Received: 12.32 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.