Loading Tool

Explorer IconExplorer

Memory Pool

45,940 transactions
27.70 vMB
0.07661524 BTC
Random Selection Loading Transactions
Max Size: 146.61/200 MB

Candidate Block

Mining Attempt f73dd14fc428b131c7b43cd611af1c8d3e1f05075fdd22a06218fe1e8f44d61a
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 944e88cac1298f6de182b72eddb9f74b0727e547ecf54ee5f810cd3097658c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.02435635 BTC
Feerates: 502.65 > 2.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (307,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,894 607,894 00000000000000000014adf86b9633b229582687f022a5e02ae509df1fe2f3d7 2,892 0.91/1.00 vMB 12
607,893 607,893 0000000000000000000411cfd2943333ac39f4bd5af80eae38c9a51fd92edcce 3,022 1.00/1.00 vMB 21
607,892 607,892 00000000000000000004f311889e2eab4124a8d04a9ac211630c169d0b50e202 1,503 0.44/1.00 vMB 18
607,891 607,891 00000000000000000014c95383088dc7876ab912cd10923f6e632c8c76f4bf70 661 0.32/1.00 vMB 21
607,890 607,890 0000000000000000001278b77d5ea0a013a729a516b97cdc152153a21d3bdcef 956 0.49/1.00 vMB 24
607,889 607,889 000000000000000000128e8a0fe71223d38c588a13dcbb7ccc73b9a8e052df3c 1,150 0.34/1.00 vMB 18
607,888 607,888 0000000000000000000e5aa66b38c06cc2891f18a3c05ecd917f8e43a9e18ce8 2,760 0.92/1.00 vMB 19
607,887 607,887 000000000000000000086a0ab94080fce673e7187f8d8cef6def1714adafe9cc 1,167 0.36/1.00 vMB 20
607,886 607,886 00000000000000000011bebac6e622c0aec657454bf8edc271555a2044c5e8e4 377 0.34/1.00 vMB 8
607,885 607,885 00000000000000000014ccb4da5a0d39e3c9abe33a0481f717c3cba181c9df5b 3,314 0.99/1.00 vMB 20
607,884 607,884 0000000000000000000fa5f89a068cafe38150bbc43f6fac52ea72078c6612e8 1,932 0.59/1.00 vMB 18
607,883 607,883 00000000000000000002e462bc5506f4ef241e2681ce95783523dc683e23920b 1,967 0.58/1.00 vMB 18
607,882 607,882 00000000000000000014bfc45678b6d1568977408926102a0ee0ad7c8bcd5c73 1 0.00/1.00 vMB 0
607,881 607,881 0000000000000000001508da9aa58f9a0e98a8d5cf3e836320c7d9562ce85fbf 1,441 0.43/1.00 vMB 21
607,880 607,880 00000000000000000001703919e6a3122fc034c2eb40484e4b82c3e619a6d7e3 287 0.07/1.00 vMB 21
607,879 607,879 00000000000000000004baa1ef62fb6f96cdb4552c7fd6edca0321b46808501c 628 0.18/1.00 vMB 22
607,878 607,878 0000000000000000000388101d01a257e49a46a91a71ef37df70028eb3fa6f7a 51 0.01/1.00 vMB 31
607,877 607,877 00000000000000000015654854f9b228abb30d2c95802d9c67dfbd2d90ef4e89 2,303 0.77/1.00 vMB 23
607,876 607,876 0000000000000000001571d5eaaf51f02e0fd121d1fa25460fa9d4f97b56bc71 2,251 0.78/1.00 vMB 3
607,875 607,875 0000000000000000000cbc1940add2bd4019d470bccb560b936e797b616f37fd 3,063 1.00/1.00 vMB 16
607,874 607,874 0000000000000000001564db9ba0738468b3d4f6077d2bd96143e35b9f2ad7f4 2,765 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.