Loading Tool

Explorer IconExplorer

Memory Pool

80,886 transactions
29.85 vMB
0.07275036 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 796e681b551c94f3f5dc0b7994c1970dcc091ee3efbfdeda0aa1e7f041cbbaf7
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root e3769aa1202deb0f3a415c4842a4fde51a7a6643a6332141ccc3a188971e0cdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,624
Size: 1.00 vMB
Total Fees: 0.01186123 BTC
Feerates: 100.36 > 1.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (67,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,945 847,945 00000000000000000000da76b0b05385b20149855de2c45489299068c50f4a72 6,115 1.00/1.00 vMB 35
847,944 847,944 000000000000000000033493430e07be3f95c09884f31229c3cbbfca7c00bc08 3,742 1.00/1.00 vMB 41
847,943 847,943 00000000000000000000f2364ea7cfc36357f7a96c8e9266ac16f7128afa13e4 3,987 1.00/1.00 vMB 45
847,942 847,942 00000000000000000000542e74d22d730367c0afe4ef0cf6f8e6a9e8f5b7022d 4,877 1.00/1.00 vMB 34
847,941 847,941 0000000000000000000276d884722249e7fd552a9e4428327072bc9a29e5a882 6,342 1.00/1.00 vMB 36
847,940 847,940 000000000000000000032dbb86a6f2523d8dbe09e4110fa545b2f7d14e716926 4,907 1.00/1.00 vMB 39
847,939 847,939 00000000000000000000427956b425f1e4970e8841b10a4c3e99fcc86c4aadef 3,554 1.00/1.00 vMB 42
847,938 847,938 000000000000000000005cbb2503464289dbae42bde91a22406252c5d6d8824a 3,847 1.00/1.00 vMB 37
847,937 847,937 0000000000000000000355eeb033c42b061e508858e4b47b7ba6aaf04fabd5a1 3,596 1.00/1.00 vMB 50
847,936 847,936 000000000000000000028931b07a3cc9659a2dc806ef4c3cab4cf466eda0b670 1 0.00/1.00 vMB 0
847,935 847,935 00000000000000000001c9b30ad48baff4f6db7b250dccc116c9813a3a06a86c 3,191 1.00/1.00 vMB 44
847,934 847,934 000000000000000000018b3a377749c75737149dd1eb010183092113f2c3d748 3,492 1.00/1.00 vMB 50
847,933 847,933 00000000000000000002439547cd0ef61cbbef2d581bc34ecdd9c127a60f933d 3,570 1.00/1.00 vMB 51
847,932 847,932 00000000000000000001a4b68f6f3f7054b2f5b76e1576a750226fb2bff1049b 4,413 1.00/1.00 vMB 40
847,931 847,931 000000000000000000004c9d18010726c5126e97487367dd91d7545d1e5a3776 3,440 1.00/1.00 vMB 43
847,930 847,930 000000000000000000014930cb9d545fa93ddb15691e0e318fb45e73087fe4c2 4,470 1.00/1.00 vMB 38
847,929 847,929 00000000000000000002e7053327a107ca80caa3597049670952d2611878a1bd 2,070 1.00/1.00 vMB 41
847,928 847,928 0000000000000000000215ae52452dde5362bb794551d20ca1775621078c4c36 2,650 1.00/1.00 vMB 45
847,927 847,927 0000000000000000000250ace730de718d6ee9b6ebcb320ec72ade6a0b4d01cb 3,451 1.00/1.00 vMB 54
847,926 847,926 00000000000000000000747b9ff5742a8913e5688159f752d1d8e569e65d339e 3,135 1.00/1.00 vMB 65
847,925 847,925 00000000000000000000c372ba38813e84c9fa0ac88f7455268c10fdadbe53e2 2,447 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.