Loading Tool

Explorer IconExplorer

Memory Pool

82,591 transactions
30.43 vMB
0.12160087 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 44561cee8cd65bef4087eb574c5d96b2d6f9d413abbea064d65653316007bebe
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4a908b7662b6fd3baa1fcfc10edd3791d62ed0e1e7f5fea24ee95213ccf268f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.04278901 BTC
Feerates: 150.85 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (318,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,718 596,718 0000000000000000001240cefe6d4a4b74769ce998f25785fa214aac86d60cfd 2,817 1.00/1.00 vMB 61
596,717 596,717 0000000000000000000910d5f5a6b35470c294f2fff353060e98dad6df6f4a8a 2,606 1.00/1.00 vMB 14
596,716 596,716 0000000000000000000c0f7ed9d6c287f129a755d5720b082747a32266ce7da9 2,548 1.00/1.00 vMB 21
596,715 596,715 0000000000000000000cc83735d0aa4d44c0948ceebf4faf87f81de7d06a12e8 2,729 1.00/1.00 vMB 33
596,714 596,714 00000000000000000001b0db44474e7f3f3e1413f55c283a4e0a31d8eeda826d 2,699 1.00/1.00 vMB 43
596,713 596,713 00000000000000000015ea0c89c12c601547a0bb1cb813a44905566511268777 1,146 0.44/1.00 vMB 28
596,712 596,712 0000000000000000000501061f409cf4cb7863cb3a44df2de06272dfc1180824 472 0.18/1.00 vMB 28
596,711 596,711 00000000000000000016faab486e8089b1ff5638adc3aaef5cddbbeb75ed4c76 332 0.15/1.00 vMB 14
596,710 596,710 0000000000000000000e68d87ecb7ae1a488b36308d300b32d29bab7f9e3d26e 851 0.76/1.00 vMB 7
596,709 596,709 0000000000000000001136180b935de4bc77183d32dbd4d07a335bc1cba5d2ab 2,425 1.00/1.00 vMB 7
596,708 596,708 0000000000000000000d235a588fb3fd9edf7ccad3c57bd145e536e0093db064 2,173 1.00/1.00 vMB 4
596,707 596,707 00000000000000000015d8e38dc887ae684d6e0c189a1e89de1d272593b71b2a 1,471 1.00/1.00 vMB 16
596,706 596,706 000000000000000000068c4cd9d0963c963776364785371adf1784e5578bd57c 2,525 1.00/1.00 vMB 21
596,705 596,705 00000000000000000010c0346cadd6449e2294e9f1f37bed0b2dce8e73eb21cb 3,046 1.00/1.00 vMB 34
596,704 596,704 0000000000000000000f68055dbd503c57376629abadf8b08a2f4ad2fd7c7814 1,073 1.00/1.00 vMB 8
596,703 596,703 00000000000000000010a24e6a752ee12efe02dfe839c05d1c263e4a44fb570e 2,783 1.00/1.00 vMB 24
596,702 596,702 000000000000000000015f34c10de0005a37a42be08a4b40452044cdeda48aa7 2,914 1.00/1.00 vMB 15
596,701 596,701 00000000000000000014da2f52a0dd324321e3e37cade0d79b99929afa0d9030 2,741 1.00/1.00 vMB 38
596,700 596,700 00000000000000000013f5b87fe6782f300c2da8d34675e08cb568435a72794c 2,756 1.00/1.00 vMB 36
596,699 596,699 000000000000000000014074dfe4eaa307bf0924870f0fb2dd49ffa839861f54 2,271 1.00/1.00 vMB 15
596,698 596,698 000000000000000000084da773faa93fb25c0bbbed026b9c7d51172473b813c6 3,122 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.