Loading Tool

Explorer IconExplorer

Memory Pool

35,316 transactions
19.05 vMB
0.07325630 BTC
Random Selection Loading Transactions
Max Size: 104.05/200 MB

Candidate Block

Mining Attempt 7c3513d50f3397d2895f15f9ed259868b0cb61e3e1a9fad7e214746848220055
Version 20000000
Previous Block 00000000000000000000eef4d2238f2c60494e31ffc8f57dc47d344632c2dc7e
Merkle Root ceb0544f04f106146e9c10b6364ca66e3fea77e6111b4bc08361873b35cc5475
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,815
Size: 1.00 vMB
Total Fees: 0.03671857 BTC
Feerates: 101.66 > 3.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,912 (851,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,645 62,645 000000000cbaed2f065ccf186ff0db51dc296ee3fbabdad30e54a61c52705004 2 0.00/1.00 vMB 0
62,644 62,644 0000000008106679cb3dfbb7a29bf7af4ea3c8ae27e41792f9d722466b39f30c 1 0.00/1.00 vMB 0
62,643 62,643 000000000c960546c18ce9815066915dea84ce05f95f2175b8d38e50742eac2e 1 0.00/1.00 vMB 0
62,642 62,642 000000000c9fce12ceff776cd508a7f0daa43a0bc41dcdd503d36fb667cab44b 1 0.00/1.00 vMB 0
62,641 62,641 0000000001bb74a684c68f4d4d9a2fc5970c9fa30b8562bf2af57a11888b8b05 1 0.00/1.00 vMB 0
62,640 62,640 000000000020ce47189e6b8b2a67c691ddb863cdca99696800379cfc5cc2b2d6 1 0.00/1.00 vMB 0
62,639 62,639 00000000009fb23bfad10a26a3dac8393c2a0330e862d860c9f276e8722debcc 1 0.00/1.00 vMB 0
62,638 62,638 000000000c017d1f16cc5d3bfdd0c987be41d6d4dc9415c77e34697b68b57c21 4 0.00/1.00 vMB 0
62,637 62,637 000000000847343e0e0074b21cd64b36d60decb669e15e8d4b18064bc25f7975 1 0.00/1.00 vMB 0
62,636 62,636 0000000003bde8088a970dc75ca5fa943a88fa1b88d147b844b5fc81098a1eb0 1 0.00/1.00 vMB 0
62,635 62,635 0000000003c178fe54e6f33053de300bdef901918d710da58d6771a38cc219f3 1 0.00/1.00 vMB 0
62,634 62,634 0000000008f07637bb4619311b007820081944803e634cae1a41bf8695f01a70 1 0.00/1.00 vMB 0
62,633 62,633 00000000035b37278d3b69cca0b0ffd78018c6e6e8f9729dbb735a4f19dd86ed 1 0.00/1.00 vMB 0
62,632 62,632 0000000007f86a5a3de3329cdf33149b744517013040a39c92ef771b600716b0 1 0.00/1.00 vMB 0
62,631 62,631 0000000005fb914a0f9d07e92db9cb6074f09532a573c9d4850e1def217ad1c3 2 0.00/1.00 vMB 0
62,630 62,630 00000000089b00c2f1eea0ba0d64f75b58d69ac21f28c4c0ae4bb62dd7de2651 1 0.00/1.00 vMB 0
62,629 62,629 00000000073d7818ab505844fd0d4ea8a6ed0fa7a8c5ad3f43c29751267737d7 1 0.00/1.00 vMB 0
62,628 62,628 0000000006ae23a2f87c164d28ac80202d95bfc8e196aa0ed15ea6c1043602ac 2 0.00/1.00 vMB 0
62,627 62,627 000000000c94936e08f5911848166b28adc9def5233dba4ad6998de764a4d482 1 0.00/1.00 vMB 0
62,626 62,626 0000000009168cf723119776546d907aa23cdd161cd398c649ff34ec05547680 1 0.00/1.00 vMB 0
62,625 62,625 00000000037278eb939862e131d2730df9283b8966d162c723067474e27684ca 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 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: 527.54 GB
    • Received: 5.51 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.