Loading Tool

Explorer IconExplorer

Memory Pool

16,808 transactions
9.97 vMB
0.05072158 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.51/200 MB

Candidate Block

Mining Attempt 4259e8aeff8af16e44daaf7434da8c14bb394180b5e2b688b5832daf07c1a517
Version 20000000
Previous Block 000000000000000000002d1801e8fbf7a6d4a084790b185bc36f2652bf596837
Merkle Root 9e98908fedc51adaab353bc99c8452b3f706bc52dae6b8c25f84643c5b0b992f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 0.9978945 1.00/1.00 vMB
Total Fees: 0.03503585 BTC
Feerates: 101.65 > 3.51 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,578 (658,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,756 254,756 0000000000000002ff2bc497bcb330ba0cca9b2121ad98703ec27b4baaf28d74 234 0.10/1.00 vMB 101
254,755 254,755 0000000000000011aed14421280adfac98dceef3fac4c02d9dca540841c58dbb 17 0.01/1.00 vMB 148
254,754 254,754 000000000000002970db1020ddee251b3ff635c8a418950081cc009870f4e2cb 113 0.05/1.00 vMB 83
254,753 254,753 0000000000000036c840c89855b8e2402499f6adab8c2fe0a7ff8bb97961566b 280 0.14/1.00 vMB 54
254,752 254,752 00000000000000155c1f51aff34e955459846697c332135d76fb3fb878bcd955 697 0.25/1.00 vMB 131
254,751 254,751 00000000000000004146d239071b636b1addcb1bdaf99386b57dc1d4f7c68c86 52 0.02/1.00 vMB 73
254,750 254,750 000000000000002c872b415ff2a9ed8831b0a050bfaa85d8604c57044727fde7 120 0.09/1.00 vMB 39
254,749 254,749 00000000000000003078004a663de068b4bef6a6c10af7d3f529c8cf5cfde7cb 260 0.11/1.00 vMB 104
254,748 254,748 000000000000002173d450c5aadf571a37fc36f1be7353c705d4908eabd777f5 641 0.25/1.00 vMB 94
254,747 254,747 00000000000000411dfa6f677244aa41c5fa8348a4621ba6e70d32c63289c122 502 0.17/1.00 vMB 112
254,746 254,746 00000000000000098281162f58463f1d4a652c0f5a9825ce4e26b624b944a09e 300 0.18/1.00 vMB 42
254,745 254,745 000000000000003e292f1781c7a072ab40be1275d79f4a5e884cb582a4175dca 731 0.25/1.00 vMB 130
254,744 254,744 00000000000000170fe4f7c561374fdbd41d88ce2f4bfa04c8b234ec9fd9ab2f 676 0.25/1.00 vMB 109
254,743 254,743 0000000000000040bb340294b2a577ee7cb7e3063015e5f28dc0e4a63440610d 144 0.07/1.00 vMB 92
254,742 254,742 0000000000000025d9b156460d49490b850dc59eeb1213c7cb21eab20f0284b7 104 0.04/1.00 vMB 109
254,741 254,741 000000000000000fe3c95552e253cf9ca8917e28fb22b9c27e9a11237ed978b1 56 0.03/1.00 vMB 85
254,740 254,740 0000000000000037d2b2915a048fc4e20726e059baa5a317f109af5f01ca28f5 506 0.20/1.00 vMB 143
254,739 254,739 00000000000000287a90a483f2949e802571d60ab998ca754620dc9b7c72e523 176 0.08/1.00 vMB 147
254,738 254,738 0000000000000000193f0908548ed5a36237a0a6f9fa480d79d107d31eb329d2 144 0.06/1.00 vMB 129
254,737 254,737 000000000000000bab1f02e13db2bf1086b5b4c0ecdbc23a7d8bd20414fcc56c 299 0.15/1.00 vMB 121
254,736 254,736 000000000000003dd5b1bef8a93359f5cd95da05acd04c745dd2779533092e34 311 0.12/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 779.87 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: 446.64 GB
    • Received: 2.45 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.