Loading Tool

Explorer IconExplorer

Memory Pool

25,376 transactions
12.59 vMB
0.05676243 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.92/200 MB

Candidate Block

Mining Attempt 58ef3051dd144b9b8b95f420390cda54bdaaf75e2e7728746c095799457873bf
Version 20000000
Previous Block 00000000000000000000ad53f42100f4103d16cb72d17c137ec47970d77221e1
Merkle Root 9e36cc4731e736b61a49441087c32e6446fe67cfce4f259d5906a9d8593c4ecd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 0.9979275 1.00 vMB
Total Fees: 0.03239800 BTC
Feerates: 502.65 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,710 (747,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,149 166,149 0000000000000539aa011b9dd6f7d3700414d5c3f7c19661fec18ceeef3e2694 35 0.02/1.00 vMB 76
166,148 166,148 00000000000009ace94ed932ac6d4aea849dd52c44b54f24bade46c9a46e6b43 36 0.02/1.00 vMB 55
166,147 166,147 000000000000044c9cb1f5fbdba180d09fc38981ad7e6fe944a1cc4faf71774a 42 0.02/1.00 vMB 136
166,146 166,146 0000000000000627ba16bf3c0b115cda49818c1279b0c7b670b5c8f6e001a498 67 0.02/1.00 vMB 167
166,145 166,145 000000000000050ab94e3a8e368099b3ecba742cefa749c617e8fbcc8fb8dd48 1 0.00/1.00 vMB 0
166,144 166,144 0000000000000b7e968f7a489af56f7e71457da2885b169d68380e0e7c8e4636 17 0.01/1.00 vMB 185
166,143 166,143 0000000000000288a88b830bc6205fe4f14cfd0553c08f5711ca968b0531d60b 93 0.05/1.00 vMB 60
166,142 166,142 0000000000000bf2a44d021ff7aed7b8d7a37dfef3863846ee28aa799fbededb 68 0.02/1.00 vMB 79
166,141 166,141 0000000000000b7b28a211e9505b0d2afcaae4551c1010ee5d4ba7d3294923c0 39 0.02/1.00 vMB 53
166,140 166,140 000000000000054406dc0c464ae855352a61a7f868b1954663f05a33bcd8e7df 52 0.03/1.00 vMB 46
166,139 166,139 00000000000005b0063fc9435be1cb5b84a247761d79d4d2cbd7db2f847b960f 33 0.02/1.00 vMB 68
166,138 166,138 000000000000081f51a07302f9be8d19987522b9d5f4b1bcf0fdd3f022de8217 56 0.02/1.00 vMB 102
166,137 166,137 0000000000000b91dd8501e9504869624a64019ecec87de0433aad6fa6912d31 8 0.00/1.00 vMB 393
166,136 166,136 000000000000046cd885c0274bfe646a7ea12214c23c90b749feddbf9e1a3ffd 31 0.02/1.00 vMB 186
166,135 166,135 0000000000000bfe27467e66641b09dd77213555dec6560e7834db05c7139f23 2 0.00/1.00 vMB 4
166,134 166,134 000000000000016fd858020e5e0e9329cd9895ad1e111bc3abdb4d9419a2c387 12 0.01/1.00 vMB 322
166,133 166,133 00000000000006e065a5e374abdec28a081e81da93ece18376c7939776ced620 1 0.00/1.00 vMB 0
166,132 166,132 000000000000038c29f1f9e5910a542bc96282f01aa3e786c05f99fc2625641a 69 0.03/1.00 vMB 111
166,131 166,131 0000000000000b2a376ef06e720ea4a09d4e36d056409ca3724121135d54252e 75 0.04/1.00 vMB 164
166,130 166,130 0000000000000bef76aabb559c0a82502777e99250f6509b804e2fe3efdf3888 6 0.00/1.00 vMB 42
166,129 166,129 000000000000085221bbdcd946fb26e0edbd67e390a2c8969a133fa3c0f33fe8 72 0.04/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 780.11 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: 496.70 GB
    • Received: 3.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.