Loading Tool

Explorer IconExplorer

Memory Pool

38,204 transactions
26.12 vMB
0.06143275 BTC
Random Selection Loading Transactions
Max Size: 134.94/200 MB

Candidate Block

Mining Attempt 20492b9cdfecd08aa1cd7830105b12289e5bc9dd93719ffae04f33a6a44d5f25
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root b6a418c472a3ff80b7f5afb234f247cb25774080103bf255ff3b9e6a83b9cb7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01355796 BTC
Feerates: 265.25 > 1.36 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (912,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,386 2,386 000000006c03d7466e36937aafa0482560257003b6502887ae367b7d9017ee21 1 0.00/1.00 vMB 0
2,385 2,385 00000000992382eb485095447db1b59a3833a94641d9033c2aad27b1dbf974a9 1 0.00/1.00 vMB 0
2,384 2,384 00000000d4b8102b902613c2494ff2c454d020f2cbfdbc0e5f306a0b7b77e9fe 1 0.00/1.00 vMB 0
2,383 2,383 0000000074c231be4740a4e86bdac239d601e5377048420bc4eed5166d125c6a 1 0.00/1.00 vMB 0
2,382 2,382 000000008b0995d4021e3e6f26de45cea8a3d7a33566656baa93e034239895bc 1 0.00/1.00 vMB 0
2,381 2,381 00000000cb9cf810f154eca3b897fb9fc32d5ad6b118d8f3ef25ec855bead8a9 1 0.00/1.00 vMB 0
2,380 2,380 00000000e2907c985adfec04949724dabcf39b401d1fe20cf1709a6f146ad0ee 1 0.00/1.00 vMB 0
2,379 2,379 000000006ebbe7c070bd446a35674b91da43e5e2dc3e72b9bfcf1afae351a7fe 1 0.00/1.00 vMB 0
2,378 2,378 00000000dbe99fe90915218f74be250fffd6140041b1e8cf139543ae88af0795 1 0.00/1.00 vMB 0
2,377 2,377 0000000052da91541855a14d302fda8dbdec3010f2158e1dbee67e8ade2cb49b 1 0.00/1.00 vMB 0
2,376 2,376 00000000b7ff527ae532e7fa4ff24ad476c5bb1efe3870e9d8794c8d1ff5cb43 1 0.00/1.00 vMB 0
2,375 2,375 00000000d4b71ccc6672d3e1f5a356c8370b69ae80b773b16feeb47516f525b3 1 0.00/1.00 vMB 0
2,374 2,374 00000000c5266fd4d8f1e6fc28dd24aa0306477a2faa084cfe189ed9f3d312c1 1 0.00/1.00 vMB 0
2,373 2,373 00000000147696b36a9746072c377cd42c82df4f787b88fe4fa37ac8375f96f4 1 0.00/1.00 vMB 0
2,372 2,372 00000000e254e4720474a5b607a52e09af1fc743bea6d449756a49f1e9a00dec 1 0.00/1.00 vMB 0
2,371 2,371 000000009a0e5a58ce8d2fe91c10f50bcf676dd707f58e5cddb8bd67698a3441 1 0.00/1.00 vMB 0
2,370 2,370 00000000f5c717faadb357dce445bcec4df0bc4bacb28ec8722c39c8f538fe78 1 0.00/1.00 vMB 0
2,369 2,369 000000009836981bc8bef855a48ed5c3bc77a4b26fcca29fc636d68815b29184 1 0.00/1.00 vMB 0
2,368 2,368 000000000f97c9f5374a4a547bf11639cac076923687f2117afa55050149eece 1 0.00/1.00 vMB 0
2,367 2,367 000000007aad5b373b57f4d5a5f910ddf5361396a0eb6e6130f081bd992aab39 1 0.00/1.00 vMB 0
2,366 2,366 00000000f4ebc5ad93758a8f72c9f205d360e4d5757f233777de9f846c255951 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.