Loading Tool

Explorer IconExplorer

Memory Pool

81,727 transactions
30.30 vMB
0.16753450 BTC
Random Selection Loading Transactions
Max Size: 182.96/200 MB

Candidate Block

Mining Attempt 0c89911bc4946793d72546d5df999db6d41a6eeeff1951877f1d2ff6dc8da2bf
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 1fa115bcff3f6f35787dffc036718c13af4c0ba3f7ea33cb87699fb568e9284a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,369
Size: 1.00 vMB
Total Fees: 0.09142336 BTC
Feerates: 502.67 > 9.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (125,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,649 789,649 00000000000000000005c95aa613d61f8c6a570c336af45c791634059529f21f 2,766 1.00/1.00 vMB 27
789,648 789,648 00000000000000000001b7b5c7773f75e547491d6078fa5c39b77587f63b754e 1,200 1.00/1.00 vMB 47
789,647 789,647 00000000000000000005addb22953ea3be2a4ce5a04b0252cd088062ae8fba7e 1,226 1.00/1.00 vMB 44
789,646 789,646 000000000000000000028b6a703ea342f8cf87ef08a3ae40218f0884013ed935 2,310 1.00/1.00 vMB 33
789,645 789,645 00000000000000000003159450eae03785f3dac62d74f7acacf048ab5d9b7467 4,250 1.00/1.00 vMB 36
789,644 789,644 0000000000000000000046a0b31b05a621f3fb15ebac8683f29605dd6cb9b477 4,053 1.00/1.00 vMB 59
789,643 789,643 00000000000000000005406ff7f69151189aa275309cb72e593a5afc5e5a0a7c 4,946 1.00/1.00 vMB 38
789,642 789,642 000000000000000000051d58b986d1ed3bdf295e8de9acd39f690256ea8f583c 4,211 1.00/1.00 vMB 29
789,641 789,641 000000000000000000042966248a8222c111439cc10077acce7ba30ecafde4d7 3,836 1.00/1.00 vMB 49
789,640 789,640 000000000000000000042be3fbb7a21b467c7397d15170c2b5b0166f1fcec2e9 3,000 1.00/1.00 vMB 101
789,639 789,639 0000000000000000000076522d3862e346b63c1163c6eea0ea2644650faaa039 3,607 1.00/1.00 vMB 45
789,638 789,638 000000000000000000034c3fdc9d09386b89b18145c66bf6e00c418ae8ab3af6 4,275 1.00/1.00 vMB 60
789,637 789,637 000000000000000000031e0fad2ffabc68b7ff7bad1d9627e9926f8b093613dc 6,198 1.00/1.00 vMB 29
789,636 789,636 0000000000000000000049f116e1c3421e356e9499204be2e6534dbdbf87422f 4,474 1.00/1.00 vMB 37
789,635 789,635 00000000000000000000cf9cee6f40b98da764439f89784514ca4ef4eb0b8213 2,748 1.00/1.00 vMB 54
789,634 789,634 000000000000000000009272be8eca4fc8d050fcc1ab228ab89f40b1b746cb8e 3,352 1.00/1.00 vMB 61
789,633 789,633 000000000000000000018e106f8d98f2c01d18578ffb05643e22db4f6f32ad54 3,853 1.00/1.00 vMB 76
789,632 789,632 00000000000000000005d5b36fd6f37de12bfbc4efcd305f3f8423acbc627db6 3,337 1.00/1.00 vMB 46
789,631 789,631 000000000000000000028795b5c369a595dcdad8c450060f67f2c371df2b72fd 4,105 1.00/1.00 vMB 56
789,630 789,630 00000000000000000002e0f8109fed839b0e9cfb57fc3e0a531ded836b98ca8c 3,981 1.00/1.00 vMB 62
789,629 789,629 00000000000000000005ad37ac43dfc328b8ad9dd87b9761707f2049eff50cc6 4,019 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.