Loading Tool

Explorer IconExplorer

Memory Pool

39,008 transactions
30.87 vMB
0.06857172 BTC
Random Selection Loading Transactions
Max Size: 154.17/200 MB

Candidate Block

Mining Attempt 183efac5f30a582f3e280a4cc01f51629268a32567da9be0ef14842ea834a4df
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root b13fe7dae0e4c466edb6d0ff2e191886b01b21cbe5c6311d589850330c7e0f64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 615
Size: 1.00 vMB
Total Fees: 0.00585653 BTC
Feerates: 74.81 > 0.59 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (732,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
181,920 181,920 0000000000000462850a1f145a6770b11e4147f868db95c7d796ae16ef7a9bcc 239 0.08/1.00 vMB 153
181,919 181,919 000000000000048eafc216a4b55f5cf2400786925e01d611bcf7964465de13e9 1,322 0.50/1.00 vMB 123
181,918 181,918 0000000000000673a103163767016a4ed4b41a5975e7f09803ecfbb50135329d 135 0.05/1.00 vMB 125
181,917 181,917 00000000000007f83e0ebf876d0023127ed9e8da044c47c03f86129aa7bbbb9b 132 0.05/1.00 vMB 138
181,916 181,916 0000000000000a64b16347e1cfb8401c4256886ebff2bfb29dceb931c740302b 161 0.11/1.00 vMB 81
181,915 181,915 000000000000027f37d456fa9f4a2d501f44ab5de078abfa5dd07cfabfd6ddd6 6 0.00/1.00 vMB 35
181,914 181,914 000000000000002114d2a7b36439e6771a0fd5de3cffe45418ec92956f2b40b2 117 0.05/1.00 vMB 95
181,913 181,913 000000000000089a38bbdabd3e9574bbc8d5b20d1de93de25ce3495af187c56e 153 0.04/1.00 vMB 49
181,912 181,912 00000000000000a2e56d7ae47a6c028fa77c195a57f93218d26ee225e1628250 943 0.40/1.00 vMB 139
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.