Loading Tool

Explorer IconExplorer

Memory Pool

78,252 transactions
29.16 vMB
0.07265282 BTC
Random Selection Loading Transactions
Max Size: 174.38/200 MB

Candidate Block

Mining Attempt df09665de050f2b1a679b3038760aa97e45cccbd3b25909f2205bbbf668b2d12
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 7ff809ee97b3ea6986f97a64526ee665821ae3bab3bda8d370c480c1b3fdf04f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,134
Size: 1.00 vMB
Total Fees: 0.01357413 BTC
Feerates: 73.20 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (239,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,934 675,934 0000000000000000000af6696f4cd0c9fd0d98ca924ac30b89bf36a2561b9a1c 1,776 1.00/1.00 vMB 31
675,933 675,933 000000000000000000032f17462f4f5d71b30f8c93b672b87cb12bf8afd307a1 1,828 1.00/1.00 vMB 25
675,932 675,932 0000000000000000000119b42d861bbbc7007c677317a9bd83e7cb4e3f1c23b5 2,227 1.00/1.00 vMB 15
675,931 675,931 0000000000000000000c47ec84068aedb796796377b0c9d167d75f231d7629c9 2,421 1.00/1.00 vMB 30
675,930 675,930 000000000000000000071ec34eb647bcdab98ba8b5e74ef91cdcb21a78397128 2,055 1.00/1.00 vMB 38
675,929 675,929 00000000000000000007f76f11bf347d443fd1c1bc1fdfdeda066b1d7ba28459 2,633 1.00/1.00 vMB 29
675,928 675,928 000000000000000000045f1a414c3525b5a23baa93ab5d4e3369e764e373ef51 887 1.00/1.00 vMB 50
675,927 675,927 00000000000000000006da49fa711844f96566d99f28ea6afdbd3b0fa7b5be0f 1,995 1.00/1.00 vMB 50
675,926 675,926 0000000000000000000bb5eae8ca9066e19b869d5ab3ccc0cdba9d503f9537aa 2,913 1.00/1.00 vMB 72
675,925 675,925 000000000000000000051753890139985aca9e6f57aa51750644ac93864afaf0 2,483 1.00/1.00 vMB 54
675,924 675,924 00000000000000000003d6ab5c004a952a00e13e5dacf14e5beb62ae2d6628e4 2,763 1.00/1.00 vMB 65
675,923 675,923 00000000000000000004dc15479690211e6973614c9d8b28e10be118e88ab808 2,460 1.00/1.00 vMB 72
675,922 675,922 000000000000000000067f958fa45f2868be5abdae0cb5292cdf2f14e89ef34e 3,158 1.00/1.00 vMB 90
675,921 675,921 00000000000000000004401c5d4b86da24b0e9bf9d4bda4df9f595ce1bd80f08 1,694 1.00/1.00 vMB 40
675,920 675,920 00000000000000000007e84243b98df8ef0218e3fccacb06d0eb6664d29a9ff7 1,249 1.00/1.00 vMB 73
675,919 675,919 0000000000000000000781a07f0a689ff0a45af0c9263c58f139611ee2e515b5 1,887 1.00/1.00 vMB 31
675,918 675,918 000000000000000000064676c15b474bd0b8a9e2524946687e001d5942daa974 1,593 1.00/1.00 vMB 29
675,917 675,917 000000000000000000064f9424cba2561dab9647be7aea6d2d31603095009d86 1,652 1.00/1.00 vMB 28
675,916 675,916 00000000000000000000e91fb70a8613c67896eec703e9d903e538589c4c6a0a 1,086 1.00/1.00 vMB 14
675,915 675,915 000000000000000000083f9fa2bb3b05725556ec80b9bbefa1082970e0da0803 1,480 1.00/1.00 vMB 20
675,914 675,914 00000000000000000003b41ce4ebd98659b56f52f58fa86c75b6a9b67e289814 1,174 1.00/1.00 vMB 24
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.41 GB
    • Received: 15.50 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.