Loading Tool

Explorer IconExplorer

Memory Pool

35,999 transactions
28.93 vMB
0.12498232 BTC
Random Selection Loading Transactions
Max Size: 143.99/200 MB

Candidate Block

Mining Attempt ceb3275e93f8482c2e66ef993096a32f45d5fa21177252e327cde69ee419e83a
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 39248139f04b272b70ec04698d390cf751f1ef9bf26009e9d2cf31d668a07bf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.06565714 BTC
Feerates: 208.44 > 6.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (911,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,046 3,046 000000004716dcc15195dc344aa7bfe1df816d21509424e930cb7b94413b4b10 1 0.00/1.00 vMB 0
3,045 3,045 00000000b737d259bd94e4eb445296436f3c8681edd6365aa20fba896b13da0b 1 0.00/1.00 vMB 0
3,044 3,044 000000008ff7dcd02bd4a92a9047ddb42e2d4c0807d972803729316e20c9ccec 1 0.00/1.00 vMB 0
3,043 3,043 00000000dca66cfc107a2c59b9f5d9b3708450cf1e2789bedfd92e19cbb2e8b5 1 0.00/1.00 vMB 0
3,042 3,042 00000000c1122aa69bb3d2651513e9629ca86b9e22691ac50a2ac838353c34a0 1 0.00/1.00 vMB 0
3,041 3,041 00000000dc3d517468456d8c7be9c3a4e272d93ddbda96e6afca523d5937b8e1 1 0.00/1.00 vMB 0
3,040 3,040 00000000d49db14e5c9db263bbc5989f3eb4cbbbcf7ae8443d174f18a80a00fe 1 0.00/1.00 vMB 0
3,039 3,039 0000000041eb952c8fb526dd78d604b07e74fad9bf2087f3184e0e8bc73a6dc5 1 0.00/1.00 vMB 0
3,038 3,038 00000000fbf1fd4a8708cb49bca4453f52bae4a78249f23d8dee1116422182ec 1 0.00/1.00 vMB 0
3,037 3,037 000000003325a43f430be1376119060c42b9fc88423249c80cfdff1ba19d4319 1 0.00/1.00 vMB 0
3,036 3,036 00000000f3adc6095724c8eee01db807575c1e6b5a7f078d1dc06a16907f3364 1 0.00/1.00 vMB 0
3,035 3,035 00000000e72f88ce6d4dee4e455614eb146a965634ffc16aee5c0483372091de 1 0.00/1.00 vMB 0
3,034 3,034 000000004b52938d0547fc2e74faf023150355592ada03105252c8fc0a46f7b0 1 0.00/1.00 vMB 0
3,033 3,033 000000003cfe3e2403cc46de7c6c3e20221786af4f4577da48225bbb539b5d5e 1 0.00/1.00 vMB 0
3,032 3,032 000000007eb7ae764c9ea9ddf8f11ea576616a2fcccd0720f48bcde18b4f9ecd 1 0.00/1.00 vMB 0
3,031 3,031 00000000999dc4ea5312d6d9db4613f064706bf51ba542360a164de46fab9c0e 1 0.00/1.00 vMB 0
3,030 3,030 00000000b7b927177c9fadc4a393e12a0b05aa71d66cd8db2ade5e86e6e0fc8a 1 0.00/1.00 vMB 0
3,029 3,029 00000000ebb5c787dc062f35b25915e00b89ee2f499767592828c9fdb11c092e 1 0.00/1.00 vMB 0
3,028 3,028 00000000426241707fe4345ca202d374086142a03f216cf09be6850b4a155692 1 0.00/1.00 vMB 0
3,027 3,027 0000000097a84662b678aa8767613c4b3f13003d0e0bcf0819c2fe1a79eb1974 1 0.00/1.00 vMB 0
3,026 3,026 00000000421803952da632bac717866599153b4ab08e6ea302ee8b16206ec55d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.94 GB
    • Received: 11.10 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.