Loading Tool

Explorer IconExplorer

Memory Pool

43,439 transactions
26.30 vMB
0.05531138 BTC
Random Selection Loading Transactions
Max Size: 138.48/200 MB

Candidate Block

Mining Attempt d75e387d19d4cf9b5a10ef0c6638eef933f654ad5fd51040863f25bbe21026f6
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root db42be7a90cd248dc806cd94e765686b115a728a16f21c5e72ab8e2554d2b7e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,813
Size: 1.00 vMB
Total Fees: 0.00728780 BTC
Feerates: 100.28 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (351,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,750 562,750 00000000000000000025ea866adc231c56cb14e449d2853cbfcbe526240a44c2 1,861 1.00/1.00 vMB 38
562,749 562,749 0000000000000000002142b4c5d75ab3bc36e73c03777faef2ee6fe5c7809b03 3,334 1.00/1.00 vMB 30
562,748 562,748 000000000000000000224e07927dd1d5c1f71a2268b265048ead362abf158e0e 3,216 1.00/1.00 vMB 57
562,747 562,747 00000000000000000005854ec7192072c19198b0007afb9225f0fe2b406304a7 2,758 1.00/1.00 vMB 23
562,746 562,746 0000000000000000001e49a33f85aaf2fa3d10058ac97ba78d52d898db60a29b 2,794 1.00/1.00 vMB 30
562,745 562,745 00000000000000000015afca3468a5703171cfe080acbb0a0f8595c536c9fc8e 1,836 1.00/1.00 vMB 22
562,744 562,744 000000000000000000007d3d2103d71274bcdfcb8e62553beb48809d6c640587 2,427 1.00/1.00 vMB 29
562,743 562,743 00000000000000000001e5f658321265a4309affe546000ae7b59aa77138a592 3,051 1.00/1.00 vMB 44
562,742 562,742 0000000000000000002ace40ad9e75097ad682f225a287c4c20e5668a2817140 2,280 1.00/1.00 vMB 31
562,741 562,741 00000000000000000020476a4976883618371eb035e3385cd2f11747185eccca 2,591 1.00/1.00 vMB 33
562,740 562,740 000000000000000000229d36346238f31403e7331fec2283dfdf508406346112 2,467 1.00/1.00 vMB 27
562,739 562,739 00000000000000000013cf027c95b53738fb8d5361875c30dd09cf212d5ee5d7 2,701 1.00/1.00 vMB 46
562,738 562,738 00000000000000000011d1d8f3a8a823179090d395e5eced4df79ec624ae7ac6 2,249 1.00/1.00 vMB 22
562,737 562,737 0000000000000000001af567e0d63edb4b1f1b3fc5e03fcf0857d55dae7a0ef6 1,834 1.00/1.00 vMB 26
562,736 562,736 0000000000000000001ac2fb43f00e0f9316cb4670d489402e0a44c515e867f1 2,936 1.00/1.00 vMB 44
562,735 562,735 0000000000000000001f13b9b1ea30200cf21994515a2a63aee3cf925e306d88 3,029 1.00/1.00 vMB 60
562,734 562,734 000000000000000000184433b19126409fea72b8dd6620d4b8c3b694aac12742 2,781 1.00/1.00 vMB 46
562,733 562,733 00000000000000000016c452ad1b7d72f5dd5e761ea451129d8b8f6f5a9f8290 1,448 1.00/1.00 vMB 17
562,732 562,732 000000000000000000266734ef37399c680a5a5340c7dbd1e8b4e0178fcf38c7 877 1.00/1.00 vMB 16
562,731 562,731 0000000000000000000f8a76fde7fbeb4eecfe268ac5acf40b370f0cb5e21a07 1,782 1.00/1.00 vMB 15
562,730 562,730 00000000000000000004b35d0c0782e28868e3e0933c6d6410ecdef69b49c70a 1,571 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.