Loading Tool

Explorer IconExplorer

Memory Pool

27,404 transactions
6.81 vMB
0.06159746 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.97/200 MB

Candidate Block

Mining Attempt 3b03b3588ce2a24dbb0fb54430e8c1b6e166370bd57bb6a179516e3651e0fb1c
Version 20000000
Previous Block 0000000000000000000067621bbb9a1b2337ec4522dbfe05db5ae7a1976e2a09
Merkle Root 9b3b6a3bd0c7eb7339d4e40f370696deab1ec4afba17918225e73bb3aaf06150
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,624
Size: 1.00 vMB
Total Fees: 0.03699071 BTC
Median Feerate: 3.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,181 (711,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,918 201,918 000000000000055c59498e2f7672cd8e644575fbccc20af61ad110a08f8a6c63 0.16 MB 354 128
201,917 201,917 00000000000005420e1b41d428c9cdf24e935ee766b7fc33fd922333163b4d57 0.02 MB 57 143
201,916 201,916 00000000000004316bf59248a0a6ddcaeff424dd30fd8c46a458c9032427e0fa 0.17 MB 455 137
201,915 201,915 00000000000005474383f298c63f91fe9c0fd82e14e7f03107e0121ed3c144a4 0.06 MB 198 87
201,914 201,914 00000000000003e234768bdf0dca86fa152e4968c6b2d6e68a4ad1ec0f71582d 0.02 MB 84 109
201,913 201,913 00000000000002bd0b1952ea2bb9c4efecdb5fd2b6ac18a3ef9406d374a1cdb3 0.34 MB 732 448
201,912 201,912 0000000000000346f284040328812d145cfbd0f582cccf35b5b42769a2f485db 0.25 MB 258 99
201,911 201,911 000000000000057a4584302585fa12142ce2dfa1c49400057ae76b38858ad41b 0.21 MB 464 139
201,910 201,910 000000000000025acb4bb19529d587744cd0e8a4fd5bc82b1b1e827f54395a3c 0.05 MB 149 200
201,909 201,909 00000000000002b496caeba9ea6b07ab333294f6e1a24b12a45b9689522e8e90 0.02 MB 38 107
201,908 201,908 00000000000005328c46b84072035759c6db2df833a63538e8b1ab0528494240 0.00 MB 12 155
201,907 201,907 0000000000000133e7eaf11dcdbdf694e8ae971b745a061da8c723d4958e709e 0.01 MB 40 143
201,906 201,906 00000000000002ea04a55ef7dc0b5e75e928ac4095e6df54e11c5b82a8040ddf 0.06 MB 118 124
201,905 201,905 00000000000001e32ad98248a1fd29efbab41238c7e0a85f6f48fbfeced1b5e4 0.02 MB 36 130
201,904 201,904 000000000000028f404cb10f71fe181b67cc369ce99d699864e6ebf520b6af89 0.17 MB 453 166
201,903 201,903 00000000000000c5ee4afe2d890db02a018b428608747a20dc781810e9e9f48a 0.03 MB 94 39
201,902 201,902 00000000000004ead2e21c87a0b8c381f8e4aa9d6982fc521808fdb42d184d4e 0.11 MB 309 147
201,901 201,901 00000000000000f3f9bc7313ffe349402e76e8fbc655960865dc9c8e798d9f65 0.00 MB 6 162
201,900 201,900 00000000000003062906bec4e7ff64efce341bd2b08a72fd45ef3688985dc21b 0.04 MB 90 134
201,899 201,899 00000000000004978b0008b9d6b552926a77dee370f2cb1ab37677492dae25fb 0.13 MB 365 219
201,898 201,898 00000000000001477ed52ae2e472b5efff9c0b24213d99d8dc6694db149b6a02 0.01 MB 33 375
Previous 10 blocks ↓
Total Size: 779.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 56
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4.92 GB
    • Received: 0.19 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.