Loading Tool

Explorer IconExplorer

Memory Pool

76,033 transactions
33.61 vMB
0.13056179 BTC
Random Selection Loading Transactions
Max Size: 187.33/200 MB

Candidate Block

Mining Attempt 79056646e33be017d8a9a75b3cd1abdb4cef3610af5a3f3deeba0fb62521b097
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root 7def269bcaafb6e6bba9028875f4519232183b0a90a14afa8b95518cf443fe89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,211
Size: 1.00 vMB
Total Fees: 0.02150487 BTC
Feerates: 70.48 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (826,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,327 89,327 000000000002d71064121c520837ee4b2dab80090db191d01b7c339845f84270 1 0.00/1.00 vMB 0
89,326 89,326 000000000005d379a8c7a54e87bb54745f2bdd6eb58082cb66d51c84e1a1043c 4 0.00/1.00 vMB 0
89,325 89,325 000000000013b5a25b150772e001f0dfeed3cfbca937a7df76bc8d46715d6f3f 1 0.00/1.00 vMB 0
89,324 89,324 0000000000090bbb77b964551ee5a9d591f550e36039d3557f756e512588365c 1 0.00/1.00 vMB 0
89,323 89,323 0000000000090b8eb72ecd2fc1e3fc07cf4d9b11abf3264e372b3e0caa85f76b 1 0.00/1.00 vMB 0
89,322 89,322 00000000000c406d1d5e4fb12af6dc6a41de60c1a6b9ecb7afb1bea5ffb2d367 2 0.00/1.00 vMB 0
89,321 89,321 00000000000ede96fb240fc4a886f9bdb17061276884604a65ef5ff4b5ee973f 1 0.00/1.00 vMB 0
89,320 89,320 000000000008bf2d79f3bbd81a18b0346ba33f46e34aee5aca2e4214757215b3 3 0.00/1.00 vMB 0
89,319 89,319 00000000000753ec518c8a72be903f6c21335ebb616457f79b8bccb050215046 3 0.00/1.00 vMB 0
89,318 89,318 000000000005ad84e5889fb3bb76e8d0e80f7d58143bf8bc3f0f5ee1e8639aa6 1 0.00/1.00 vMB 0
89,317 89,317 00000000000b8501b20891f01db24fd255fa4fd3bc9d8762d3d42d6f23f86b70 1 0.00/1.00 vMB 0
89,316 89,316 000000000007dcb9e920e78304050689aafc53647f1a4244eae6505030fe8aab 1 0.00/1.00 vMB 0
89,315 89,315 0000000000052e85d106c1bd0a2f3cd194b5d9691d0600c36c3be58da2d6b5ea 2 0.00/1.00 vMB 0
89,314 89,314 00000000000b64bc3a8cb41e67af8a3df35f783d99cc8f74e3b462a07d27fa85 3 0.00/1.00 vMB 0
89,313 89,313 000000000010842f2115c6adb3e1945646bf0554b711e7bfae68520fddc8258a 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.11 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: 732.01 GB
    • Received: 18.53 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.