Loading Tool

Explorer IconExplorer

Memory Pool

44,887 transactions
26.53 vMB
0.05562746 BTC
Random Selection Loading Transactions
Max Size: 140.64/200 MB

Candidate Block

Mining Attempt 98376e64e03fd76b611091d5f686ec3baa82bf957e45f2e0ecd8588c2c02a69f
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root cf4c3e4ff1186f817c354372296ba90a9b6679741cbbce605d91cb000fa2ea1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,260
Size: 1.00 vMB
Total Fees: 0.00692019 BTC
Feerates: 73.20 > 0.69 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (90,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,547 824,547 000000000000000000001beed99b8aeecd496c5571a912fb501bc7bcf8c74290 3,012 1.00/1.00 vMB 94
824,546 824,546 00000000000000000002ead12349b0922ca1ddcf0693a36a421a3930d4a0c0a1 2,944 1.00/1.00 vMB 125
824,545 824,545 000000000000000000031f91a03d7929d11748975dee8c07b43c502ecd3c78f7 2,997 1.00/1.00 vMB 64
824,544 824,544 00000000000000000001b7f8d0289c6e15e5a6c9a59894b955afcf7dd8f9b1fe 2,015 1.00/1.00 vMB 86
824,543 824,543 00000000000000000001595b16989798f8997d89ac778ccc7d0d6c7e88ab4ec9 2,156 1.00/1.00 vMB 108
824,542 824,542 000000000000000000021617e9684454f60bea45a28e4f60560f629ae97d4390 574 1.00/1.00 vMB 71
824,541 824,541 0000000000000000000220cf3901d47e3eea54ec7d536ca529eaa4e0292a2d1c 708 1.00/1.00 vMB 75
824,540 824,540 00000000000000000002aedc524b08b1c127eeba2d91d1e0b9cc941d70bbcf8e 1,616 1.00/1.00 vMB 83
824,539 824,539 0000000000000000000258a618cf238ff9bc03def8e6b97ca5802cf3f9ccf772 2,005 1.00/1.00 vMB 91
824,538 824,538 00000000000000000001fa3246b27e63c6aa9ee666c6b1009f6399db945eedf2 2,814 1.00/1.00 vMB 112
824,537 824,537 0000000000000000000356a36e4ba7719aa64048a746cbc14f7df66ee69dc23b 2,237 1.00/1.00 vMB 93
824,536 824,536 000000000000000000034bb46af3d6a8a1b584eaa957d28a7edcd3de0d9e136a 2,884 1.00/1.00 vMB 157
824,535 824,535 00000000000000000000da9844330b670cca241828a731e0badcabae40ea2aae 3,326 1.00/1.00 vMB 73
824,534 824,534 00000000000000000003c394afdee2252f0ef8493efc1a70241111b4bfdb483b 2,146 1.00/1.00 vMB 65
824,533 824,533 000000000000000000008ff3dc6a780ea9dda6b5b4d9204ff273d099826859bc 2,540 1.00/1.00 vMB 117
824,532 824,532 0000000000000000000271576ef29f087f41f42a001e460705cd06c092483f16 2,160 1.00/1.00 vMB 107
824,531 824,531 00000000000000000000281635dc0ef7c6a9e3adf72c39c25b425109c5aa3642 1,990 1.00/1.00 vMB 74
824,530 824,530 00000000000000000002e54f1b69ef16702e99ecc4873a41025c6387ff80b02c 2,353 1.00/1.00 vMB 98
824,529 824,529 0000000000000000000256735b0aaea470d0f97c7665420d97ef730282cf9b80 2,854 1.00/1.00 vMB 127
824,528 824,528 00000000000000000003707dea1013171774c60ce5322eb910e939843609b5ec 3,946 1.00/1.00 vMB 83
824,527 824,527 00000000000000000000331691cc3e3ac3a9abf64caf636574230a08b8f5eed6 3,404 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.