Loading Tool

Explorer IconExplorer

Memory Pool

51,147 transactions
29.06 vMB
0.07916653 BTC
Random Selection Loading Transactions
Max Size: 155.52/200 MB

Candidate Block

Mining Attempt 8205e97b3248db3c3d6c4d6c67a647118d6d61d0e4b0cea9ccc1a0c15c1bd656
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root b2e3bbc0d677a41788f5dc8d4ecc2e28777546cab985e829495c8163f3aa1415
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,732
Size: 1.00 vMB
Total Fees: 0.01344235 BTC
Feerates: 40.21 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (421,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,638 493,638 0000000000000000002c31e36522a472902872e4b85130ac30ef3dfbfd751291 2,227 0.96/1.00 vMB 253
493,637 493,637 0000000000000000007d3f8b7684ed2fd2071ccb344bb7da175facfc4d0722d0 2,275 1.00/1.00 vMB 207
493,636 493,636 0000000000000000002356735ef42c66ac1827b0dfb70cf9c7a29b6131e06f48 2,520 0.96/1.00 vMB 272
493,635 493,635 0000000000000000007123918f0f9d00db44243fddf6b20838d126d6239422fc 1,989 1.00/1.00 vMB 207
493,634 493,634 000000000000000000657f34e3f277f21af226c3fcf4c5f3003c2a31e440418c 2,570 1.00/1.00 vMB 265
493,633 493,633 000000000000000000a07e8ec400e8a29438b044c8cdada9f40cba368ef8919d 2,749 1.00/1.00 vMB 306
493,632 493,632 00000000000000000051ff17e1a3798918dc8475f95f9ec9369b32b3dc3c5186 2,119 1.00/1.00 vMB 69
493,631 493,631 000000000000000000bfd47aa9da91b5f00b9983f6d4e46642efd165ef865231 2,326 1.00/1.00 vMB 71
493,630 493,630 000000000000000000b0a2882f4267654955a867b41ab4fa85d4792adbbe18e2 1,320 1.00/1.00 vMB 112
493,629 493,629 0000000000000000000feb6b7b4c43de28229e0ca3c56d75e4dce58f5cab0c1d 2,368 0.96/1.00 vMB 249
493,628 493,628 0000000000000000005fa464dcfa2861c5f66a64aacd4423cb590262190c68d6 1,858 1.00/1.00 vMB 196
493,627 493,627 0000000000000000005eb13f36f67d27955a9bcdf11df2c870d43e7a527a1950 1,901 0.96/1.00 vMB 234
493,626 493,626 00000000000000000064718f90fb90691d2d142918088142fb8f6244ca4ef401 1,893 1.00/1.00 vMB 78
493,625 493,625 000000000000000000223f242d4df5301af45f8c4615b3f56ba47107021c6805 2,004 1.00/1.00 vMB 141
493,624 493,624 000000000000000000bf0998ce90201f4d6bad922767a4688c872394da628b36 2,246 1.00/1.00 vMB 172
493,623 493,623 0000000000000000004761f6a803b2df06485c85b8da4dfceb28b452656af6b4 1,802 1.00/1.00 vMB 138
493,622 493,622 00000000000000000088f3281aade4b73bae3118d049456e5e01b1ca9c65a439 2,048 1.00/1.00 vMB 17
493,621 493,621 000000000000000000ab7229619d42beeadb5e684d012de6dc975779b9a9325f 2,115 1.00/1.00 vMB 199
493,620 493,620 00000000000000000093bbed8939d804bfcfce2a56c4a30a263452606548ee6a 2,075 0.94/1.00 vMB 95
493,619 493,619 000000000000000000b8018735234069e91e906b506ff2aad68a7a8479013b60 2,134 1.00/1.00 vMB 152
493,618 493,618 0000000000000000004ca95fe030832082a10e961c1bc767e3617e5c3dc73b9d 1,889 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.