Loading Tool

Explorer IconExplorer

Memory Pool

74,367 transactions
27.49 vMB
0.07207244 BTC
Random Selection Loading Transactions
Max Size: 167.67/200 MB

Candidate Block

Mining Attempt 8275cf15b6babb7bb06e26b9331130f6671679f0dbafda605529e5586bdb3aab
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 76a38ce18cefd37df3d5dcb72440d98920c093e744b34c726cad4cc12c57ca76
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.01343827 BTC
Feerates: 121.74 > 1.35 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (152,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,318 762,318 00000000000000000005294878cf411c02695a2a0a902d8b623d3dfac12f73ed 2,895 1.00/1.00 vMB 32
762,317 762,317 0000000000000000000380e0f3b5d2ef4e9cdce11708c0600f0fadcc2711bd5e 2,746 1.00/1.00 vMB 45
762,316 762,316 000000000000000000071aad8b32c6179806ceb5d32c201d72d6b2d4917cbe7b 401 1.00/1.00 vMB 15
762,315 762,315 0000000000000000000482d28571fcf118d57310f3068015dadc76974ba63ef1 2,110 1.00/1.00 vMB 16
762,314 762,314 0000000000000000000689132cd08031638c455c0ec8dbfabdf00f9f6520c8c3 2,781 1.00/1.00 vMB 18
762,313 762,313 0000000000000000000666ea91beadd9b7f0edf9d3e6ea4d825a34f753425256 3,391 1.00/1.00 vMB 31
762,312 762,312 000000000000000000018312de318c1eb050ddf58106f1b8c8501e8878871b52 3,261 1.00/1.00 vMB 27
762,311 762,311 000000000000000000041f3c9c6dc08c9e4adf1ea0d3277ca0a0d1263b6a067f 1,839 1.00/1.00 vMB 8
762,310 762,310 000000000000000000032b51b26b2b0254da30daf1fde5acee7063f6e11c0367 1,578 1.00/1.00 vMB 6
762,309 762,309 000000000000000000076a2d391b8b6f31142b5973d9af5e44e01f8952c7853b 1,932 1.00/1.00 vMB 11
762,308 762,308 000000000000000000019452d2cd075ad2c6a4a9285443b3b9ec4e700b584d79 2,733 1.00/1.00 vMB 11
762,307 762,307 0000000000000000000450ad1c3b3e3b2ad664c53901aac9bb9c4d998808d582 1,796 1.00/1.00 vMB 7
762,306 762,306 00000000000000000002e5467b022717c655b5570d40174b2d09263b9a9f0934 3,404 1.00/1.00 vMB 23
762,305 762,305 00000000000000000002642e27513a21c15107163e2473b3198f66f24b6154df 3,414 1.00/1.00 vMB 28
762,304 762,304 000000000000000000058e48a9da78d83a625f3951fbe63ba24d3177efbffd71 1,853 1.00/1.00 vMB 6
762,303 762,303 0000000000000000000015dae7aab12722efcaf55ee7ba8665b4c17c61e13ff0 2,119 1.00/1.00 vMB 19
762,302 762,302 000000000000000000051cf1aafd62f5700730bf31688b5e822358966a1bf29e 2,586 1.00/1.00 vMB 14
762,301 762,301 000000000000000000052603e0da1d75bff9a813ab109366e07bd7959d53b0c5 1,518 1.00/1.00 vMB 17
762,300 762,300 000000000000000000009f70f0dd393288f53fa7933e158ef80f8eb1e1e05e80 2,015 1.00/1.00 vMB 20
762,299 762,299 00000000000000000003691e83e6622f7d72676453cab05f24b8516fda8a7296 3,437 1.00/1.00 vMB 19
762,298 762,298 0000000000000000000147c45447437f829dc5721bfc00c46c6688bb6ae9d839 3,316 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.89 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.34 GB
    • Received: 17.35 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.