Loading Tool

Explorer IconExplorer

Memory Pool

79,765 transactions
29.28 vMB
0.12386215 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt 6eb25d47666f2c6fd26b08c07b640bf3600c00e271496e283fed167d8adda5df
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 6bda4cae28a580be683e43bc5779f631320b3e6afa9890bc8f4918fa8bea4a46
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.04595810 BTC
Feerates: 301.72 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (738,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,703 176,703 00000000000006c132649d892a1332ad237b267f94acfcc6d0373db24d9c3f5d 110 0.04/1.00 vMB 132
176,702 176,702 00000000000000249656d968b70a68a10cc3353b27be92ff058f38878c4037a4 14 0.00/1.00 vMB 45
176,701 176,701 00000000000004f0d7e1c05102f865cf881184514d1bf7c1fe74503c42a949f9 1 0.00/1.00 vMB 0
176,700 176,700 000000000000051e3f9861dfd0aa0a9af682c4972558ef6b8a9a58dc0acf9929 54 0.02/1.00 vMB 124
176,699 176,699 0000000000000a7b6636c87fc240059fe907247a4086404923982acb9eae2c48 37 0.02/1.00 vMB 9
176,698 176,698 00000000000007f0c378d77e06aa0665000d28f6f7bd22e60e93f7e127d1dabe 19 0.04/1.00 vMB 143
176,697 176,697 00000000000009e8f79c5119b5aece7144a7313a1ccfb8a0c43bf416dbc2d05b 1 0.00/1.00 vMB 0
176,696 176,696 00000000000008b9d0bee0815f34549f99775063588f6eaf45eb5bee961d796c 14 0.02/1.00 vMB 118
176,695 176,695 00000000000000a8ee3dd9a881226e06502ae11709bb5cbe0fcbdadd871c4bd1 23 0.01/1.00 vMB 5,496
176,694 176,694 00000000000002719446e9b90d249049a2613a23364d4eb16f5245bdde90b46e 29 0.01/1.00 vMB 120
176,693 176,693 000000000000032c21ca7163d31828cd7cf73f89f5716b1d2b0a351494d1a9c1 41 0.03/1.00 vMB 109
176,692 176,692 00000000000008ea8b9f1142870c257110004e3d6fac632755200a9256e75ba0 11 0.01/1.00 vMB 222
176,691 176,691 00000000000003f9c5b839e6ae7a14eee2107b540c558643abb33946b57e2aba 66 0.02/1.00 vMB 69
176,690 176,690 0000000000000013ac9d5e5a792a0f2d5555ec41ed3982f5ad43000e42f3a98c 81 0.06/1.00 vMB 101
176,689 176,689 00000000000001714923006a6bb7f99f63e72d35e1d79c8bd74eaa69f2723679 38 0.02/1.00 vMB 365
176,688 176,688 00000000000003b23c51fe1512eec117a5649d86946544152d7bf476d696df88 2 0.00/1.00 vMB 0
176,687 176,687 00000000000000c4eac4449105de05d7ac7ae8d9dc56e5fc37dda4c94655edd5 24 0.03/1.00 vMB 76
176,686 176,686 00000000000005f0932db6c2fbfde7cda76b49f53e40ed7646acabd1ee919dbf 83 0.03/1.00 vMB 118
176,685 176,685 00000000000006d71850809efaada4460df595bfba35f0d3fe5a94102d06f5c9 128 0.05/1.00 vMB 257
176,684 176,684 000000000000091532c857f95775373505619fa7e6c1212beca0cbd2d7125058 1 0.00/1.00 vMB 0
176,683 176,683 00000000000004f7963d31e7735895b102ad83e57b70144d11c73c9a38f3a275 11 0.04/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.