Loading Tool

Explorer IconExplorer

Memory Pool

81,436 transactions
30.86 vMB
0.11305742 BTC
Random Selection Loading Transactions
Max Size: 187.41/200 MB

Candidate Block

Mining Attempt 9de185f6d4c4c4cf9e2b545791e4259378a7e11562c537334fae12d9f57fbd97
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root f93002b6c08a84de74c1e89217df38cbf0c99eb6056142f00a9c3225f468e101
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.03775691 BTC
Feerates: 318.30 > 3.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (321,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,653 593,653 0000000000000000000cc2844e12d9ff4fc657a40c07f05745497e1031d25650 1,795 0.58/1.00 vMB 23
593,652 593,652 0000000000000000000d36a42939b71de3777a774be0e7a783350c46c9d02eb3 1,650 0.52/1.00 vMB 24
593,651 593,651 00000000000000000002ca58ebb815c0f97dff0ff3bc8c5fd23e5c38734d173a 2,410 0.85/1.00 vMB 9
593,650 593,650 0000000000000000001527cb5d3054f46e9921f2f6699ee0078dd8df896eb6ce 2,661 1.00/1.00 vMB 32
593,649 593,649 0000000000000000000dad130783e8240d3b799a260bb10563ff57f8beab1c22 344 0.16/1.00 vMB 17
593,648 593,648 000000000000000000028ff9f60fa6ddeb5fe9022c384a653d265500f97312ea 324 0.11/1.00 vMB 17
593,647 593,647 0000000000000000001308437b9a945f8f9b23a3934b19c1855ee87570190274 726 0.22/1.00 vMB 20
593,646 593,646 0000000000000000000fe771840e20cb46fb9d7faa69b1c66259fe57fe0e8ec4 1,269 0.37/1.00 vMB 30
593,645 593,645 00000000000000000018af4a7421a0d4cc27046a21681c720b56aeaaa61335d3 764 0.24/1.00 vMB 6
593,644 593,644 000000000000000000163bc0206115f672e61f348409a4fb284b0a75a446cbe0 3,146 1.00/1.00 vMB 17
593,643 593,643 0000000000000000000085b72068e2279b9eb8bf5bcfe9251dd2fe2b1963fa9e 2,938 1.00/1.00 vMB 40
593,642 593,642 0000000000000000000d026cd138b8b350b248505e04c94906ca6057a9107342 1,028 0.34/1.00 vMB 24
593,641 593,641 0000000000000000000c3b722ad12d7a4f2cbe7c19bdd2b21d4c68b31a945c55 2,713 0.89/1.00 vMB 3
593,640 593,640 00000000000000000018e2509c889a8aa40ea1e74fa5d10d80769ac67efc764d 2,897 1.00/1.00 vMB 24
593,639 593,639 00000000000000000008ca7ca91edd7dcc2223be1cbca6b62c4a464a2b8ef67a 3,110 1.00/1.00 vMB 29
593,638 593,638 0000000000000000000e3b34886dda5f8122a4e53b5cbd369b6bdcc3411fbe9d 3,179 1.00/1.00 vMB 39
593,637 593,637 00000000000000000006bd7a9edad580f20bd2c1f876af2a811f83ba3fa719c3 2,929 1.00/1.00 vMB 40
593,636 593,636 00000000000000000000d2090ad848ac86a735f5aa025bae9520b6cbe831bd0f 2,116 0.71/1.00 vMB 26
593,635 593,635 00000000000000000005e90ffcd22fe281f280b6a436e5ccddf33302248c8c5e 1,267 0.74/1.00 vMB 10
593,634 593,634 0000000000000000000609e6f1d4e8334e824c9d9a29b1470ce1bb7a7196116f 2,857 1.00/1.00 vMB 5
593,633 593,633 0000000000000000000daa711f38759ee2da357d8571088caa104c8ae8398165 3,317 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.08 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: 721.72 GB
    • Received: 18.39 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.