Loading Tool

Explorer IconExplorer

Memory Pool

78,075 transactions
29.22 vMB
0.08481073 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 5667c2e8728f2c7844469143051a5393983fd580445ec5ced235969aff4a0a5a
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 764a355f26548e8f33ae3bdc4d6b781b161ca06cd15afa083f902fe446fae392
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.02356441 BTC
Feerates: 302.06 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (256,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,815 658,815 0000000000000000000d810f5d89f22459fdd21838c52f7eb924596d2d6ce7b2 2,811 1.00/1.00 vMB 69
658,814 658,814 0000000000000000000dc84a6b2c2330c467927755c6693ace5ca1f42052422f 2,414 1.00/1.00 vMB 72
658,813 658,813 00000000000000000000641a60e04c15c82b3fd6c84ade856fc4d75e5c0b718e 2,687 1.00/1.00 vMB 90
658,812 658,812 0000000000000000000ae45daf5119fb902b40d430aff2a6caabb011aef9f2a6 2,476 1.00/1.00 vMB 83
658,811 658,811 00000000000000000004167519276c215b1587292a57e4b0fee5c61d55b967f2 1,900 1.00/1.00 vMB 88
658,810 658,810 0000000000000000000fab9e9f2dcdbd09442e02ace788598285e6d3f6bff6f1 2,847 1.00/1.00 vMB 101
658,809 658,809 00000000000000000007f58f699f72a2edbad08217dd00841422b9d4ac274a64 2,683 1.00/1.00 vMB 96
658,808 658,808 0000000000000000000cd233fc9e2e791fd75266a1eeb1f7c44e6bd1698d9869 2,228 1.00/1.00 vMB 79
658,807 658,807 0000000000000000000ff68d483e3f151e170fdf9d963ec810825c907560628f 2,507 1.00/1.00 vMB 68
658,806 658,806 0000000000000000000b2520fa49e9b0f6aaaeaa09077abe245639cfdaa3cbef 2,313 1.00/1.00 vMB 73
658,805 658,805 0000000000000000000c18da122dd5901521e02187042c8308db30681431e75f 2,369 1.00/1.00 vMB 78
658,804 658,804 0000000000000000000633a5211cd907669c19be3fc6d824047dac211d220c81 2,797 1.00/1.00 vMB 100
658,803 658,803 0000000000000000000f8fb22c71a2a08e85c92282f4ca19e2b79455a57b2a42 2,703 1.00/1.00 vMB 75
658,802 658,802 0000000000000000000de61bc2e6fa896043ca8cc2bf6610f60a62bf9b572925 744 1.00/1.00 vMB 76
658,801 658,801 0000000000000000000759b69db5969cc33c0234ee373bd48705ebb2965b1e89 1,917 1.00/1.00 vMB 82
658,800 658,800 0000000000000000000819644bfb1c337ff31ef0dcc9e0c27a50a4a616c5d0b3 2,724 1.00/1.00 vMB 84
658,799 658,799 0000000000000000000854aeaa498416e43142a3b7e9f18cafe1408ee47fec8f 2,632 1.00/1.00 vMB 90
658,798 658,798 0000000000000000000549b474017d4d67d958a617a6726f7fa00051c476550a 2,596 1.00/1.00 vMB 86
658,797 658,797 0000000000000000000e38efb9ab22a4b7d02a7d6f6ec935b9221a42c161667b 2,903 1.00/1.00 vMB 115
658,796 658,796 0000000000000000000257d538c5fb9b8eed0b337355e572e517a5c7bf9ecbb6 2,637 1.00/1.00 vMB 89
658,795 658,795 0000000000000000000c88dd1dca077bc9ebcf6010b5de37fba465058012a890 2,791 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.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.