Loading Tool

Explorer IconExplorer

Memory Pool

79,824 transactions
29.61 vMB
0.09478633 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt cfcd9d7d1e1440541bc9e023cd11aced1d2c8485fa999d641a3aaaace7e4eeca
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root e35b5bc7785f544437cc112713c6efb0be82fc8c8d996e0ff94db3508cf2476e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.03178918 BTC
Feerates: 301.60 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (238,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,252 676,252 0000000000000000000bcbf1b7caa42cf711dcb4f12c070845164a6264fd5194 2,153 1.00/1.00 vMB 55
676,251 676,251 0000000000000000000039dac70d9943b6e7960e1cd94f6909ca2a83b2353e3b 1,374 1.00/1.00 vMB 69
676,250 676,250 00000000000000000008feae68f39a9975eff5003218c130b1d373da11ab583e 641 1.00/1.00 vMB 74
676,249 676,249 00000000000000000006bdf1283ef469dfa874c03b0523a278e1e33f8acf99e5 2,658 1.00/1.00 vMB 85
676,248 676,248 00000000000000000000edfc2d32a0d6302c200b34d195afa1588d4f61789e5a 2,305 1.00/1.00 vMB 43
676,247 676,247 0000000000000000000c82e376ae2cf05fd979a9e2e65c5f58fe71a7884c38bf 2,505 1.00/1.00 vMB 63
676,246 676,246 00000000000000000000800064c934109ede26af7e49dfd80b1061abc0bf9122 1,992 1.00/1.00 vMB 65
676,245 676,245 0000000000000000000165995b738782cef29f26613203932184985ab3074ab4 2,367 1.00/1.00 vMB 70
676,244 676,244 0000000000000000000be4c904f18d5435287d596a9dc3a6feb917fe7a9b1884 2,643 1.00/1.00 vMB 95
676,243 676,243 00000000000000000003a641dffe1f4e76168d8c91b30f80d4b0675c068a9eee 2,518 1.00/1.00 vMB 71
676,242 676,242 0000000000000000000063f85442286d94a863c0bf9e848dc9bbb1ab311edc12 2,669 1.00/1.00 vMB 77
676,241 676,241 0000000000000000000c50b82c3590810bade4c060f8c0aa0b4225ac6afbe25c 2,214 1.00/1.00 vMB 53
676,240 676,240 0000000000000000000697343b9a3b9b0403fdf87a79ec2d7c9fcfc7b0d181a4 1,360 1.00/1.00 vMB 63
676,239 676,239 000000000000000000039c62eb25c72431e901331f91d21b3ea3cc6bcfc8232e 1,609 1.00/1.00 vMB 79
676,238 676,238 0000000000000000000c70f2c7397a67c9e79c8a57b91f715df65f6738d4a5d8 2,591 1.00/1.00 vMB 82
676,237 676,237 000000000000000000034faeeec291487160c240cb04fec02ffa367fd00c79ba 3,293 1.00/1.00 vMB 93
676,236 676,236 0000000000000000000037795c988043eea557725d38a13e371be5e62c692fad 169 1.00/1.00 vMB 10
676,235 676,235 00000000000000000003e93a4da56f6d47ba5cb4eaf2133a095713fc0579325a 569 1.00/1.00 vMB 8
676,234 676,234 0000000000000000000c53c439acce0a5038828cefee07da6f2cb77e4fbab737 1,259 1.00/1.00 vMB 23
676,233 676,233 0000000000000000000360569a12d175a899d3d3ed83d2150fb473fe0ae18973 1,179 1.00/1.00 vMB 15
676,232 676,232 0000000000000000000975830b5b518bbfe99ceb97e83ba4e13a26bc2228c927 1,972 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.