Loading Tool

Explorer IconExplorer

Memory Pool

41,509 transactions
26.03 vMB
0.05097878 BTC
Random Selection Loading Transactions
Max Size: 136.38/200 MB

Candidate Block

Mining Attempt ffc96772fe64b1e66cadcfd2168345367e19bd7795b20c54a63952971baec7c9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 8f88d60d42ff66c8251d1f04888c4cc23c91c1c960a2269cf008d4fbdd9d8380
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,745
Size: 1.00 vMB
Total Fees: 0.00358215 BTC
Feerates: 18.26 > 0.36 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (210,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,739 704,739 000000000000000000079d0bd6112678336fe045713e174c832afae7fdd999d0 1,787 1.00/1.00 vMB 2
704,738 704,738 0000000000000000000846804ecd4f3be0fd08df27b2a8e4bdb1e59f26498fdd 980 1.00/1.00 vMB 7
704,737 704,737 00000000000000000009eef56affcd7e8112eb67bbd6896d38c19bfd53cce0e4 2,035 1.00/1.00 vMB 13
704,736 704,736 00000000000000000001b61ae385ebaceee1d64da35a70f75d40b7d118583799 1,225 1.00/1.00 vMB 4
704,735 704,735 00000000000000000009a152cf94718e41319db7a9e5b839102479ae83194ce1 956 1.00/1.00 vMB 4
704,734 704,734 00000000000000000005ffe996e1e5e7b06c383fdc20212b7c69309239a93dc5 1,073 1.00/1.00 vMB 6
704,733 704,733 0000000000000000000a3e6b191bdca96a49225a8c9ad9e946a5b4dcacf052bd 2,444 1.00/1.00 vMB 6
704,732 704,732 00000000000000000004c82dc99b4f49de11ec9ff33e82a749d364593bf018ad 1,012 1.00/1.00 vMB 12
704,731 704,731 00000000000000000002ab99aa048d2422ac1457131a3ddd2ee475ebfb4362bb 1,263 1.00/1.00 vMB 17
704,730 704,730 00000000000000000009fd07aa314f1fe23a2e2d2e5b9b2c2e68576aa7aca84d 2,294 1.00/1.00 vMB 11
704,729 704,729 000000000000000000039da99693c30a3c8bbdbfedf922e2fba4b136aba55b5a 4,058 1.00/1.00 vMB 8
704,728 704,728 00000000000000000008ec68a517b011ebd8ad952108f43f547248eb9f0f6119 1,884 1.00/1.00 vMB 9
704,727 704,727 00000000000000000000812bf53385a4e2b22a8d3af66ffa8feb23b9144d99c7 2,749 1.00/1.00 vMB 16
704,726 704,726 00000000000000000002fdde3d4df4bce4f53e9f716452795d769818b96a410f 3,178 1.00/1.00 vMB 26
704,725 704,725 000000000000000000030a3617e54c998c7a89c473a5b86bc4cd3061b53dfb16 1,617 1.00/1.00 vMB 11
704,724 704,724 0000000000000000000892113d474e60a3aaeeb45498a7d4ba568efb4237e48d 3,381 1.00/1.00 vMB 24
704,723 704,723 0000000000000000000756bed6bb7a0abba06a8d5a9185c1e69fe33cd34dc267 2,485 1.00/1.00 vMB 13
704,722 704,722 00000000000000000008944044a41cf797c77298cd33d7e0745eb2f6c8ccac76 1,824 1.00/1.00 vMB 20
704,721 704,721 000000000000000000024a11fe1ea2ff853cc0a15f07595e784c3c028e175c39 3,467 1.00/1.00 vMB 14
704,720 704,720 00000000000000000005a75df5be123c12e5ad2dba2e79a6ad049eb9784f8a95 2,911 1.00/1.00 vMB 22
704,719 704,719 00000000000000000008981ab834c97a5c15e42ee2a40b078d81a989ed8e85f8 3,208 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.