Loading Tool

Explorer IconExplorer

Memory Pool

50,949 transactions
28.85 vMB
0.08614575 BTC
Random Selection Loading Transactions
Max Size: 153.98/200 MB

Candidate Block

Mining Attempt 8db51badb992f2a9e6a2eaea7bd008bbdecf45018e97fd40c1c2e70b1eb88c18
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root 753965cd261d3d8414267a89778831d0e50989ebb51a69b7df9aba9f100c038d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.02319581 BTC
Feerates: 151.12 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (119,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,803 794,803 000000000000000000046302a9f9f2def5a1074947e2fe3faac0712cb4e69884 2,031 1.00/1.00 vMB 28
794,802 794,802 0000000000000000000012e5f0837e46ab428189fe1cb444096f5b69a7cc4b3c 2,137 1.00/1.00 vMB 14
794,801 794,801 0000000000000000000369c71bfe1df49c8198eeca7c9e547909ec8595434008 3,115 1.00/1.00 vMB 28
794,800 794,800 00000000000000000004fd2cc29e9793dba2ad55fdf0f8e6bca47d9b1d8c491a 3,257 1.00/1.00 vMB 33
794,799 794,799 000000000000000000045fb0113142beb561d2ceb3b233b5e0650f56bb10af8f 3,263 1.00/1.00 vMB 46
794,798 794,798 00000000000000000004fcb6040daf5c3e98ce6ea60fa40ad1e962c74eb536b3 3,955 1.00/1.00 vMB 20
794,797 794,797 00000000000000000003711bcbdda9d4153106742a974fe6a72496fa987fbfc0 4,540 1.00/1.00 vMB 11
794,796 794,796 00000000000000000001a06da2431420a44cc639a1633d2b7967697999b6dc92 4,631 1.00/1.00 vMB 11
794,795 794,795 00000000000000000000bd1175db1e5dc7faed0c2c4aee47cab5d8b553c43974 2,634 1.00/1.00 vMB 19
794,794 794,794 000000000000000000039b82660cb7083ebc87fc7194f088dd6ae1a6a6e9e471 3,338 1.00/1.00 vMB 18
794,793 794,793 00000000000000000002761d25202f0c6063593bf417314a79a900b5b8183bc7 4,874 1.00/1.00 vMB 15
794,792 794,792 00000000000000000003281498bec72fe8f6ac4301c64f4a940834f62e7c3707 3,318 1.00/1.00 vMB 21
794,791 794,791 000000000000000000045ce42e45c5d30fde684a80766182fdaa82a4d98b988c 3,244 1.00/1.00 vMB 20
794,790 794,790 00000000000000000004b934721c5a9802cb880cc2f572e3f614e09f9c39bc0d 3,727 1.00/1.00 vMB 16
794,789 794,789 0000000000000000000121b0e594d86f669cb7d7fc39b708b93dda15084448b3 5,972 1.00/1.00 vMB 12
794,788 794,788 0000000000000000000364ab6b25455e118056dd7833057c8fe57095411acbd0 4,636 1.00/1.00 vMB 17
794,787 794,787 00000000000000000001f38f3d4383d58226da5703b36f54962d7bf67e9b4f66 4,667 1.00/1.00 vMB 12
794,786 794,786 00000000000000000002c0d090b5010d0f59bd9d5c92596ee9d7ba5bdaee5393 3,385 1.00/1.00 vMB 35
794,785 794,785 000000000000000000049b493c4c4c4331818d1164872608f62f3854793cda15 2,767 1.00/1.00 vMB 24
794,784 794,784 0000000000000000000246a5cb4b562b5c9b45bd87faefecd6d6e079f3489b61 2,337 1.00/1.00 vMB 15
794,783 794,783 00000000000000000002344c68b7500bd19fea328cf9d6b1ef59b2bdb32ee556 1,988 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.89 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: 645.24 GB
    • Received: 12.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.