Loading Tool

Explorer IconExplorer

Memory Pool

78,192 transactions
29.32 vMB
0.06476452 BTC
Random Selection Loading Transactions
Max Size: 176.23/200 MB

Candidate Block

Mining Attempt 8dbdb375c96bea46a1b9afff5609f1d73de1a9f24f2b54e1dd8891e539120ae8
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root cdcca82a7bc115f672c7a5fb42c33756409892134f51d4f53f27b6165c6ea796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,074
Size: 1.00 vMB
Total Fees: 0.00520961 BTC
Feerates: 65.65 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (428,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,545 486,545 0000000000000000009aa6c42677576bf8d76f721dc9c4c6cf4c4d4892c45fb6 1,658 1.00/1.00 vMB 151
486,544 486,544 000000000000000000e3f18aa9c76c8afda9852c3b3805eda71a72e43cd2b525 267 0.10/1.00 vMB 37
486,543 486,543 00000000000000000060dda6f49e38f28e3022c8068b71c501bc7b10ac7df469 1,095 1.00/1.00 vMB 67
486,542 486,542 0000000000000000004846d2293b31e2a145d4b550ff962e50196a246d51f6a4 1,696 1.00/1.00 vMB 147
486,541 486,541 00000000000000000076b74b9e71a6a06dd1bf603a04287e4d92a92ea0186fd1 224 0.26/1.00 vMB 48
486,540 486,540 00000000000000000015409a1e074b202ea047bc5ef98a46af8944882555ba9e 1,533 1.00/1.00 vMB 118
486,539 486,539 0000000000000000006c6afb5435bad45fa752906c69b18940bfec33c12da8d8 169 0.05/1.00 vMB 117
486,538 486,538 000000000000000000a0e3eb30b60e8c482c1af8e5694836f04e8ce1c93316d1 1,385 0.65/1.00 vMB 120
486,537 486,537 0000000000000000005a6c2f7aabc8ec655f55a5973adf346d30475efb06cd5a 228 0.13/1.00 vMB 28
486,536 486,536 000000000000000000b71b651410ba77fc25a320b9aa42c5e12866dda7c1208e 1,027 0.37/1.00 vMB 116
486,535 486,535 0000000000000000000d8c756682dad9997c5d1c648923936b0d70cadf744647 1,946 0.81/1.00 vMB 63
486,534 486,534 0000000000000000004701739b05ddea4505018b9cfd7fc7e1d71c0b7a29d616 2,475 1.00/1.00 vMB 149
486,533 486,533 00000000000000000046e7cf7e3cd1cc2d4f8ca187f6a526187bdc5d1698211d 1,271 0.99/1.00 vMB 4
486,532 486,532 000000000000000000583070d5f88a04911ea07337d8ed5768f81b7585ebb12d 1,689 0.62/1.00 vMB 112
486,531 486,531 00000000000000000089c629180577ecfd862c23489d377ecab2eeb369811ab4 276 0.09/1.00 vMB 113
486,530 486,530 0000000000000000003af3d3e7bf8bbc38995984675b1288cdeb50881e99cf7d 1,859 0.65/1.00 vMB 83
486,529 486,529 000000000000000000e2460566795e10837dbfc8a2449b55f9508be2e46bfe96 2,492 1.00/1.00 vMB 79
486,528 486,528 000000000000000000585f0b5112fb46789e31b484caf3eea9e2d198adf6c50e 1,883 0.99/1.00 vMB 15
486,527 486,527 000000000000000000b638dc0348d3e0f187298a93510f3763be7ce2e05161c5 2,354 1.00/1.00 vMB 91
486,526 486,526 0000000000000000005767ecc146aa1ef114d7821cb921e32e24829dac2b0e59 1,934 0.74/1.00 vMB 195
486,525 486,525 0000000000000000007e4f8219ca5d04c75c0521f8cdfff2c5117154b454ffe1 2,491 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.41 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: 665.17 GB
    • Received: 15.09 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.