Loading Tool

Explorer IconExplorer

Memory Pool

53,014 transactions
31.04 vMB
0.12263861 BTC
Random Selection Loading Transactions
Max Size: 166.84/200 MB

Candidate Block

Mining Attempt d469fdf80f5a30fb84280bf5598858eec9f9bab237a88e40506010ac3e4db614
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root b03565555a5e89c09ef81e849af44ecac97677976d7d3a3190f57a62a2696481
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,978
Size: 1.00 vMB
Total Fees: 0.03953073 BTC
Feerates: 301.36 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (221,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,834 692,834 0000000000000000000a0d2109379efffaa2a02c8e448c317472d525fd191762 518 0.56/1.00 vMB 10
692,833 692,833 00000000000000000002f4668d200d433337f538f655e02f02b9105ce16433ab 1,878 0.80/1.00 vMB 13
692,832 692,832 0000000000000000000fff551233bbbb89e1fad6b16ea6db259e7b99b131dcc2 2,553 1.00/1.00 vMB 10
692,831 692,831 00000000000000000008594e6a6a9ffaeb3027de250bf3fbef9854808b4fafca 2,490 1.00/1.00 vMB 14
692,830 692,830 0000000000000000000dcb0301479e44d82a9958a617942fe276d7511b95fd1f 1,172 1.00/1.00 vMB 15
692,829 692,829 000000000000000000079a9ab131cd76a41156c72937d6fbc4b0b3d523fdcadb 1,714 1.00/1.00 vMB 11
692,828 692,828 00000000000000000002b1fe0f25a7b242005f56ff84c22baf2b1bed547ac4e3 3,273 1.00/1.00 vMB 32
692,827 692,827 0000000000000000000aa22e854777d079c0807acaaf55c77686ebfc5d17c6d2 1,202 0.75/1.00 vMB 1
692,826 692,826 000000000000000000011e17cd2fdb96e7300aa4fbcd1f6e7670e730025b5c48 1,290 1.00/1.00 vMB 7
692,825 692,825 00000000000000000010d90a382c561f2388aa537f83d0b4f43c74631ec4d9d3 1,513 1.00/1.00 vMB 8
692,824 692,824 0000000000000000000dcf87513b2505696156409a2c8803e4d2857d6a9d7d55 1,145 1.00/1.00 vMB 2
692,823 692,823 0000000000000000000146c0e3704cd7d4b08c1b3bd49b1241c4f2ab4f1d0210 2,028 1.00/1.00 vMB 8
692,822 692,822 00000000000000000014626e6ef5b50f8acaf19c9096dad30386358ea92b7a02 1,381 1.00/1.00 vMB 4
692,821 692,821 0000000000000000001395a845ea4ee5d2c11776bdc8b0eabdff105b3d0e7755 2,749 1.00/1.00 vMB 10
692,820 692,820 00000000000000000005bddfd8c12614bcb6a6c8262dc7f0614d5031df576c4a 1,273 1.00/1.00 vMB 6
692,819 692,819 0000000000000000001062960cba1d42c2fcaeb6812639504ba14354ebf89689 3,085 1.00/1.00 vMB 10
692,818 692,818 0000000000000000000a34293e94904cf3d5cc6424d8919b4a97665e003f3b71 1,267 1.00/1.00 vMB 10
692,817 692,817 0000000000000000000e086a7bd427a7766600a51df66f18398f7ffac3c6f8a5 2,338 1.00/1.00 vMB 19
692,816 692,816 0000000000000000000ae627b81ac73a35cda098a1e0c2d91ca1c4a7705f7844 3,000 1.00/1.00 vMB 26
692,815 692,815 00000000000000000012edb859a6e6b422b54c035b8d9bce98741dcd97663084 3,270 1.00/1.00 vMB 10
692,814 692,814 00000000000000000002151e357ce30a149d69436d3b336fc8c9aa782860ab64 2,756 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.06 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: 651.17 GB
    • Received: 13.45 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.