Loading Tool

Explorer IconExplorer

Memory Pool

35,421 transactions
28.80 vMB
0.12089758 BTC
Random Selection Loading Transactions
Max Size: 143.16/200 MB

Candidate Block

Mining Attempt b67d4e743e9d0240593918c73fe6138ed58c0cede02b7b6ee89df6fb9ee5b71b
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 4e784dab9b910b7b4667f3b39e42e9b697a2bae9e83d1b9356a484b4dcbd08c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.06295177 BTC
Feerates: 208.44 > 6.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (680,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,946 233,946 00000000000000dc803e05ed7d4257ad61320dff92fd6bad701de2a6a8f48857 57 0.11/1.00 vMB 98
233,945 233,945 000000000000004895f9166c42c36c0f7d62c9ee6b1d3f073f23e4c759d5e826 368 0.19/1.00 vMB 161
233,944 233,944 000000000000011eead069ed281d213cc037d674840facb772f305f783dd9dff 260 0.11/1.00 vMB 180
233,943 233,943 00000000000001a5e28bb1e9aad40f846d66fb7911c0db4dc32a039bb168a237 151 0.06/1.00 vMB 205
233,942 233,942 00000000000000bd7c5b354223aaa13a5feed5061b41b54998bb8d948cb8b438 310 0.09/1.00 vMB 101
233,941 233,941 00000000000000180c1082a1910eb7b73518ff6ce433f8b464576cf2c3a7be86 73 0.04/1.00 vMB 162
233,940 233,940 00000000000000bc1b3f729c520520e5050a3ffe27e939711c1c4cef802b7d29 16 0.01/1.00 vMB 55
233,939 233,939 000000000000008cb96a94741f2e60003decac7945959aa032a3f4094d838362 381 0.16/1.00 vMB 176
233,938 233,938 0000000000000190f58da45715d121037af58288627b3bd44e62daa4ac7eeda5 561 0.23/1.00 vMB 185
233,937 233,937 0000000000000072482fd05c36bf5271e0a6d33f0aa2d40beebb9bbf58dbf85d 451 0.24/1.00 vMB 154
233,936 233,936 0000000000000192f0808e98b7317c566d4b8c31448ecc9a6190be34683f8ae7 227 0.10/1.00 vMB 183
233,935 233,935 00000000000000d6049d1c7afaf4d901eea9e38af59bade3b268e48819d625ad 564 0.26/1.00 vMB 191
233,934 233,934 0000000000000151317aff74c5c78b7d405daa97ad485c6967683b2d13b0859a 292 0.24/1.00 vMB 88
233,933 233,933 000000000000017455aca75af609ef107c5ef0ebc74bafd7b033a05f24363433 709 0.25/1.00 vMB 233
233,932 233,932 0000000000000102543aed5649549afd1d555d9c126434f35822f3a97dcb32c9 329 0.10/1.00 vMB 76
233,931 233,931 0000000000000170deb4cf055608836254eec24c3aeeeaac0a683695f3f6bd47 489 0.23/1.00 vMB 185
233,930 233,930 000000000000018c841c7f778eb6435b0ca45e12fd5e5dfa412e8086009c1eda 553 0.25/1.00 vMB 258
233,929 233,929 00000000000000cbfb97820e209b60b1e1c171afcd6f23d3b5aa8ce9573de3b4 5 0.00/1.00 vMB 67
233,928 233,928 000000000000008e9252aaa9c08e5a2f14cd1fefe0257681ec6dc54931f58e9c 337 0.16/1.00 vMB 182
233,927 233,927 0000000000000184e335a2d899ed972aca3a661a01243cf65ac8546d2c2f7acb 756 0.25/1.00 vMB 366
233,926 233,926 00000000000000e80654288619b9a362e2b4033be6003523b6fb1d02c4c775e7 397 0.16/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.93 GB
    • Received: 11.10 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.