Loading Tool

Explorer IconExplorer

Memory Pool

43,877 transactions
27.19 vMB
0.07613445 BTC
Random Selection Loading Transactions
Max Size: 141.95/200 MB

Candidate Block

Mining Attempt 2553f6878f19793d12b3c8a015a17436734fb186ca64f82b58b654ae1ac558df
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a422fe61c99bf61c7a9b1094e142e948628a6529b188b2a6e7d8badd1d6ee0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.02426213 BTC
Feerates: 150.77 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (517,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,591 397,591 00000000000000000166a368edb066bc3d78dc11504424f9413cc419a290110b 815 0.92/1.00 vMB 14
397,590 397,590 00000000000000000498d47e69d3ece63fe911e0cfae9966c8ad0f1a2ac1e811 1,358 1.00/1.00 vMB 27
397,589 397,589 0000000000000000035a1229a2ebd94aefd54bc5dffde30c7ebd28bb8f7a2c3a 1 0.00/1.00 vMB 0
397,588 397,588 00000000000000000506b342d3778d3ec8b15ea82dee6b0b46e7dbeb284040dd 1,790 0.93/1.00 vMB 35
397,587 397,587 0000000000000000021b5dd04ef8110c2bd34c4c90598e9114fa1c7749d1a34d 2,123 0.93/1.00 vMB 29
397,586 397,586 000000000000000000e6463066a6e5ff6f72cab64a566148b6b4e795b0c8975d 2,058 1.00/1.00 vMB 44
397,585 397,585 00000000000000000397edd44fea669f3c22daa9a3877bfe083561777eda95cd 2,829 1.00/1.00 vMB 61
397,584 397,584 000000000000000001d0768ccfb34c500955fb11a55a9dc1e98845dbd68d729f 2,460 0.95/1.00 vMB 50
397,583 397,583 000000000000000003c85f174f94c0aa46ccb728ac819ca934c3c514bd9fcc60 123 0.05/1.00 vMB 33
397,582 397,582 0000000000000000048ca3d48bd722d0e8dab678b8259577899c4bb98f304fa2 152 0.09/1.00 vMB 20
397,581 397,581 000000000000000004c852f295ceb500bcbc2545335bb06397469adf8727b02d 1,790 0.85/1.00 vMB 38
397,580 397,580 0000000000000000009af6f71a644d026162cff894849ddf4b3c8ab83b641399 1 0.00/1.00 vMB 0
397,579 397,579 0000000000000000058ec5703d3e4da485773d3e6393cd2d48e89498983cf9e1 1,125 0.75/1.00 vMB 25
397,578 397,578 000000000000000002e4fbefbe4eb21270e12de31d736bfb89e5226604c18d2b 853 1.00/1.00 vMB 18
397,577 397,577 00000000000000000348431558ca8f664e0cc421684e503293cc39ff04a9de4e 1,910 0.99/1.00 vMB 30
397,576 397,576 0000000000000000045875f632bc598704b12ad4819536fde1f6f0ec36043087 2,343 0.95/1.00 vMB 30
397,575 397,575 000000000000000003625c88c94c0625720fdbfcff7c2c7d86769cccce6adf46 2,274 1.00/1.00 vMB 39
397,574 397,574 0000000000000000051f4b217d188933660f62fb6c2ec4770bde81d670a27c5f 2,583 1.00/1.00 vMB 41
397,573 397,573 0000000000000000074b4eb5d5f8a3e45153d1ce05cae1c7e0c355ce351dfea6 2,651 1.00/1.00 vMB 79
397,572 397,572 0000000000000000009ad20f4ed226634a015bf0a96f014db480c4757e2c0dc9 2,617 0.95/1.00 vMB 48
397,571 397,571 000000000000000004e084ace23dfe9521ab70cd414e2bd432bfe31972bfc004 430 0.20/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.