Loading Tool

Explorer IconExplorer

Memory Pool

41,748 transactions
26.34 vMB
0.05866523 BTC
Random Selection Loading Transactions
Max Size: 137.89/200 MB

Candidate Block

Mining Attempt d55762fc77dc3ea615786c01a08062119efaa4a8ad3ce247e9d5b3ae0ab2bce6
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root f0736fabbfa12cfab63036841baa7dfb24d0309ee3c519b4a83f32c9c136ea20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,764
Size: 1.00 vMB
Total Fees: 0.01055325 BTC
Feerates: 477.45 > 1.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (443,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,023 471,023 0000000000000000016cf940af66cc4cafb324a34d52112415514aa1d089ccac 2,235 1.00/1.00 vMB 380
471,022 471,022 000000000000000001346a785e7e556df7c9bee3f8093d0efcec4b4914f8e4f2 2,397 1.00/1.00 vMB 363
471,021 471,021 000000000000000000d9af8449ae6b58a7cb5e8dee9c9ee002b1d4e0cad10afb 2,274 1.00/1.00 vMB 408
471,020 471,020 00000000000000000056b8ab0efac52c02db3fb6503e97a3634667bde6a6b8e4 2,106 1.00/1.00 vMB 299
471,019 471,019 0000000000000000004bedfd4906d51a5b3282c21d780146662afffd74db00fc 2,239 1.00/1.00 vMB 356
471,018 471,018 00000000000000000129beaf08ee0764dd34423af7c9fcbbc1913ee7b9d6c3a4 2,509 1.00/1.00 vMB 383
471,017 471,017 000000000000000000d0ba071a0ba30df741eccd3c612fb9bd5fb3f51cb73da2 2,396 1.00/1.00 vMB 429
471,016 471,016 000000000000000000069fa4bce19bdb1a285cdff26786ae2d1f5cabad689d30 1,835 1.00/1.00 vMB 288
471,015 471,015 00000000000000000163dbd6e76e67f757f406d2f1ef5636b7528350879d59a2 2,057 0.99/1.00 vMB 277
471,014 471,014 000000000000000000cd5d12d5d229e0e7dab4b42dbdfbe762b684615e6fb534 1,898 1.00/1.00 vMB 352
471,013 471,013 000000000000000000d5d59a57ebadeea582990e3315ec0016cd2eaeec0e0377 2,427 1.00/1.00 vMB 416
471,012 471,012 0000000000000000002dce8635d8a5efae6ec376e13fa4c3a1d4c51de2764d38 2,458 1.00/1.00 vMB 278
471,011 471,011 000000000000000000414e0e6d1b730eafadcc10fe7f537669e93ae623a81b61 1,572 1.00/1.00 vMB 251
471,010 471,010 000000000000000000d1733049028be8c397da958d34f89f0990ad8e19780071 1,578 1.00/1.00 vMB 312
471,009 471,009 000000000000000000bed4ad2271a2d438fd9219027187c401bba39bbdef3723 2,201 1.00/1.00 vMB 416
471,008 471,008 00000000000000000144d29088f80708d72484c97fbc60f2e4ba1f5ec9bb2d60 1,712 0.99/1.00 vMB 318
471,007 471,007 000000000000000000970f9586fddfa871472e026e367a8f1a05b21f16046983 2,165 1.00/1.00 vMB 337
471,006 471,006 000000000000000000b1e55b9c3423bc2172401e5fb5d9af93284ed97e4eb9ec 2,438 1.00/1.00 vMB 331
471,005 471,005 0000000000000000002c63f5901fef56b5ddad34ef5fee2c62845667a7ad9c2d 2,104 1.00/1.00 vMB 384
471,004 471,004 00000000000000000000cad0694d84e1f739e11b55ecd8ceb38c0e2bcf7e9103 1,993 1.00/1.00 vMB 392
471,003 471,003 00000000000000000180b475a87406078431ec73240c176894d69f2ee9190ffe 2,243 1.00/1.00 vMB 369
Previous 10 blocks ↓
Total Size: 781.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: 645.47 GB
    • Received: 12.73 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.