Loading Tool

Explorer IconExplorer

Memory Pool

77,528 transactions
28.94 vMB
0.08300504 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt be12ab8a535e8354154d0add9205dd449f9360352f6eb39f8fae252e0a3fc40f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e568fb3e77b0441b0464a1bf0e8b3b8c63fcd04679ffb9fb94adac431c8154a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,958
Size: 1.00 vMB
Total Fees: 0.02256644 BTC
Feerates: 150.93 > 2.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (374,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,006 541,006 0000000000000000000a91ead5ce8e76ad0bfec60f3310b1f5f3e29118d4e028 1,684 0.49/1.00 vMB 22
541,005 541,005 0000000000000000000192c8f8ceac56e6fb285078990a524ca2f223b281d7f8 690 0.26/1.00 vMB 28
541,004 541,004 0000000000000000000cb556d6df34d85c9dc06344dac2bd0851b90cb467440e 1,060 0.68/1.00 vMB 17
541,003 541,003 000000000000000000162352ec9727a00b3d1fa43db6f3bdf4969d0ccd27a237 1,124 1.00/1.00 vMB 11
541,002 541,002 0000000000000000002314413a8a8b6753ab3e7ff76f9e45452c5aeaee6223fe 854 1.00/1.00 vMB 3
541,001 541,001 00000000000000000002c6f35984af163f106bf02d252d824c8928a733ac1c75 2,470 1.00/1.00 vMB 5
541,000 541,000 00000000000000000022d75703ca93d322708ee857b01d802fde0d48c06dabd8 1,902 1.00/1.00 vMB 10
540,999 540,999 0000000000000000002726dfff4b2367131d8a38a13b7a6c4bd873e5305bc745 2,067 1.00/1.00 vMB 21
540,998 540,998 00000000000000000024e9df4591144f720603a63fbcc7766e989fef7009e4fd 1,758 1.00/1.00 vMB 9
540,997 540,997 00000000000000000012a4dc92c9329aa1186b821b1c4b453c282dbc5c220206 1,974 1.00/1.00 vMB 10
540,996 540,996 0000000000000000000907cdda18a60742c1d27b016c6352ee1d8fde736f4818 2,416 1.00/1.00 vMB 19
540,995 540,995 0000000000000000000339a14ea09d3d741bd2bb586372b2105f2fbcd24ec0aa 2,056 1.00/1.00 vMB 6
540,994 540,994 00000000000000000005aa2809af21eb96bea55d50fd5064da9fe308045c5e4e 2,806 1.00/1.00 vMB 18
540,993 540,993 00000000000000000018ee70263b9d9d03a5c1bb3d1ce2c4c893b9fed24334c6 2,908 1.00/1.00 vMB 14
540,992 540,992 00000000000000000021c505a8a77c91cf88272b5f781b7903d7049b89705898 3,260 1.00/1.00 vMB 16
540,991 540,991 0000000000000000001cb5dcc5ed9e8adf80de43d3661bc3cbb30defb2c1a492 1 0.00/1.00 vMB 0
540,990 540,990 00000000000000000023747d9c9628984b52a0f6069bb8f2286f40f2792110e8 3,165 1.00/1.00 vMB 12
540,989 540,989 0000000000000000001c33a8b27093308b3244c978cb0b3d4e2cf851df4fa323 2,757 1.00/1.00 vMB 20
540,988 540,988 00000000000000000024aaa220c28e931f99d18c3fff46d7a46789c463944f41 2,761 1.00/1.00 vMB 22
540,987 540,987 000000000000000000113696ca691c079ced4b60c469257f706c646ad0576f70 3,043 1.00/1.00 vMB 30
540,986 540,986 000000000000000000186598cef068f397b916ed8367aa316c9b9e4b4e12e8d0 3,210 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.