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,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
181,925 181,925 00000000000001f1eb4bd61d8d4ec012a2d072a1676eb93d441f5ff51abf5959 19 0.01/1.00 vMB 28
181,924 181,924 0000000000000021962e952bc4b113b9e86795f9923a321e0422464356972652 127 0.05/1.00 vMB 132
181,923 181,923 00000000000008e683f1a2e48f3b05b4aede5c5acb9edcbcbb55a1583d2dbf0a 132 0.05/1.00 vMB 156
181,922 181,922 00000000000003b237a0b1f6cab63aa0e1e73ad9a93fb2d8f266f8aff8b2832e 104 0.05/1.00 vMB 135
181,921 181,921 000000000000055aca04d6b4c1ca65661912543dcd9af4ba77dc7f024c3ddd89 101 0.05/1.00 vMB 82
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.