Loading Tool

Explorer IconExplorer

Memory Pool

82,092 transactions
31.52 vMB
0.07953375 BTC
Random Selection Loading Transactions
Max Size: 191.58/200 MB

Candidate Block

Mining Attempt 70f078a1e355123884456252c3629b0f9671abe5a12f92ec4165a1adfc967661
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 51dda54d0404e50cad689c7710d28cb7d14e204ea0595e1febb8bc0202b9e036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,708
Size: 1.00 vMB
Total Fees: 0.01111998 BTC
Feerates: 150.61 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (105,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,591 809,591 00000000000000000003fb96492ae4cd8e7e70d98ef7d7379a7291347eb6ee91 2,373 1.00/1.00 vMB 23
809,590 809,590 00000000000000000004591c5dcbeb2b1a986dea37f232fad458b5235b8f4c98 3,146 1.00/1.00 vMB 23
809,589 809,589 00000000000000000001df90b32084407143c64081b1af5603c64e4835241366 3,459 1.00/1.00 vMB 32
809,588 809,588 00000000000000000003961376d8c42adc61000f6a3aadefd8698762783ceb95 3,212 1.00/1.00 vMB 31
809,587 809,587 0000000000000000000150da9b509c75e9c9706bb167d09765c41d88892e2c01 1,011 1.00/1.00 vMB 12
809,586 809,586 000000000000000000028c1835751761157c0c9fc4934923095005ed80779c2f 1 0.00/1.00 vMB 0
809,585 809,585 0000000000000000000212c8bcdb9fd9323a6003549a5ee49ebf8e8aab74fef0 3,698 1.00/1.00 vMB 32
809,584 809,584 00000000000000000003f6207ec3942815251d1e449c0e55023754fcfabcef12 2,924 1.00/1.00 vMB 23
809,583 809,583 00000000000000000001bb52fa052634627b8b0f67503035e5b42186ccb2014a 2,843 1.00/1.00 vMB 10
809,582 809,582 000000000000000000049c9cd4dcd6f6903b8fd71663f128bab306ac6e0405a7 2,134 1.00/1.00 vMB 25
809,581 809,581 0000000000000000000312ea6deb43c94c846b12c4067d7598bde72ab61f9613 2,732 1.00/1.00 vMB 33
809,580 809,580 0000000000000000000336e1472b01e99e0f9e4501a739bf1c47b82afc199c44 5,621 1.00/1.00 vMB 11
809,579 809,579 00000000000000000002e08be824ce9aba9ab2966f123cafb01bc09ad90b312b 2,288 1.00/1.00 vMB 14
809,578 809,578 000000000000000000033376064d00b26e390e3f5cfa2de43dd8f2ec7a0f7be5 4,909 1.00/1.00 vMB 6
809,577 809,577 00000000000000000003943a60dcee1f38bd870d5f9ae390ed9dfa6b4902bd0c 2,176 1.00/1.00 vMB 9
809,576 809,576 00000000000000000001d055f6a651d85ec6e3783662bb4870bcb75eafae3219 2,472 1.00/1.00 vMB 13
809,575 809,575 00000000000000000000976df35b24fde0b2dc06ca3f933607fa0f9f7c32dcb9 3,749 1.00/1.00 vMB 12
809,574 809,574 00000000000000000001e1dc64c8b83f5fbbb00f9da2b5fe3fa0b3df2e78c8bd 1,128 1.00/1.00 vMB 11
809,573 809,573 000000000000000000049565eae2589d33cea12a9215bb614f8f72dcafa70982 1,620 1.00/1.00 vMB 15
809,572 809,572 00000000000000000001f8afcb0c694701fcccce5f5d7da77fed14bcf1436bcd 688 1.00/1.00 vMB 8
809,571 809,571 000000000000000000045981f54d8a2bf9d355e325d9cc3eee3445ad81a25957 727 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.