Loading Tool

Explorer IconExplorer

Memory Pool

80,861 transactions
29.50 vMB
0.10207765 BTC
Random Selection Loading Transactions
Max Size: 179.64/200 MB

Candidate Block

Mining Attempt 8cdfca68282a320c0eb09d4a8122ee0f5dd5c9d84891f328772e6c6271707714
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 847d6f4c6077a37cef0f2a5356eedf7c3d4cc3a4cda12845fcb50ada2a2d706f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.03992688 BTC
Feerates: 146.36 > 4.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (164,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,797 750,797 000000000000000000040fef5fd91c1687d8885f78e1ab44413f16027cc70336 1,649 1.00/1.00 vMB 7
750,796 750,796 0000000000000000000323c2afd695c28e0a8f7af222ed56ca4270e913c8490d 2,278 1.00/1.00 vMB 5
750,795 750,795 00000000000000000006dd6c5b61f0a51bf68f2bf30836a4e9f13b9fbebf9007 1,490 1.00/1.00 vMB 10
750,794 750,794 000000000000000000038d24f44d8dd45bbfc7ac07df4838230e3d6683c8394a 2,336 1.00/1.00 vMB 13
750,793 750,793 00000000000000000008d5e304ebda8b0a1d1b94645741304745630ac21b969c 2,309 1.00/1.00 vMB 12
750,792 750,792 00000000000000000005cff1d36f64f1ceef5d8a0da26ebbd671f1d1a9a1cff6 1,757 1.00/1.00 vMB 5
750,791 750,791 0000000000000000000678534fff9c15753fde701361028e5159c8a0474a4e91 2,244 1.00/1.00 vMB 8
750,790 750,790 000000000000000000067cfdaad1b8600149510e25f396fa85f59e826f866343 1,166 1.00/1.00 vMB 9
750,789 750,789 00000000000000000004d862ff755254acdcbe0a2dc10df0eef5bfc43ed509af 1,964 1.00/1.00 vMB 8
750,788 750,788 0000000000000000000276f962f454e6e8e8ff06eea5cc420fb09f9f494a23e6 3,470 1.00/1.00 vMB 17
750,787 750,787 0000000000000000000565834dbf982dba11b8b5cd594d9d9def4a83b4533e51 1,201 1.00/1.00 vMB 9
750,786 750,786 0000000000000000000768adf14098b815ec609f3ec816c0ed02bd2763bbee89 3,504 1.00/1.00 vMB 15
750,785 750,785 00000000000000000003cded5638895959dbe15c98254579224b1ee3556ffa65 1,445 0.67/1.00 vMB 7
750,784 750,784 00000000000000000006fc4aefde16476e1305138391f5b6f7973f049ecfd4a5 420 0.12/1.00 vMB 12
750,783 750,783 00000000000000000003fae5b499ea3fdfef7db5065da94efa75ba2a9f291833 1,687 0.61/1.00 vMB 9
750,782 750,782 00000000000000000007919928a14266ffc271d4048932b4f27a3a3d023d1766 1,323 0.49/1.00 vMB 9
750,781 750,781 000000000000000000084ae6b71a3f296e721f9354b70ff880b5c1d64469b41c 948 0.50/1.00 vMB 9
750,780 750,780 00000000000000000006d0554cfc943b5daffc595fd5f9ba9a7a4242a6e2194f 2,564 0.90/1.00 vMB 10
750,779 750,779 0000000000000000000615abdb7f2bc12be87131e30b6e6de34f41f77a88c316 1,034 0.49/1.00 vMB 8
750,778 750,778 0000000000000000000556bf092bd015e410eedc13a9bad22c4a7657f47e39d0 601 0.17/1.00 vMB 11
750,777 750,777 000000000000000000052a779fbd4969c1f44760663a3a2a3307145791d3b2b5 754 0.36/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.