Loading Tool

Explorer IconExplorer

Memory Pool

39,109 transactions
30.89 vMB
0.06915294 BTC
Random Selection Loading Transactions
Max Size: 154.31/200 MB

Candidate Block

Mining Attempt ab31f2874e684f8a6aa0db56458c091c48cdefa2c7b9942b0677b63b4abbfa86
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root a095cf61c4ba41caab4f3e43954cbf46d1499e78f95438d6575fec73efaa2720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,116
Size: 1.00 vMB
Total Fees: 0.00647957 BTC
Feerates: 74.81 > 0.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (732,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,946 181,946 000000000000076e9f99e8be349355aa94a8e32cc28364d7b8cfcbd3e1baa965 321 0.15/1.00 vMB 125
181,945 181,945 000000000000096cfba2c918a7e4c649dccbc4bc742c5e54d936925babcf7a07 399 0.18/1.00 vMB 145
181,944 181,944 000000000000073a032d6692e031c8d4f2c869ffc5941e7eb0c489efb7e7623e 54 0.03/1.00 vMB 84
181,943 181,943 000000000000060c1fe19b1d7ff8985720f5995c2f3a937d974d1ec3e538fdb5 98 0.03/1.00 vMB 134
181,942 181,942 0000000000000034c85074d04a7162e0d2646e9a8ae3ee0b4e8e0141797ca31b 264 0.09/1.00 vMB 148
181,941 181,941 00000000000005210c54afa458eb9616bf90dc35f21ece13e553031d082981af 143 0.05/1.00 vMB 141
181,940 181,940 0000000000000967f830d8db506d5067532e1f1b68d0cb0cff7d4f058da1314a 130 0.05/1.00 vMB 149
181,939 181,939 00000000000006bb638ddfed4f5042557ed6fefcb985a800ff2406aed16d637b 131 0.05/1.00 vMB 130
181,938 181,938 0000000000000014d60a8561db997d3e1836496f8d598bbe1dd155208702c41d 11 0.00/1.00 vMB 756
181,937 181,937 00000000000004ecefe122e97bca0f288e264e1dd8c20bc2ae3d485807d58aad 29 0.02/1.00 vMB 165
181,936 181,936 00000000000007240ea8c0be18b2d694ea723a056f8ca9c54cbeb88a3fb5af7a 87 0.04/1.00 vMB 116
181,935 181,935 000000000000082ea599354e81727d665529d3f4aefebbaf4de5060b2833ce71 200 0.09/1.00 vMB 103
181,934 181,934 0000000000000349c9b71136e4ed9ae6ce9c325f4b684c2884b4e373a244fb5b 53 0.03/1.00 vMB 101
181,933 181,933 0000000000000615ee9e147cb380319f42dbc8666949abfb334358074f12a17a 97 0.04/1.00 vMB 62
181,932 181,932 000000000000018f0d2b05982c053084c2e1fe02136a9d86e77abc03b68e8628 571 0.34/1.00 vMB 158
181,931 181,931 00000000000004ca1e60247d4da3c6e7cfc5ecd3774d6267ac8b82d7dd23942f 429 0.22/1.00 vMB 130
181,930 181,930 00000000000009489059506c801a76571c4c2a2c46a3403350d6bf286c938a1f 9 0.00/1.00 vMB 89
181,929 181,929 0000000000000294582ed6ca7a754114ce5b45a9e37635b54e1bcb03e1dc194b 143 0.05/1.00 vMB 97
181,928 181,928 00000000000000901fc3b36af07b251dc8d782f028a165193a56013029b8acb5 23 0.01/1.00 vMB 72
181,927 181,927 0000000000000776bac4938c8bb85b5703225e8ae95ecbbdb7ca283107f405f0 173 0.07/1.00 vMB 116
181,926 181,926 00000000000007ea573e9016911fe580ac899ae1b52083c37aa4f6fe1eaa8f3f 512 0.24/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 781.62 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: 624.44 GB
    • Received: 11.56 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.