Loading Tool

Explorer IconExplorer

Memory Pool

84,039 transactions
31.16 vMB
0.14405560 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt 89b9a7da4ccebd5f99315d6389ab2b5db2e06fecf5dfaec3c9d497944bfb8719
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 0798b23d8c76a2ddaf46af8903130edabbd64c87077159e77d253ee3220108e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 1.00 vMB
Total Fees: 0.07447657 BTC
Feerates: 366.60 > 7.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (94,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,319 820,319 00000000000000000001a3037dd6c29dbcbf8f44d6854c00758650e9bbeea2ac 3,313 1.00/1.00 vMB 101
820,318 820,318 0000000000000000000339600bb695dd9f1f08bf86e4e79cc3e38b89093668a6 3,151 1.00/1.00 vMB 43
820,317 820,317 00000000000000000001251307091cf442e9c465dfb76d7e55165a1c247bf7ba 2,557 1.00/1.00 vMB 73
820,316 820,316 00000000000000000002e04c2c5c0cb107780303dd51c16bdb92904ffe91cf20 3,482 1.00/1.00 vMB 60
820,315 820,315 00000000000000000002094778ac18ebd744b788acbedf63dd03a1e5077eb318 2,437 1.00/1.00 vMB 89
820,314 820,314 000000000000000000010815daa30d0aacc6b16b068646bb6b963536873a16eb 3,233 1.00/1.00 vMB 77
820,313 820,313 00000000000000000000e3fe5dec59e18f79d9834c7a5c7611ae32e0fcd0edc9 3,149 1.00/1.00 vMB 168
820,312 820,312 00000000000000000003384dbc7c8592c1a553d966e1e9f677829e90d333ed06 2,709 1.00/1.00 vMB 198
820,311 820,311 0000000000000000000052540702b576abff5e3ca33ff45151eaf0fb7f22f984 3,061 1.00/1.00 vMB 134
820,310 820,310 000000000000000000034fa3d3034746e3c17eb569ee7cfba278ec62367a2222 3,380 1.00/1.00 vMB 95
820,309 820,309 0000000000000000000328eb7ce89a9a3def56b362debe64a145af6bac584ad3 2,542 1.00/1.00 vMB 82
820,308 820,308 000000000000000000039e7e9bff6e2449b7414d4821cb6fec1225ac7ff16977 3,199 1.00/1.00 vMB 44
820,307 820,307 000000000000000000012f900b0423f63dfc303a33605e7ad43a1d06a1d91e87 2,861 1.00/1.00 vMB 84
820,306 820,306 00000000000000000000cb22bff5c982e40e1e3df276ca41aebb9c9edc92a132 3,056 1.00/1.00 vMB 116
820,305 820,305 0000000000000000000418126c5ff80fa910ddf0dc44ec9c0689505b7936f11b 2,005 1.00/1.00 vMB 41
820,304 820,304 00000000000000000003ca3043e58e734aab4ace9ac01a17743735ad460dfc7e 1,386 1.00/1.00 vMB 50
820,303 820,303 000000000000000000001c0dd56595fea990b521d87ab845bb30bb5841086c1e 3,267 1.00/1.00 vMB 85
820,302 820,302 00000000000000000000428d3bab898410ee58c381f3e7fd7c0822294347f63e 3,098 1.00/1.00 vMB 64
820,301 820,301 00000000000000000001afb11e300b32c1a7c9d31704ecc7a31f2c60c8f34b85 2,020 1.00/1.00 vMB 49
820,300 820,300 000000000000000000003e098a4be8e43778f7a77d1d7086f59862ba8cfff3d2 1,848 1.00/1.00 vMB 63
820,299 820,299 000000000000000000022840bddbc5c94bf000715d001197c96a65838009665f 2,642 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.34 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: 661.60 GB
    • Received: 14.82 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.