Loading Tool

Explorer IconExplorer

Memory Pool

36,039 transactions
26.14 vMB
0.07128528 BTC
Random Selection Loading Transactions
Max Size: 133.49/200 MB

Candidate Block

Mining Attempt d8da5def6baee18f11d8b4eb567c1010dfabe018dfe1edcac5e5ce2699e2a5e8
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root af51a21eb1db8144667eb12cd519e029ee2070e8e22e831cfd9ff3301063a690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02311979 BTC
Feerates: 713.01 > 2.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (68,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,100 846,100 00000000000000000001ea63ce744752784fc395986d59ee4c8b8c5e90e1bc5d 5,814 1.00/1.00 vMB 28
846,099 846,099 00000000000000000001dd0f8cb194c8b7f1fdc283145caabfaa7598e6dcef10 5,137 1.00/1.00 vMB 32
846,098 846,098 000000000000000000008b3a37b18c8bb213e5ec8b324f519dc986e4af6d6a4c 4,588 1.00/1.00 vMB 20
846,097 846,097 000000000000000000020d1313a38a1e4692307e71bbf13029bc0621a8bdf91c 6,371 1.00/1.00 vMB 29
846,096 846,096 0000000000000000000314f6d6d734fb9569fdaeb4a1a045487b3a25cf88686a 5,228 1.00/1.00 vMB 30
846,095 846,095 0000000000000000000095d4c392814047f65a050576e3e8017779238e263c49 3,632 1.00/1.00 vMB 22
846,094 846,094 00000000000000000002db857187f2499ec1bb51c00f12c5e1ad2f3c2e272bc1 3,433 1.00/1.00 vMB 34
846,093 846,093 000000000000000000006c6c2f5f793c9feee8dc9349da879e8babe6a3fdc5dd 3,177 1.00/1.00 vMB 47
846,092 846,092 00000000000000000002f77ae970a1784d7d17efecc477d060e9a5566044688d 3,737 1.00/1.00 vMB 37
846,091 846,091 00000000000000000000fa50831c9a007b51af52df25a0f96d2e30fd1688c6d2 5,702 1.00/1.00 vMB 17
846,090 846,090 000000000000000000003cd331d7079ec864d34ec5dbebc174fc6c26ba0be450 3,550 1.00/1.00 vMB 31
846,089 846,089 00000000000000000001b6ac4de4e6c67905214630a9912f20169efbd48555fd 6,272 1.00/1.00 vMB 19
846,088 846,088 000000000000000000025b5030f806dbc525e7c6ce33f6b285777451473d23e5 5,658 1.00/1.00 vMB 17
846,087 846,087 000000000000000000001bc3ae8db4522011a46c3b7b5116d803a6814a1ef46a 4,770 1.00/1.00 vMB 21
846,086 846,086 000000000000000000034ffcb84bb743f9eb64e42e9452a5cc1055a7ee6ff240 3,476 1.00/1.00 vMB 26
846,085 846,085 00000000000000000002f72958bb5363d9ee44aed3f39b8f91a6503fc2fabec9 3,607 1.00/1.00 vMB 36
846,084 846,084 000000000000000000005d569b379a365a83445b26f5364b3b0759c3c341637a 4,152 1.00/1.00 vMB 41
846,083 846,083 000000000000000000005d7e43c3d253733db0ef147128bc06114160a482e219 5,155 1.00/1.00 vMB 25
846,082 846,082 000000000000000000018d98ab587e6bc0d4493f3a87444655d4656082b1531a 6,151 1.00/1.00 vMB 34
846,081 846,081 000000000000000000024d56386e15a49a7d32cb240d48ded208da6847514292 5,649 1.00/1.00 vMB 41
846,080 846,080 000000000000000000030e06b85043be22e39ba943f97eb95db11e158ac6846a 6,355 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.