Loading Tool

Explorer IconExplorer

Memory Pool

82,756 transactions
31.24 vMB
0.15620662 BTC
Random Selection Loading Transactions
Max Size: 185.70/200 MB

Candidate Block

Mining Attempt 547d6437be159f1a176d27d127c7a105c636158b50c4c5e20db3131f3c451cc1
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 9af7782aef3e56fb207405385fa4a6da4ec4b309f43346017b123eb01db7c73e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.05942755 BTC
Feerates: 269.69 > 5.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (256,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
658,794 658,794 000000000000000000070c1fa4867046c8e0311378158260210fe6d735a36735 2,905 1.00/1.00 vMB 121
658,793 658,793 00000000000000000002d175fd9efc97270a26e074fab83765903091a6a802e6 2,870 1.00/1.00 vMB 115
658,792 658,792 0000000000000000000939fb1b9c27e00910c7de86bc378e039a1bbc2e4c1a55 1,802 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.