Loading Tool

Explorer IconExplorer

Memory Pool

38,009 transactions
27.05 vMB
0.06505291 BTC
Random Selection Loading Transactions
Max Size: 137.69/200 MB

Candidate Block

Mining Attempt e29c61ad3c144f3e1e1f5ee3efa42c512c7bb01dc93f5b9d018d4349fd7357f9
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 5f9940e529d195e4397aab08f1939cd58580de783a1d175e0397d4586e8c9683
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,725
Size: 1.00 vMB
Total Fees: 0.01411502 BTC
Feerates: 100.28 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (569,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,729 344,729 000000000000000010ac63c99073d0b10bf6f3a15d33aec86537a3b6fcc954e3 1,118 0.75/1.00 vMB 28
344,728 344,728 0000000000000000172aa091cbe2e5751088322c5240d6c5d9bb5bbca1f91e52 1,342 1.00/1.00 vMB 18
344,727 344,727 00000000000000000168d142c28a397e958e21f5018b2a9ff42f31961f3a1633 386 0.53/1.00 vMB 17
344,726 344,726 00000000000000001335ef7c49cc4605ed2b0ded6b5810c3712e58806ee53640 1,636 1.00/1.00 vMB 23
344,725 344,725 000000000000000018366cc0ccbde6a6466faa12f1767749b2b7420b6cc5570e 256 0.09/1.00 vMB 29
344,724 344,724 000000000000000014d9e911a2336ea635f22ec589a7b602df742d1208bb9da4 303 0.13/1.00 vMB 34
344,723 344,723 00000000000000000dc198613798de72226cdf0fe0f90fbe290ea3adef8cb272 130 0.10/1.00 vMB 18
344,722 344,722 000000000000000017a71af31dcdc12821f85b4dbbd1f3b616cd68d5407d65de 727 0.62/1.00 vMB 19
344,721 344,721 0000000000000000076d5b5e533816f02b48b87c8ee2c6e4fda672ece5e33f75 2 0.00/1.00 vMB 38
344,720 344,720 00000000000000000441a9e205776aa00cbd13ea60184727e6b01706181baedd 227 0.23/1.00 vMB 15
344,719 344,719 0000000000000000087f9182598ef2ff2073f1425fcc1a8ec29d77b3887d7cce 1,059 0.68/1.00 vMB 22
344,718 344,718 000000000000000001db7e1e313e10efc85c960803a36210a495c0d839357091 287 0.35/1.00 vMB 10
344,717 344,717 0000000000000000142fd6fdad2231922f43a57ac6407f0266eab9ae7fd52572 424 0.32/1.00 vMB 18
344,716 344,716 000000000000000008f3cb4d6be2504bcaebf4b3201e0dfc1b0d61eec54811e9 318 0.64/1.00 vMB 7
344,715 344,715 0000000000000000028c3fd723f017a152987caa87ad998fa06bc48d4fd6d3d9 1,347 0.72/1.00 vMB 21
344,714 344,714 000000000000000008161ed8615752ee824be04ded2304f9efe4a2f100cbefe2 1,143 0.70/1.00 vMB 20
344,713 344,713 000000000000000009b6935e4865de8a911a436b96a79ce37909ff9c1d65d2e4 322 0.25/1.00 vMB 24
344,712 344,712 0000000000000000107bd203a21afe2b65cc2b89538a2d310a266767d68a3939 1,538 0.75/1.00 vMB 29
344,711 344,711 000000000000000009f1ac2f73ff070f5a3357b0e3d30c5320bc74dfaab5d08e 128 0.05/1.00 vMB 38
344,710 344,710 000000000000000011d6c6c818632f079430237f765abedd34385289ca1f6fd5 361 0.47/1.00 vMB 17
344,709 344,709 000000000000000014b5216f18d5bb42404846dfd0eba7c56a2ba5b0666840f3 1,182 0.99/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.