Loading Tool

Explorer IconExplorer

Memory Pool

80,246 transactions
29.64 vMB
0.09457542 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt e7d1683a653b0689f9dab9287f9b65680826fa1c26552ec8daa6d9f69aa0814c
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 13ef187a771a864d7f11c78a6238bb9de5c5b1d89b8368f9949019f9383c08f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.03403154 BTC
Feerates: 150.80 > 3.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (648,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,931 266,931 0000000000000007c675f8f818ae66c01779047270d8e66b2f3901e18cd6c2c3 532 0.25/1.00 vMB 88
266,930 266,930 0000000000000009e178af84382dbce317fd960f53b0edf0bf17f41b7840bd38 48 0.02/1.00 vMB 60
266,929 266,929 0000000000000001780ddf95f1a6676530cffe4afba3d82174b0a7d36e78a22a 28 0.02/1.00 vMB 19
266,928 266,928 0000000000000009646a8c28fd9afd1daf22c385ce3e7904b7d0790dab66e63d 273 0.11/1.00 vMB 72
266,927 266,927 00000000000000068d4e180c2114231b87738e7d7e05e9090b4ee7998c57b36b 264 0.13/1.00 vMB 69
266,926 266,926 0000000000000000e0ec8260505f92a1d3e2cbfd04e36e9b539e6e76ca999ca5 389 0.17/1.00 vMB 91
266,925 266,925 000000000000000793b6d10e1edd36476f95cf6126ea26fa4c09e23277c5700e 372 0.18/1.00 vMB 68
266,924 266,924 00000000000000071559275943685f921a9641ff12888bbefd39f5e7b77c0f35 362 0.15/1.00 vMB 96
266,923 266,923 0000000000000002ad35c23025d678858eb013dcb48999be044f0ae110fd40b1 257 0.12/1.00 vMB 88
266,922 266,922 0000000000000000fe6d45545f96d703103dba747dbcb7cce2b565ea41dfcb74 148 0.10/1.00 vMB 26
266,921 266,921 0000000000000003fe49c15b1015aeb60f27b790a1924a3302e521c4ac16eac9 605 0.25/1.00 vMB 110
266,920 266,920 000000000000000817a8e4f961776118f7ac0cbcafbc3ea77063dde902043aa6 535 0.23/1.00 vMB 93
266,919 266,919 00000000000000075ba3d1af74bcf0335a4185e021a381cd6b5977c8b4fe3f52 34 0.02/1.00 vMB 113
266,918 266,918 000000000000000115f3765e6fd3bf3dc870c44e37b97d5d4f164b98e8ee3067 86 0.04/1.00 vMB 85
266,917 266,917 00000000000000018b2e187cf7da502c75c1c1b13a8bd248e0a21f06d6dc9005 185 0.12/1.00 vMB 44
266,916 266,916 0000000000000009480a35fc166d0a0ee9e647be77225cc29d9e522391212a7b 112 0.05/1.00 vMB 63
266,915 266,915 000000000000000a9834e707d31d72db84b5ab7bc05db84b8ed83e6e4fa8f6e6 176 0.08/1.00 vMB 45
266,914 266,914 000000000000000650df5d8f4da3fb66c8ef7f85c7db96fc65f979451347a84d 16 0.01/1.00 vMB 32
266,913 266,913 0000000000000003ba7c68f9b988d6087b5240d71e1cd53d41df96af5b80117c 322 0.21/1.00 vMB 64
266,912 266,912 00000000000000097a7b57db6ea057a89910f8671f9102f9446ad7b623928e49 159 0.08/1.00 vMB 41
266,911 266,911 0000000000000009f96d66163e3c8f48b5d97a0493ab92b378ce1b403028160d 269 0.19/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.50 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: 668.43 GB
    • Received: 15.52 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.