Loading Tool

Explorer IconExplorer

Memory Pool

73,074 transactions
27.04 vMB
0.06058442 BTC
Random Selection Loading Transactions
Max Size: 165.12/200 MB

Candidate Block

Mining Attempt 644999c322e14d126b64a042d320dbba245428d8b717b5eaf38c85a4b6a766f4
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root a4d1be380cc057af419cb3a8eca2ae6ea74fb2916df29be4365a7f5f9cade36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.00331127 BTC
Feerates: 26.12 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (65,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,943 849,943 00000000000000000000e2b92e18f028557440a29cdb6aa20c71d270145bef1a 6,719 1.00/1.00 vMB 9
849,942 849,942 00000000000000000000f2d01495efe2be376e6d8d9243a036594e7392155a35 5,307 1.00/1.00 vMB 9
849,941 849,941 000000000000000000016913cafc8a24b401b938f54a73df808a5941d6a86642 5,996 1.00/1.00 vMB 9
849,940 849,940 00000000000000000002740639718a30f13753a69cd4a01f7cd9bbc65df97b44 5,732 1.00/1.00 vMB 8
849,939 849,939 000000000000000000009614374f94a59b8e1190feb48fd9f570f04a78e13e8b 4,153 1.00/1.00 vMB 9
849,938 849,938 00000000000000000002516f3513af26c38e431398db36ba6e0123a5041f3644 4,378 1.00/1.00 vMB 9
849,937 849,937 0000000000000000000352c2d6ea4f02ec152ee1c37cd02b250091575a7c2b3c 6,331 1.00/1.00 vMB 9
849,936 849,936 000000000000000000011b0a9eaf4e79c2119d2a6301a4d77ddc654ae52f4c58 5,385 1.00/1.00 vMB 8
849,935 849,935 000000000000000000018ddcb546efd4274bb5657730872acc8928dba0e684d7 6,335 1.00/1.00 vMB 14
849,934 849,934 00000000000000000001900ed25d57f73edd5b37ec174772a30bf50992fcff34 6,623 1.00/1.00 vMB 10
849,933 849,933 00000000000000000001a93be3058ce084f8901e7782b5af638c9733327b781b 6,488 1.00/1.00 vMB 9
849,932 849,932 00000000000000000001e2c63e1b94323e2ad6106cbec87ab521d3df9515070d 4,801 1.00/1.00 vMB 9
849,931 849,931 000000000000000000008cf83f6691cb89e74ecc75a2b020635f45b8ec073f7f 3,847 1.00/1.00 vMB 14
849,930 849,930 00000000000000000000a3d23b031fbe1901cecdc51616b58db06f529affb96d 5,713 1.00/1.00 vMB 9
849,929 849,929 0000000000000000000094a60e46da3fcf402bb7bfa0af8b30da72f2615a29f1 5,302 1.00/1.00 vMB 11
849,928 849,928 00000000000000000003133126afdc236f083f8645cf8a3ad4459b28c4cf628b 4,445 1.00/1.00 vMB 9
849,927 849,927 000000000000000000022fc1bf738d47b76d4aa5e01c4b6160643cf9d357cfa7 2,708 1.00/1.00 vMB 8
849,926 849,926 00000000000000000002e286645e3081ded76c8d82b2f79b34e273362334cf40 4,735 1.00/1.00 vMB 16
849,925 849,925 000000000000000000032b394e7aaa7f4d2a9e5eb21c705f8d9e0535a603f671 3,336 1.00/1.00 vMB 17
849,924 849,924 00000000000000000001ae7e1a3557ee3ac15744b8f2b4028364f79d8ec35d63 4,924 1.00/1.00 vMB 12
849,923 849,923 00000000000000000002bcba9f7bd438ae9611b52b630f6de7000a48e580036e 3,679 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.