Loading Tool

Explorer IconExplorer

Memory Pool

45,478 transactions
28.67 vMB
0.09707104 BTC
Random Selection Loading Transactions
Max Size: 151.73/200 MB

Candidate Block

Mining Attempt d6eae10ebfeb0054435b40b81a76adef99403e6314c35bd68fefea7786bd34d1
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 600a78fae8d5095b8805cf70594e71e8ca9f8546a89802950f4aff1ee3b1f5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.04158971 BTC
Feerates: 200.00 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (345,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,747 569,747 0000000000000000001884174b12af20c8aea6f3176ab92654ae9137714c127b 2,493 1.00/1.00 vMB 53
569,746 569,746 0000000000000000000c509c38c08e1635ab65a00fb7135383b1d04481570d1d 2,049 1.00/1.00 vMB 45
569,745 569,745 0000000000000000001113ce718793aafae11a75f0f96831c4f86917edcd5cda 2,966 1.00/1.00 vMB 56
569,744 569,744 000000000000000000061f778664224ad4758bb4d4ae45fd12debf84fd8f875c 2,639 1.00/1.00 vMB 80
569,743 569,743 00000000000000000024a7d3aae3162953ead82fc782f7c7319a1e2611ab89b1 2,518 1.00/1.00 vMB 46
569,742 569,742 00000000000000000007413695e5b01ecee308fba48f449cca1c275c27143e0b 2,834 1.00/1.00 vMB 51
569,741 569,741 000000000000000000081c89ea30bf9faf3fbefa0f1a4b709e1ee9c68bb92fca 2,945 1.00/1.00 vMB 58
569,740 569,740 000000000000000000253425244faeaf122def37aae4b93d7f8fe8b9879d1ffd 1,632 1.00/1.00 vMB 54
569,739 569,739 000000000000000000169f221e88e9eb4788dce424823e0e8330143dcca382ad 1,040 1.00/1.00 vMB 86
569,738 569,738 0000000000000000000a3ce1a7b366109fb328ae9da6863eb06e782da2a8a6c6 2,293 1.00/1.00 vMB 53
569,737 569,737 000000000000000000214690ff17a49e1501ea4a79ac1eb107d2e3e9f0c46e64 1,974 1.00/1.00 vMB 37
569,736 569,736 0000000000000000001acedf072db473d3bb587acf32a2dd645443c70b001ef0 2,791 1.00/1.00 vMB 41
569,735 569,735 0000000000000000002661462fa5c5735b5bad4bdfd18fd5bb8b0f9fe1144c20 1,905 1.00/1.00 vMB 38
569,734 569,734 0000000000000000000817151e36bf680fb17a5d5a000e97fe4dc6683648938b 2,367 1.00/1.00 vMB 47
569,733 569,733 00000000000000000013badc4f30d8981e5dad7461b70613a0b9ccbb6826134e 3,316 1.00/1.00 vMB 48
569,732 569,732 000000000000000000019e49a7245a080c476938cbefa6a47b70ef5fbd7e7415 2,449 1.00/1.00 vMB 71
569,731 569,731 0000000000000000001a18780df9cbe82f11d31b12f30a41b4b68e635f30f308 2,887 1.00/1.00 vMB 39
569,730 569,730 0000000000000000000c8ea877a5c18c1549fae0d4ae96b5b8ac383efb1fedfc 2,938 1.00/1.00 vMB 48
569,729 569,729 00000000000000000006aa9b3099c7e7d06bda0ddb17dd7c3eda3131d0cab39c 2,469 1.00/1.00 vMB 39
569,728 569,728 0000000000000000002872df3b32198c4bde48b8cf3aa193ebec0059fa9a260e 2,789 1.00/1.00 vMB 64
569,727 569,727 0000000000000000001a730bf5c830aab7dc2f75f695df25e60a53876658ad28 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.64 GB
    • Received: 13.61 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.