Loading Tool

Explorer IconExplorer

Memory Pool

39,760 transactions
25.88 vMB
0.05346958 BTC
Random Selection Loading Transactions
Max Size: 134.45/200 MB

Candidate Block

Mining Attempt 7c40f122ab13285f6a4772b81a515a49571a94dc54e4a72fa5fb7f80bc53a1f0
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c4dac673256375f3122bf976e7de93ec50658c6efabf36f377661b347e43bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,047
Size: 1.00 vMB
Total Fees: 0.00647442 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (120,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,866 794,866 000000000000000000033b8d674813767b2d1a7f6bb0568bdbdebd2273b08647 1,143 1.00/1.00 vMB 13
794,865 794,865 000000000000000000020829bed823b32eade137a54db0918effb018b2cadbec 1,179 1.00/1.00 vMB 13
794,864 794,864 0000000000000000000243856db5163ccfe7619d7b660d34985d16147727ac7d 1,225 1.00/1.00 vMB 15
794,863 794,863 00000000000000000003369fa7d3835c6f28e03ef44f94577714076f1e74fd1a 1,972 1.00/1.00 vMB 20
794,862 794,862 00000000000000000000964fa04420023fdaa5c4ba0547a4d6bbb0fb4bd9e1d3 1,437 1.00/1.00 vMB 17
794,861 794,861 000000000000000000055cb60cdbbc3796893df47c3b33cb2934a851f4a41368 2,961 1.00/1.00 vMB 28
794,860 794,860 000000000000000000045f4d7f01a96f440b05c81efc586389bfdf4c3f631c76 2,038 1.00/1.00 vMB 17
794,859 794,859 000000000000000000017eb780c86f1d29c2bc92ade32f4ae091cbd79f058b30 1,618 1.00/1.00 vMB 18
794,858 794,858 00000000000000000002e338d40c7414e2835b1df04b7e0f8cdd32a4a1e2a24b 4,140 1.00/1.00 vMB 20
794,857 794,857 000000000000000000039c55172a63f4c6c283082ec707d24e94df22848bcf2f 1,151 1.00/1.00 vMB 13
794,856 794,856 00000000000000000005364864a7cee7bdfde1f05c357113914377c0570dd6a7 2,828 1.00/1.00 vMB 20
794,855 794,855 00000000000000000001d2cbdffd1c2ed1c1bcfa8c2a629ed09dde3bbed448a6 3,112 1.00/1.00 vMB 36
794,854 794,854 0000000000000000000474adec14d1c26e6f618a6ef5ca10e3dc7d3486b1097a 2,750 1.00/1.00 vMB 23
794,853 794,853 0000000000000000000161750569dfe8b56f9507c9871c62f2cc46e3e02aa196 3,398 1.00/1.00 vMB 23
794,852 794,852 000000000000000000013d0254c7c06994c20d6a20060653cffd4661137a88e0 2,865 1.00/1.00 vMB 25
794,851 794,851 000000000000000000040e90d0bb704dc53f6d54b250b584b38c66fce3e3468a 3,849 1.00/1.00 vMB 20
794,850 794,850 0000000000000000000034fb3c0b9d37833958e2b34b5a81275175f8e8b5f7d2 2,311 1.00/1.00 vMB 26
794,849 794,849 000000000000000000015d7a1d1fa8af652a6961444c603c6199873b89f43e38 2,333 1.00/1.00 vMB 18
794,848 794,848 000000000000000000008c5d9b4409be9c789e3a16da29dee04fb264c28dde4f 2,802 1.00/1.00 vMB 21
794,847 794,847 0000000000000000000342119b17979f25376ad4f9cb7a1a4fdec4b4a56ab55c 4,462 1.00/1.00 vMB 19
794,846 794,846 00000000000000000000d2ec24205379e96975381b738820d91ab28dce3df9d8 1,949 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.