Loading Tool

Explorer IconExplorer

Memory Pool

87,915 transactions
33.01 vMB
0.12952676 BTC
Random Selection Loading Transactions
Max Size: 198.10/200 MB

Candidate Block

Mining Attempt e79d73ef7125d9500298d28dd66c57c9c51736587e0a557eea2736ae320c893a
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 014cd2e7388be3211b2f6018f36ba437c8b1e1593bf5b6ef5622faf5c16472fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.04733276 BTC
Feerates: 218.18 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (106,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,918 808,918 00000000000000000003eb7047645249ca1b89b7940822787b5c01b73fb0f832 2,416 1.00/1.00 vMB 28
808,917 808,917 000000000000000000040c9a84f99f50d68ac3a7b60d167ee1811908ad87e6d0 2,376 1.00/1.00 vMB 41
808,916 808,916 00000000000000000002d7f8a6d2c5ae6f6816e82cfbc4dd57553081ea7b9c6c 3,565 1.00/1.00 vMB 38
808,915 808,915 00000000000000000002c73197026dfa33833496a63c1fc5341de8c9bbfaa815 3,900 1.00/1.00 vMB 41
808,914 808,914 000000000000000000012bb5f393c6af1ae4d5551afd625e64b544696fa7b2ed 2,596 1.00/1.00 vMB 44
808,913 808,913 0000000000000000000131911d03c0d2256f226327fcf2d285df9f4ab7577436 3,219 1.00/1.00 vMB 34
808,912 808,912 000000000000000000035c9cecbdbbcfcec030c3ae5e42ebc7626514d88e4a21 2,372 1.00/1.00 vMB 25
808,911 808,911 00000000000000000002f7c25996e03ae52ba854629dae9bcd3efaaa8ec3a552 2,172 1.00/1.00 vMB 31
808,910 808,910 000000000000000000026ab209b1413f3d47659e06c6c708bfe08dfa7678e2f0 1,245 1.00/1.00 vMB 29
808,909 808,909 00000000000000000004295969466c5610045236f717e0db12405732ee45d0ca 1,463 1.00/1.00 vMB 39
808,908 808,908 00000000000000000001a7489894be7acd79b0c3825b0771d636a044810eaa3c 3,022 1.00/1.00 vMB 52
808,907 808,907 000000000000000000041316153c4d14b149b09e9deef7864add6830fb205ad5 2,797 1.00/1.00 vMB 46
808,906 808,906 000000000000000000006a61ec0c8f9dfc521db5eee120f90b779a89c7c88848 2,047 1.00/1.00 vMB 30
808,905 808,905 0000000000000000000114e6dcd14afc2c0566f520e1f07cf7d2f4eb3db9442f 2,584 1.00/1.00 vMB 40
808,904 808,904 000000000000000000023369cffad3a10705ca369d28b1c204bce5f21f56b804 2,409 1.00/1.00 vMB 35
808,903 808,903 0000000000000000000082295da86b7682ed8af985a9b1a92a2668e9a9aa8f34 2,673 1.00/1.00 vMB 30
808,902 808,902 0000000000000000000223655695c93d38ffaa62c5254ecd0f1252596475efad 3,029 1.00/1.00 vMB 34
808,901 808,901 0000000000000000000388947ff9c6bd32db0b4e2d531ba4513a9ca643cad644 4,356 1.00/1.00 vMB 41
808,900 808,900 000000000000000000034cb94d397f72fd7bc7026bc7978bcb5a5d6a26752fed 1,873 1.00/1.00 vMB 45
808,899 808,899 00000000000000000001da7df2adcb432bcc5978e922c7b1638271e14915cd8f 779 1.00/1.00 vMB 43
808,898 808,898 00000000000000000003ac96da040971359b31c8eabd729a0501d8c6f2895af7 2,264 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.88 GB
    • Received: 15.62 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.