Loading Tool

Explorer IconExplorer

Memory Pool

49,296 transactions
30.24 vMB
0.17139110 BTC
Random Selection Loading Transactions
Max Size: 161.77/200 MB

Candidate Block

Mining Attempt f24c72e78a5acd99cd8ea8abd798bee2d428742064eb472a2a3905858e1a5db1
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 65e73b352a127c8be42483d60dc858f336c06c9c1a9b5742db1593d8c998f19d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.09219775 BTC
Feerates: 261.10 > 9.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (358,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,594 556,594 000000000000000000279d4c9a2f7f7f6c2f6743ce6fc0e4bb2d742401bf78d2 3,322 1.00/1.00 vMB 17
556,593 556,593 0000000000000000002a0726b8be555e6142d8d9777e3fdc95b268d14e45dd71 3,021 1.00/1.00 vMB 10
556,592 556,592 0000000000000000000584d1b737813667675040b9557e4147de1d97bedfe9d4 2,610 1.00/1.00 vMB 9
556,591 556,591 00000000000000000025ec667ab4b40012fdebb1d3aa1eaf347e30c89fd58d3c 829 0.39/1.00 vMB 7
556,590 556,590 0000000000000000002ec3d33a8a36ff94b9582beca5816778bb5e3c8c6b5c06 575 0.19/1.00 vMB 10
556,589 556,589 000000000000000000127d8e101f4823c3f3d623a9bb2a5e708b72f90a0a09b3 877 0.49/1.00 vMB 3
556,588 556,588 000000000000000000132f6b82de72ec74770a5236ae444cfd7f79823cff8b31 1,991 1.00/1.00 vMB 7
556,587 556,587 0000000000000000001d99d8052e8d7fb734dc0320240b6ebef1dc0c6a2ed8cc 3,276 1.00/1.00 vMB 14
556,586 556,586 00000000000000000002fe5f67f25f6077dcae3a195f48e1a79d18291efade38 2,366 1.00/1.00 vMB 7
556,585 556,585 00000000000000000003edcd5a24914df0fe63e34b9a84cac416f037f8f9504f 1,801 0.83/1.00 vMB 6
556,584 556,584 00000000000000000004e4caf86a6479ef28791be4e3b2d026000b0bea3d151a 511 0.23/1.00 vMB 7
556,583 556,583 000000000000000000058c1767a160e470bc19131ed24e4b66d7c7b96129289b 1,539 0.75/1.00 vMB 7
556,582 556,582 00000000000000000001e3dee9cdec05d7fdede87b0bd7017029f3854a64320d 1,019 0.42/1.00 vMB 6
556,581 556,581 000000000000000000177345af993615089b531476b46e9d648bfac8301d1447 1,674 0.71/1.00 vMB 6
556,580 556,580 0000000000000000000fb24002b92bd4680cbdf0118d9117218079618596b373 985 0.40/1.00 vMB 9
556,579 556,579 0000000000000000000688afbf7a73e7f5f5251753af550e539d4857a7280195 1,872 0.86/1.00 vMB 6
556,578 556,578 0000000000000000000436d5668694e73c1f6cf79984d9004897e78b0faa482a 450 0.17/1.00 vMB 5
556,577 556,577 0000000000000000000c90a27f3359537ff2fa79c3d0ae9c7b730bf35cf7635e 1,277 0.62/1.00 vMB 7
556,576 556,576 0000000000000000002d3ccd99b544674c58c0b0aa4dea199053ab5e0416f004 1,109 0.47/1.00 vMB 6
556,575 556,575 000000000000000000055394cddf568c9b5085eecf4e80e26620a7d43075be70 295 0.12/1.00 vMB 4
556,574 556,574 000000000000000000150bdf4a64324188335495d85a4977e8c6fc4f47ddbddd 133 0.07/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.