Loading Tool

Explorer IconExplorer

Memory Pool

83,738 transactions
31.55 vMB
0.09704688 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt 0fe633bbbf379b9885b9f0726ea679ef7583fa73b0a9a3da07c2807ab1372881
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 5d18dfd10625764ca3b9ec45f2681e11a965d0c0d8c44bdc077f09512872ea7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02402660 BTC
Feerates: 73.20 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (435,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,242 479,242 0000000000000000002339303464c05d0a9b10e7b147f72b530beddae7f32610 314 0.21/1.00 vMB 105
479,241 479,241 0000000000000000009f488ae8951c1cb91679aa13b537aa8c6647202da4d899 1,999 1.00/1.00 vMB 28
479,240 479,240 000000000000000000d3d8f3b0d30c8d9153dc58c4279d21491d3d1a01665a27 1,842 1.00/1.00 vMB 45
479,239 479,239 000000000000000000844d6d01ccea62e21726f5ae8696f8766d2f3d14864998 2,071 1.00/1.00 vMB 123
479,238 479,238 000000000000000000b866762b4fa4cf8024f340c87913c005246f79f03a612a 2,292 1.00/1.00 vMB 149
479,237 479,237 000000000000000000aad9e6f957d9e1651d7af81ea36f5a5f4e2632777e58e9 1,581 1.00/1.00 vMB 159
479,236 479,236 000000000000000000401a3ef8f0b1e680f25b609093bb4e6b10afc7eb8e7234 1,676 1.00/1.00 vMB 43
479,235 479,235 00000000000000000108a83390458ab0d46122697ec6352586d51f9349e77d18 1,232 1.00/1.00 vMB 99
479,234 479,234 0000000000000000002c801a91ffaa6023324109d7b2483b3941f00a76ba09bb 2,361 1.00/1.00 vMB 111
479,233 479,233 0000000000000000000b8269c82f408e7bd50432a2d6013b3a863a0f0231ff1f 2,534 1.00/1.00 vMB 149
479,232 479,232 00000000000000000037d8805fe10dff01086015b3163c9e454d6c6482b52378 1,479 0.95/1.00 vMB 13
479,231 479,231 00000000000000000056dd4be361686c8a8e71f9a369ecfbcdb894041f9f2c5f 2,393 1.00/1.00 vMB 125
479,230 479,230 0000000000000000002b84d96d7823cd6deb853ecfb712647eed9de9027a1733 2,279 1.00/1.00 vMB 85
479,229 479,229 000000000000000000d21b71388ce979641eb1d877ccd924f68ccc6ea19d7d48 1,979 1.00/1.00 vMB 84
479,228 479,228 000000000000000000b368ab252880f9756d7e55013c2b08a5dee8b90e2213d0 2,249 1.00/1.00 vMB 134
479,227 479,227 000000000000000000c3eaef58675dc2ee0c8beb9c3d89bc9cd6ad030af81259 943 0.63/1.00 vMB 42
479,226 479,226 000000000000000000021bd5f2e40f1607d9cc24bbfd2ce1dd77e85080747d34 1,755 1.00/1.00 vMB 44
479,225 479,225 00000000000000000012117954e26c325e11799902a7b24a23ca79525b9ca103 2,741 1.00/1.00 vMB 146
479,224 479,224 0000000000000000009be290ecfe3a71b227f26f381c45bdf049e615efabb967 1,727 0.99/1.00 vMB 74
479,223 479,223 00000000000000000096875ac0af9a22e741d13fc1d91d0d5338669c138f4887 1,496 1.00/1.00 vMB 21
479,222 479,222 000000000000000000febcc4428b93c8750ae519e085bf1868e1fabbfb15be8f 1,879 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.78 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: 709.68 GB
    • Received: 16.95 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.