Loading Tool

Explorer IconExplorer

Memory Pool

81,882 transactions
30.03 vMB
0.08192988 BTC
Random Selection Loading Transactions
Max Size: 181.33/200 MB

Candidate Block

Mining Attempt cc893919eb96b3fa4e8cf1ac09c5c831ca30bc567e2f81885a0e8b8398ca0d76
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 688a74e8bbdbb9115087d9ad541d5dbc46f84c4f49f1943761f2ab0ed47ac045
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.02047594 BTC
Feerates: 151.12 > 2.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (511,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,660 403,660 00000000000000000069ad7745b40e1462ddd1022616ecd6065324a44728c0ab 1,850 1.00/1.00 vMB 38
403,659 403,659 0000000000000000041060fbd5644ce7dc95cc7813f838520e74f7df42b4f34e 793 1.00/1.00 vMB 12
403,658 403,658 0000000000000000053936b5673df19d411824843b20e584a3aa54ea0d29eb0d 1,496 1.00/1.00 vMB 25
403,657 403,657 000000000000000005d2a6fa28769d0846132f0e9356f765cf1f8cfc35d3acd9 1 0.00/1.00 vMB 0
403,656 403,656 000000000000000004daeb77c855398080711e6649fd302e2c4a2e59d17afe39 2,192 0.93/1.00 vMB 56
403,655 403,655 00000000000000000399822b471dc84f953a7aa87920f6413c429c1ed3c69a85 2,656 1.00/1.00 vMB 68
403,654 403,654 00000000000000000309fa21f4de33de1643c1396080f57b1ac1e80590487ee2 1,811 1.00/1.00 vMB 39
403,653 403,653 0000000000000000058179375b693a7f9636a3d04cdda6562fff839a74fb0a89 1,982 1.00/1.00 vMB 41
403,652 403,652 000000000000000004916f2bbbd810d44c45f8e43e384ed1e99d6a6315d751a8 1,967 0.93/1.00 vMB 49
403,651 403,651 0000000000000000016a3b401af484bfd01f42ea88bb1f5c15a7aca7099b7413 1,374 0.99/1.00 vMB 22
403,650 403,650 0000000000000000057e25bb1b28062d4b36ea6aa3ab519e8140f00b0c1912ff 2,004 1.00/1.00 vMB 56
403,649 403,649 000000000000000004d2fb202116cc6ceac0020d6bd8915de472ca9c5042774c 2,647 1.00/1.00 vMB 47
403,648 403,648 000000000000000001797603c0f31a5a5efa27f7fa34f9b3431cd6ef18898f0c 3,277 0.99/1.00 vMB 70
403,647 403,647 0000000000000000048d5d31bfef448bf9cc6efde8fdf6ecc4929add87508507 1,456 0.93/1.00 vMB 27
403,646 403,646 0000000000000000053c07f16f6b7b2311ee66364c59a6f2ceca9e15c9c41973 2,874 1.00/1.00 vMB 59
403,645 403,645 00000000000000000074f1fa88090cbc5a24611c6b401ebe2a2a151d58f58b69 2,237 0.93/1.00 vMB 62
403,644 403,644 00000000000000000575c6643f59df6a22c53ac4222b4504ea63da5932bac738 1,244 0.99/1.00 vMB 26
403,643 403,643 00000000000000000304c8e82a9ad7da94b52cb974f020579b36667999673461 1,760 0.93/1.00 vMB 40
403,642 403,642 000000000000000004f55dd24f68ba75898472ccf19fa30d25602d955fa4e03a 1,918 1.00/1.00 vMB 28
403,641 403,641 000000000000000005a10b00da7c58e19ce3d6d2e1b4166b1a25dafacedfd597 2,219 1.00/1.00 vMB 37
403,640 403,640 0000000000000000015c3047746f8bd60a30e0a70dc31e4059208df69e839057 2,325 0.93/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.71 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.