Loading Tool

Explorer IconExplorer

Memory Pool

81,004 transactions
30.32 vMB
0.09484114 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt 87e4842c9d8827d9e871a2a01bfc67f644119551868aaddf96235ddab7a66654
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 2afa99b03b1fc5bb973fce55a215c295c92356f95ed22a593315b52b2a339cab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.03190820 BTC
Feerates: 301.07 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (498,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,818 416,818 0000000000000000049a722b71b91b1a7f0a1cdaf344bf25a509dd4085061e2a 1,435 1.00/1.00 vMB 46
416,817 416,817 00000000000000000160814bdd71eb42a75c88f00044ec8da5ef90d43d2dc109 1,934 1.00/1.00 vMB 49
416,816 416,816 000000000000000000337c7d6fb914dd4efecbbacea481f09e35513e4efaa965 1,802 1.00/1.00 vMB 48
416,815 416,815 0000000000000000023e5c6e43be5e6f7462f16053e64cc02137414e8a1d67d9 1,404 0.73/1.00 vMB 50
416,814 416,814 000000000000000001c1f1c31b9bef9cb3258f5a007fea45bba0fe6bbb026a1d 1,529 1.00/1.00 vMB 114
416,813 416,813 00000000000000000408d138584ba1ae16c705ead8e2a0933618d54922703de7 1,996 1.00/1.00 vMB 63
416,812 416,812 000000000000000004b799f084d50f67c6064649765cf6e800bfb47749b505b3 2,322 1.00/1.00 vMB 66
416,811 416,811 0000000000000000023d49fe055a3fffc308b184c3e10c28454b3d4801839624 2,185 1.00/1.00 vMB 76
416,810 416,810 0000000000000000029573f1a29bb5fb2c1c05aa58013771e55f8fb04bbef7d4 1,840 1.00/1.00 vMB 54
416,809 416,809 000000000000000001722ca4e86e79fc1abe6f8912a809a1a5de0e3ec21f491c 1,696 1.00/1.00 vMB 50
416,808 416,808 000000000000000002ea3dea4ccf70d814956cc154ec4c8d906b7288cd945be6 2,405 1.00/1.00 vMB 86
416,807 416,807 0000000000000000015ad618c625ef6a99bdf8896afd6d22938895d6dddc94c5 1,086 0.93/1.00 vMB 39
416,806 416,806 0000000000000000005a71cdcecdee14fd16e5399e4ae44aba066063c05c39c2 1,089 1.00/1.00 vMB 33
416,805 416,805 0000000000000000006317804b6b1b9d98fd9116a8aa6ea033cbbcfdca37b2fa 2,120 1.00/1.00 vMB 68
416,804 416,804 00000000000000000470225f0c3eb651e626d471ab7b9f3612e5c73e62f4f576 2,060 1.00/1.00 vMB 74
416,803 416,803 000000000000000004481682fc57d5941e3e64b80cdbb99605a4975c1604b2af 2,874 1.00/1.00 vMB 88
416,802 416,802 0000000000000000028dce6a502e1210f08fc71dc4ab06707d68785d2a2bdef2 2,807 1.00/1.00 vMB 87
416,801 416,801 0000000000000000040c60bda451f254ac1aa1bd6a311a3b71337083c468d030 1,869 1.00/1.00 vMB 66
416,800 416,800 000000000000000000a5266f4b458fc34a66007f899717072cc0e88bb90e4a4f 1,538 1.00/1.00 vMB 59
416,799 416,799 00000000000000000435eaf0946f0518370a413f6e927e72ac8746cfa32474db 1,907 1.00/1.00 vMB 61
416,798 416,798 000000000000000002e8f0a617a1dfde8536c8c871bc05112be8375938831b42 2,139 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.98 GB
    • Received: 15.07 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.