Loading Tool

Explorer IconExplorer

Memory Pool

78,418 transactions
29.12 vMB
0.08191593 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt 53ecd855cd5a1c637f1fb5a350d25a1fb73d87054140e0fa0b0575986680d803
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ec1d2a009947fdb0f0dd2508676b6e039d0a524d6ab62b56f61378d9798a7f26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.02104303 BTC
Feerates: 178.73 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (271,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,209 643,209 00000000000000000008485ddf5206ca9797e80dce929626f431ae6292950e11 2,428 1.00/1.00 vMB 14
643,208 643,208 000000000000000000042d1f03888a473a620d8b4cd59eacc2a45ed0296ff6aa 2,494 1.00/1.00 vMB 125
643,207 643,207 0000000000000000000511d97344ce67c8c6a7f2001bd7a7bdb5dbd9a1a377bd 2,494 1.00/1.00 vMB 105
643,206 643,206 00000000000000000001c0e8cff93d1d8003806a81e4967a828362921fb928b3 2,187 1.00/1.00 vMB 48
643,205 643,205 0000000000000000000f33858e84b3f29a0e937ef9d462fe77c247d761cedf1e 2,182 1.00/1.00 vMB 117
643,204 643,204 0000000000000000000b3ddd463fa1aa091874b03b10281496c09143d1def1ba 2,291 1.00/1.00 vMB 145
643,203 643,203 00000000000000000008fc4937cb9a5e087ec0070ce190603b48fc352949b535 2,239 1.00/1.00 vMB 120
643,202 643,202 00000000000000000009cde1ac4313ed3cbfdfcb3c976cbc594f62834c21ab69 1,765 1.00/1.00 vMB 116
643,201 643,201 0000000000000000000b71c43be4a42c09655325f4021594a6ef35a498c5e07e 2,460 1.00/1.00 vMB 15
643,200 643,200 00000000000000000002b0eff17aade4f011ba0379187014f5af44851348f5fb 2,469 1.00/1.00 vMB 95
643,199 643,199 0000000000000000000046cd2b1c2d6e2a378469a134c0413493fd5dcfc16a97 2,938 1.00/1.00 vMB 145
643,198 643,198 0000000000000000000323e28d23480e7367c0b5abd54dd720ed12c488b16f0f 2,323 1.00/1.00 vMB 95
643,197 643,197 0000000000000000000b28c391e043f6936190e8e46ca5a956bae71a1ab594d2 2,517 1.00/1.00 vMB 41
643,196 643,196 00000000000000000008f166d98b280d804cc5c38d0486c1a98d80848e43299d 2,742 1.00/1.00 vMB 44
643,195 643,195 00000000000000000002b51cc5280b2a7f153c55ddb8f9cf75ea7533f63d0c06 1,833 1.00/1.00 vMB 105
643,194 643,194 0000000000000000000dff141e36edb8f79bba9422b20ca8cdad7098cf9ac724 2,268 1.00/1.00 vMB 118
643,193 643,193 00000000000000000008cbfd2950ae1cfb1cad19b7aa177e05820bcd29874409 2,285 1.00/1.00 vMB 40
643,192 643,192 0000000000000000000d8dae030b42ccfccfa08e2ef9c4d56c15d0f5e006d0b3 2,499 1.00/1.00 vMB 133
643,191 643,191 0000000000000000000692206817fd93fc5326f22912c1300ba4f67ba3dc87c8 910 1.00/1.00 vMB 29
643,190 643,190 0000000000000000000133732789e24bc2bd45f48579162be381b2736465700e 672 1.00/1.00 vMB 14
643,189 643,189 00000000000000000004b22e7e712cc27bdb5894fd0850a5fb365d3cc5f5c082 1,560 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.68 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: 678.00 GB
    • Received: 16.44 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.