Loading Tool

Explorer IconExplorer

Memory Pool

51,679 transactions
29.32 vMB
0.08121405 BTC
Random Selection Loading Transactions
Max Size: 158.59/200 MB

Candidate Block

Mining Attempt e3754fb4d304a75380977031149da380a5a92c34f49bbecc395eaa5d24ffdcd5
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0af1270f76d39de3681d0acfb2ecdf1f51cc6cc71a46a5940316b287acc089ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,188
Size: 1.00 vMB
Total Fees: 0.02506853 BTC
Feerates: 173.90 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (423,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,587 491,587 000000000000000000c1306cd9c553013b0b3a533c2a65204a084af47c51ea40 2,360 1.00/1.00 vMB 140
491,586 491,586 0000000000000000005c7af6d21b8f15a5c6166d9a27196f58ffff89279f736f 2,663 1.00/1.00 vMB 170
491,585 491,585 0000000000000000008d49f25f7dd5d3704575a348e030a1d2e5f396b3e80516 106 0.04/1.00 vMB 138
491,584 491,584 0000000000000000001e12da17ebc9b2aa97213c10c1c63f28db6d391c865e97 700 1.00/1.00 vMB 41
491,583 491,583 00000000000000000080cbd7e72833b09ebcbc003d8b1a6a96c588d626102723 651 1.00/1.00 vMB 39
491,582 491,582 000000000000000000176f07a53e46767df41993a74eea5dba8e9c17805eab44 3,182 1.00/1.00 vMB 14
491,581 491,581 000000000000000000a5b074bad7441c33d7d8f9d6f82742e0ee93388dec4634 1,176 1.00/1.00 vMB 35
491,580 491,580 00000000000000000052530880602cda9f5c6f41a2d41645e742091dd0efcf43 1,586 1.00/1.00 vMB 37
491,579 491,579 00000000000000000097ac19100aaed4a66fc67a9e62e3a0ca5ee5393492a3f6 445 0.74/1.00 vMB 10
491,578 491,578 000000000000000000b0444af67f7f60e6675069f41e18b2d11a6bf9a1818a77 1,034 1.00/1.00 vMB 35
491,577 491,577 000000000000000000a41e27dc1382e65bb0aea2e320564fa27e7e3c6f814f04 1,525 1.00/1.00 vMB 68
491,576 491,576 0000000000000000009962dcfe06a5142da0081a4905bf9e3709bc4f3073fc6f 1,447 1.00/1.00 vMB 14
491,575 491,575 0000000000000000001accc5e7d0f4edf3b05c7f8bc2b7aa817cd55f0cd13f33 842 1.00/1.00 vMB 48
491,574 491,574 000000000000000000126d251268f23fd59db738f069d786de6756d14563b377 1,670 1.00/1.00 vMB 56
491,573 491,573 0000000000000000001b906b1a1dc264ee43d2ab7fc8a20e5d2ccba6bb2918b0 1,912 1.00/1.00 vMB 110
491,572 491,572 0000000000000000008665df684f82cff108c25bc2060b67361434d3e54e8e62 1,666 1.00/1.00 vMB 70
491,571 491,571 00000000000000000010eee0f02f37104e40fe15aa88717b486eab095cf51075 2,192 1.00/1.00 vMB 146
491,570 491,570 000000000000000000769bc64f2c96b5661e06fc479fb0e60d079392b7ba7930 2,154 1.00/1.00 vMB 109
491,569 491,569 000000000000000000101ee48cf49f6ac4bd7caf47d47eb7783e2c757e319d4b 1,787 1.00/1.00 vMB 44
491,568 491,568 00000000000000000085bb54a76764203a02908824c5f5241918583a09a1f0f9 1,739 0.90/1.00 vMB 60
491,567 491,567 000000000000000000d40b59748950e763c79de08baa86ff9acb63b38edbc67a 2,527 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.