Loading Tool

Explorer IconExplorer

Memory Pool

76,451 transactions
28.49 vMB
0.06729769 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt 6d711aa2045972534e582fe72a73c07482be3c76d9d98a6b98902456aeacfb50
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 49122a43cec2851a8eb7b28c77d34cddeda52156acc70a637d14b29d63f45688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.00831154 BTC
Feerates: 71.79 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (421,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,852 493,852 0000000000000000009128d188bc9f453068831988a9e53a938eaf8f831df742 2,341 1.00/1.00 vMB 265
493,851 493,851 00000000000000000008d77d3b523bbee713d788b3ed207dfff6378f0e8130dd 2,446 0.96/1.00 vMB 221
493,850 493,850 000000000000000000983223f14ec2cbbe4fb333feb76181657c392b64de513f 1,839 0.96/1.00 vMB 244
493,849 493,849 00000000000000000048f757daae35974b3d5a9435e2bdebc496885ef6dfc923 2,500 1.00/1.00 vMB 250
493,848 493,848 000000000000000000490471233b84b85c0af0e15a764c7953996ce976faf74c 1,923 1.00/1.00 vMB 281
493,847 493,847 00000000000000000029bcc2049011814b2bc2a10f14e1a1f73d828402cb2a7a 1,944 1.00/1.00 vMB 233
493,846 493,846 0000000000000000002eb19c91a33dfce6029300339aab2905b30d342e9920e8 1,740 1.00/1.00 vMB 250
493,845 493,845 0000000000000000004167cad6c59a62ea6eec321ea884fffd3df1cd6f69c1b8 2,561 1.00/1.00 vMB 309
493,844 493,844 000000000000000000a7d38c607494231c32aafaec4fcc837de33213d15461bc 2,218 0.90/1.00 vMB 284
493,843 493,843 0000000000000000009440f61231bc728b16a073456bdffb606c2e084c7ce34a 1,504 1.00/1.00 vMB 265
493,842 493,842 0000000000000000009d6d5837ac2492da1980502751c7bc2cdba9e937c839b9 2,457 1.00/1.00 vMB 337
493,841 493,841 0000000000000000009069375066acaf3b5f50b87a032a9aa0f2ded7bb6c4ab7 2,197 1.00/1.00 vMB 323
493,840 493,840 000000000000000000105e12640e24fae77ad51a9734892b14779f02b9e35aa0 1,992 1.00/1.00 vMB 318
493,839 493,839 0000000000000000002befdf853634c29447d9e3df06cec1194b49e9304c6b6b 1,311 1.00/1.00 vMB 327
493,838 493,838 0000000000000000001546a8d11a6860cf403e3c63fc720a47f0ec2c3c0a76f4 2,300 1.00/1.00 vMB 213
493,837 493,837 000000000000000000022b0cf2a9b1d65e2228aa4e4b2080de463e8e81d272cc 2,626 1.00/1.00 vMB 175
493,836 493,836 00000000000000000057a65b54e2530cc5f4ff4a66ad4074d87c3956295839eb 2,119 1.00/1.00 vMB 270
493,835 493,835 0000000000000000002dd12aab8fa0c2b6b370de52c3f17d9c5a8a4ad4275a88 2,238 0.95/1.00 vMB 319
493,834 493,834 0000000000000000000fc44ef26463d0b2d0849c9ffe7450ecdbad3966434ad4 2,584 1.00/1.00 vMB 173
493,833 493,833 00000000000000000023ac583bf812c9679a9849545734685cfd96f9694bb62b 2,834 1.00/1.00 vMB 236
493,832 493,832 0000000000000000006747f674b86424f1f03f66f8cd6fd7e24db5eed7002567 2,233 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.