Loading Tool

Explorer IconExplorer

Memory Pool

45,479 transactions
28.97 vMB
0.13586505 BTC
Random Selection Loading Transactions
Max Size: 150.89/200 MB

Candidate Block

Mining Attempt fa238a70b680b2a4c1d886808ff33f6b2395dac51246cb6ecbf9dd2c91c3f176
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 7af5b2e94330b7b4306870a05192c7d8cb74ae704559af78c40faa81a9a17d67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.04082321 BTC
Feerates: 150.75 > 4.09 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (418,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,675 496,675 00000000000000000029a637f84d668025d92443df6ab79e386439a9d2effa21 2,169 1.00/1.00 vMB 155
496,674 496,674 00000000000000000014cb8f9726270325d827644069067ce73f8a4c1cb45fdd 1,989 1.00/1.00 vMB 164
496,673 496,673 0000000000000000008a3ceb5c19db8ca68dc78805a6a110a833492764e4b4a8 2,677 1.00/1.00 vMB 170
496,672 496,672 00000000000000000093df6730cb04b1845cb1f6761a6febf3b7a6c8d6b57037 2,677 1.00/1.00 vMB 211
496,671 496,671 00000000000000000041229b6bed3853e24f4ade940a8cc35e839a667689dafa 2,504 1.00/1.00 vMB 188
496,670 496,670 0000000000000000006263094f6a9cb7e6cce72ca62cdca06dcb58197ab9a40e 2,175 1.00/1.00 vMB 246
496,669 496,669 00000000000000000034d902bf7ac7be7e23ab2cc69a5d5413bafa558d11e456 2,146 1.00/1.00 vMB 135
496,668 496,668 00000000000000000071c5368b8e49cf249e8eaa94ce10b52ecd21a59d6a0f2b 2,279 1.00/1.00 vMB 107
496,667 496,667 000000000000000000bd84a6bb516300376fdad510c10b9a1a4ddd500539044e 2,272 1.00/1.00 vMB 138
496,666 496,666 000000000000000000332f241544c87892baa61f20cace579d766a1ded120106 2,788 1.00/1.00 vMB 145
496,665 496,665 00000000000000000058c017301ae671d74745b3cb43ed7bd5fb406ec9d85cc9 853 1.00/1.00 vMB 172
496,664 496,664 00000000000000000099fb62f5957f7e240b12e2fc8f300bff230d9b2623f7e9 1,688 1.00/1.00 vMB 215
496,663 496,663 00000000000000000098a980344021a137d278b702129e9287ac1c69cf8f9b09 2,454 1.00/1.00 vMB 197
496,662 496,662 0000000000000000003de8c5de3ddc2a8248eac4e3564e2891b07d6439985c6d 2,242 1.00/1.00 vMB 109
496,661 496,661 0000000000000000003a029871c1cc0c1db3bf3950ea53a08d2237911ace4961 2,007 1.00/1.00 vMB 106
496,660 496,660 00000000000000000009932909a8c98344707ff2fa2b97423060d27e5b36e892 1,031 1.00/1.00 vMB 55
496,659 496,659 00000000000000000044797f53fea2f1bdaf36a2ee20f6950fb8f46c0a369a67 2,709 1.00/1.00 vMB 87
496,658 496,658 00000000000000000016d564a1553a1c92fd4fae092c7eedef87dd4a0e81d265 2,556 1.00/1.00 vMB 146
496,657 496,657 00000000000000000069e01af461637f2eb85fe7c9d07049e3bd3ac7822b312d 2,547 1.00/1.00 vMB 140
496,656 496,656 0000000000000000009a91ab066edc8f4c3a2bacee0e6ab39d7cd7c916b4a148 2,462 1.00/1.00 vMB 195
496,655 496,655 000000000000000000ab3881b3cf099c87a2989c0cd610a0316c0297ada35287 2,172 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 781.88 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.03 GB
    • Received: 12.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.