Loading Tool

Explorer IconExplorer

Memory Pool

82,283 transactions
31.06 vMB
0.11744689 BTC
Random Selection Loading Transactions
Max Size: 182.74/200 MB

Candidate Block

Mining Attempt 8cd4221dff6fb63be1ea6308d590d65c2a2563f166f7c7013687548506c056d3
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root ffe0a9c35c422f446559552b5d683c83a24b7e3b273500498b8b56dccd514468
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03974947 BTC
Feerates: 150.77 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (304,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,330 610,330 0000000000000000000f490b7d2a7f7c00e2e03aa6c17c5d683c31eb2ffe014f 665 0.20/1.00 vMB 12
610,329 610,329 0000000000000000000ed58af8c7d59bfae93440c3caa8c97cfd7bb7b8240267 1,392 0.38/1.00 vMB 10
610,328 610,328 00000000000000000002258aed1e6843b0c8b8bc252cc0dfa8d8fc6873d121cc 2,837 1.00/1.00 vMB 13
610,327 610,327 000000000000000000129b14ae6e794394ce3cf1fb30779147940c0fe5e2406d 1,868 0.57/1.00 vMB 12
610,326 610,326 0000000000000000000fa75efeab4aa4a0a5ffe777a89b5ec5b4a1b32189cc13 1,204 0.55/1.00 vMB 4
610,325 610,325 00000000000000000008282a9fc1ffd5d1b5310c86511e9aa69148895b8cb03a 1,932 1.00/1.00 vMB 5
610,324 610,324 00000000000000000011805a3cb886e7238de1313b83d5205a38a99c6da45924 2,883 1.00/1.00 vMB 10
610,323 610,323 0000000000000000000ac768e08db3f0010fd5fb6cb5bef83dfacada8ea15f2e 3,178 1.00/1.00 vMB 9
610,322 610,322 00000000000000000015b53a9d5b88d983adc185452d691f1bebe180988d362b 2,725 1.00/1.00 vMB 30
610,321 610,321 0000000000000000000c2d501ab9ea81b10640b613da86ec249e3eaa6b507d9a 2,646 1.00/1.00 vMB 26
610,320 610,320 0000000000000000000605f3dd1f67f4f4f2f48b408e2ffe5814110069de7db7 2,485 1.00/1.00 vMB 13
610,319 610,319 000000000000000000097a332108c226fcf7c8776c06335d3bcd089e0f6ccc7f 2,419 1.00/1.00 vMB 12
610,318 610,318 00000000000000000007d9565155feaf1613262ba64000683b0a8cfe5b20e224 2,772 1.00/1.00 vMB 25
610,317 610,317 0000000000000000000e0404521de89af7ca16253e077adaa1ada1d246a5ce09 1,891 0.64/1.00 vMB 6
610,316 610,316 000000000000000000096d2b12d41c2fe1f7a18904b446f9f31a28b632bd7146 2,898 1.00/1.00 vMB 9
610,315 610,315 000000000000000000093f9b778c8b320aa14d67d705952aa7f4ff176ff2f780 2,562 1.00/1.00 vMB 14
610,314 610,314 00000000000000000002a0a902d9507ec6e53731f07f6170d3231c9467e25c64 1,412 1.00/1.00 vMB 11
610,313 610,313 0000000000000000001577876112d6349e7f5b358e5d53fe4c36800169f2cd24 1,596 1.00/1.00 vMB 15
610,312 610,312 000000000000000000155c14a13655cd86c227a9196859a6b4eb1ee960e3c125 1,227 1.00/1.00 vMB 56
610,311 610,311 0000000000000000001467549921bbaea4d036b938c29857403136bc07655f05 1,138 0.35/1.00 vMB 1
610,310 610,310 000000000000000000034547ecb17230573c604e8e1b8c7d06cbbc324376c173 3,046 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.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: 668.77 GB
    • Received: 15.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.