Loading Tool

Explorer IconExplorer

Memory Pool

45,840 transactions
26.69 vMB
0.05783293 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt 324b1f8f9828b8e6a21c2d130ab39fbf77ea3f1c01531b564d462ab92bda7ae5
Version 20000000
Previous Block 000000000000000000000da4747ff0c723a97f7b228bc1fe68f4428c425a1574
Merkle Root 6705ccab9dc3c941aa33f7c4f2c6e76704efa5a938701258c1b2e16d79fa59d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,717
Size: 1.00 vMB
Total Fees: 0.00872949 BTC
Feerates: 150.58 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,738 (351,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,753 562,753 0000000000000000001770428fc8f3e9ba391c20dc2a01932e3f0d9965368083 2,377 1.00/1.00 vMB 30
562,752 562,752 0000000000000000000e93b3224e956ea82bdb0507fd181b5f174ce5e78851dd 2,853 1.00/1.00 vMB 56
562,751 562,751 0000000000000000001e5d5f6f4a201d0e2e9ef4f3708b71f5d6b946295fb51e 2,263 1.00/1.00 vMB 32
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
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.19 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.