Loading Tool

Explorer IconExplorer

Memory Pool

77,983 transactions
29.45 vMB
0.08951097 BTC
Random Selection Loading Transactions
Max Size: 179.68/200 MB

Candidate Block

Mining Attempt 9169e9fb78fb2907c6d9ef86fd42f3383ba7e7edc4d35d38ec976e937648fb9e
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root ef3e505386b486986493ec3cdafbf6caef7590d918cf917a7a4b9a7a998271fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.02483071 BTC
Feerates: 301.35 > 2.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (575,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
339,871 339,871 000000000000000004dc1053d06497dad33363630562f4685f32924837e61800 1,604 0.87/1.00 vMB 29
339,870 339,870 000000000000000000f8047b1978064e9a1236da636f44b9f2b64121bee91da4 135 0.06/1.00 vMB 17
339,869 339,869 0000000000000000024fa8c9d5b7efcd1e76d1f0464f5db11ea1307d54e89e5a 635 0.37/1.00 vMB 23
339,868 339,868 00000000000000000909babae95729eab157dc1ca5074d13521ac036516cadd0 1,236 0.64/1.00 vMB 28
339,867 339,867 000000000000000001caa9993965e23827f3fcd2e3b3a64f53f69862ac19023c 121 0.06/1.00 vMB 21
339,866 339,866 0000000000000000035a001bb979873c799d2affa51047f80b87eba9d68e2fcf 401 0.23/1.00 vMB 23
339,865 339,865 00000000000000001794e7015ffb5fb7cfd404fdd6cdf5dddfe09ea207925893 56 0.04/1.00 vMB 16
339,864 339,864 00000000000000000bf4223fa082e9580746445eea4fef67be48377beed33acb 609 0.30/1.00 vMB 26
339,863 339,863 000000000000000001a93614019d9e23816dfea30b80f5ebf5aa91dc0709aa15 160 0.11/1.00 vMB 15
339,862 339,862 000000000000000006a5473d45b699dc36ffaf4b5a0b001838bfadd62898ebd5 1,407 0.74/1.00 vMB 27
339,861 339,861 00000000000000000110a57c9a96d7550faef28e99310f8cc2f3798ef0a34e93 124 0.08/1.00 vMB 17
339,860 339,860 0000000000000000163ba1087bbf45c5894173725fe385919bf4b6fb1502ca3a 753 0.38/1.00 vMB 27
339,859 339,859 00000000000000000396d8343ecca172fa29d9dc3b791fa70b2996c45d2837b6 307 0.17/1.00 vMB 26
339,858 339,858 000000000000000010551173c9f8cad978152abafea517257acfe6e6ed523860 291 0.15/1.00 vMB 21
339,857 339,857 0000000000000000000dcf96c2303b793213d20532636fcfab7ad2c9d746a454 990 0.61/1.00 vMB 23
339,856 339,856 000000000000000017457b44b48840659220f216ffe0ef35054e638958826fe0 137 0.10/1.00 vMB 17
339,855 339,855 0000000000000000137d1be620b5d07535a69f6b1be0accb0d220370ae1ce565 128 0.07/1.00 vMB 17
339,854 339,854 0000000000000000072feaa467e9f175edc9e9e7bec190e436044d550ce1a075 1,302 0.67/1.00 vMB 26
339,853 339,853 0000000000000000088deeb5fcb9cce3099ba02da6d496d73674eabfed0c43fa 8 0.00/1.00 vMB 2
339,852 339,852 000000000000000012c38e6cf257031df9cb160c283af940df798ab719a27834 656 0.50/1.00 vMB 21
339,851 339,851 0000000000000000040f837ad401964dce7c092c3739067cd3474aad997a960e 2,067 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.