Loading Tool

Explorer IconExplorer

Memory Pool

77,634 transactions
28.83 vMB
0.07395505 BTC
Random Selection Loading Transactions
Max Size: 174.89/200 MB

Candidate Block

Mining Attempt 84fb00486f43a29807b777db96e26fd63e2d31e599510cad1e3e8815f8f602d0
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 69e723eaa8ae260223d85bb9a41d5b27b9ea843476485e9b301e9b5e5c98aac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,807
Size: 1.00 vMB
Total Fees: 0.01396669 BTC
Feerates: 82.75 > 1.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (218,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,514 696,514 0000000000000000000400ad5207e928dae921a7c36340580447265fb815f52b 2,612 0.97/1.00 vMB 5
696,513 696,513 0000000000000000000a655b967b81d61c892ec45da4d2f330a10810051ab74c 2,982 1.00/1.00 vMB 11
696,512 696,512 000000000000000000114d85a6369e764d4fc79235c5e57f17fcb0749c73b7bb 2,656 1.00/1.00 vMB 21
696,511 696,511 0000000000000000000042ae6e859d13eb08e784aee89dca67e27d4fbea2b28b 582 0.24/1.00 vMB 8
696,510 696,510 000000000000000000021d86a7cdc01dc4b8dae0f8a57121bed05e753363cb88 3,242 1.00/1.00 vMB 11
696,509 696,509 00000000000000000009a1475cefa45fcbdc035de0c943fe7b86548c943070e8 889 0.57/1.00 vMB 8
696,508 696,508 00000000000000000011a79c8313c417c32dbf4ce5996e1b9dd1f2109ac530f3 58 0.03/1.00 vMB 5
696,507 696,507 00000000000000000010468b2b9bb0acf1ff525f93968f98e35e2a8adf219123 1,017 0.42/1.00 vMB 9
696,506 696,506 0000000000000000000bf6f9e40ca87ae039d018e231887e73f468c8996408ba 756 0.55/1.00 vMB 5
696,505 696,505 0000000000000000000fb9df1e552dd9c15e12ef0dcd0c94a6073aabe3028ff4 1,313 1.00/1.00 vMB 6
696,504 696,504 00000000000000000008b9e2156ccf67b33a82d0acec6403674743d17c3e783f 1,436 0.44/1.00 vMB 12
696,503 696,503 000000000000000000004db7bbed3bcc6fd348332e71ce88a7fb3188f81925a2 1,885 0.74/1.00 vMB 14
696,502 696,502 0000000000000000000942783f4d2ae45b7361fd13914917728131d2ab16aa65 2,425 0.87/1.00 vMB 12
696,501 696,501 000000000000000000050d107c2a64d4450d84e1ae8c472027b7d5f15c0e6676 264 0.10/1.00 vMB 14
696,500 696,500 0000000000000000000653f0c9174d88f8930b8db858ddfdd65b8d40914a3462 1,474 0.54/1.00 vMB 12
696,499 696,499 0000000000000000000401ebf71c7582cab4c0f046a44a15ec348e0685cdb70b 155 0.05/1.00 vMB 16
696,498 696,498 00000000000000000003bc35ebbffc0c7e6b35ebc626fd5b0b4b222caf3faa15 330 0.17/1.00 vMB 6
696,497 696,497 00000000000000000005f8f4f1df951374bb2f2f267c0bbb2256a132294a03df 2,743 1.00/1.00 vMB 11
696,496 696,496 00000000000000000009c72fa0776d78a56aa2ae08ce51c19780497a61e83d19 555 0.45/1.00 vMB 1
696,495 696,495 000000000000000000062ea53d21b74dfbfa2e808b3ee3ea051e1f4beb41e998 2,222 1.00/1.00 vMB 5
696,494 696,494 0000000000000000001190a72bc158cb5d21098d899a402dba9b98ff7c738fb4 2,632 1.00/1.00 vMB 14
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.09 GB
    • Received: 16.38 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.