Loading Tool

Explorer IconExplorer

Memory Pool

75,971 transactions
27.66 vMB
0.06829251 BTC
Random Selection Loading Transactions
Max Size: 169.58/200 MB

Candidate Block

Mining Attempt 81cadd4a1e9a841b39dec4d941139f6797212a3a7cc4e237f895e77c6971376e
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root 77a8db92cd58c01e4929b5461848269888a52c64777f9ab8153607e42eaaf296
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.00922588 BTC
Feerates: 81.11 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (825,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,312 89,312 00000000000d27b514d32e16c7bd59851e535241f274995419874557bfccbd57 1 0.00/1.00 vMB 0
89,311 89,311 000000000004331e00c13ebeeec82df06c2bccc5c579e1267955244a6d21fb19 1 0.00/1.00 vMB 0
89,310 89,310 0000000000012a873c4538d77da69e28a1b4b5c7253b50c82a71b6c280198c96 1 0.00/1.00 vMB 0
89,309 89,309 00000000000b4baae5e2f4acf0ae7f8d550dfaa628cf3498fcd9a242cf4cee13 1 0.00/1.00 vMB 0
89,308 89,308 00000000001480d97eaae6520beca8b9ae91c5ce005cb6358d2b8c011b3eab16 2 0.00/1.00 vMB 0
89,307 89,307 000000000012b186adaac89092ef1221b6e1faf2abde318ebbca82ad0eddbb62 2 0.00/1.00 vMB 0
89,306 89,306 00000000000f9250790864ac6d0afe07e127412a2d75cff42735170cd8df1dcc 1 0.00/1.00 vMB 0
89,305 89,305 0000000000034c0c71c53e8f1eeb9e874be04aa2386235d75cd646f28ef180dc 2 0.00/1.00 vMB 0
89,304 89,304 00000000000ce310705b627bcaa54ce42f8a77f60a63fbe1d8cdae8ef845eace 2 0.00/1.00 vMB 0
89,303 89,303 00000000001193de827a6809451793b856741f37a61e173795c3c458a5629d46 1 0.00/1.00 vMB 0
89,302 89,302 00000000000ad8003e906a6220766f82f96f097bd61665765898fc16f9cd5b2d 1 0.00/1.00 vMB 0
89,301 89,301 000000000011eca1d696feefd8f3841985085820d634d072a94a6c04322708ed 2 0.00/1.00 vMB 0
89,300 89,300 00000000000638a2082f4b3a8a4e1b6f837eea0de4e76de453571948bcbb4eb2 1 0.00/1.00 vMB 0
89,299 89,299 000000000007eb7ab8b40d49d0a8d743747f7bd443e8431108314730aa38a646 5 0.00/1.00 vMB 0
89,298 89,298 00000000000901ea3d947f9d910393508fea9129973f8509bd3dc231402fdebf 1 0.00/1.00 vMB 0
89,297 89,297 000000000008f89e54ef21f5f1dae9062e483532b4794c42e682edb91bb6fc7e 2 0.00/1.00 vMB 0
89,296 89,296 0000000000065f46f5b5263181be015766755ebec78d0d1ad872efaf7b6b5f5d 1 0.00/1.00 vMB 0
89,295 89,295 00000000000e064e2b75e99e39c3d8938d6b032766beb787886fb24de91fa229 2 0.00/1.00 vMB 0
89,294 89,294 000000000011be5d6be145408aad97cab4e5f37aee0f8aa6ae0affdb3c0b28f8 1 0.00/1.00 vMB 0
89,293 89,293 0000000000010d8f26a80d4de779a73f853f6d0bee1b854d83656985031e6bf6 3 0.00/1.00 vMB 0
89,292 89,292 000000000006c3c502a983ea6dfb99abb3f473c7a12e6a324804c6bae6efdba9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 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: 714.60 GB
    • Received: 17.57 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.