Loading Tool

Explorer IconExplorer

Memory Pool

42,485 transactions
29.05 vMB
0.07520732 BTC
Random Selection Loading Transactions
Max Size: 149.26/200 MB

Candidate Block

Mining Attempt 54abc3b561e47e05b3020fafe9bbe94868bbbbbfba4a0ee01a595eced086db48
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ce2f8092465ab23072e8afca65da43383ce594eada34ae6f27ecfc4315408fd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.01847531 BTC
Feerates: 150.75 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (333,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,896 580,896 000000000000000000184f70196631a6f96f96a4c0e35112ee0f2eb1a7f1a4fc 2,782 1.00/1.00 vMB 80
580,895 580,895 000000000000000000132e547c763ee2d52ba1f41beb94e2f80a727d22e47063 2,627 1.00/1.00 vMB 36
580,894 580,894 0000000000000000000411fc75770abac1a9c45f9b445b17e5d3d2b935993ebb 3,306 1.00/1.00 vMB 85
580,893 580,893 000000000000000000210c6429f74409838ee2f94cad67d468c5824c88d72ebf 2,676 1.00/1.00 vMB 40
580,892 580,892 0000000000000000000e11f987aecd53e7c2c051e20990d8d1bdc452350d380a 2,144 1.00/1.00 vMB 69
580,891 580,891 00000000000000000025940c3f2cf8956685007a94adf0e536745c2dec6106fb 3,065 1.00/1.00 vMB 66
580,890 580,890 00000000000000000011de08d6f1f122a44fdd1340e13c73cfeeed5a89df5be8 2,507 1.00/1.00 vMB 115
580,889 580,889 0000000000000000000ece9381a7e0a4020353f4adde7b560a6b2840d5d44cfa 3,042 1.00/1.00 vMB 94
580,888 580,888 0000000000000000001dd423f5337730a5040fd017e9b2bf141533ab535ccb13 2,629 1.00/1.00 vMB 35
580,887 580,887 0000000000000000000cc14c020c7fd90269d9f0a107d5f662fd26c38e53e2a1 2,235 1.00/1.00 vMB 42
580,886 580,886 00000000000000000004ad7823f56dab0d29f852f9f7205745682fb563325dec 2,811 1.00/1.00 vMB 43
580,885 580,885 000000000000000000009530a7030b77a331a2c4198268fedadafe3cf69edcd6 2,272 1.00/1.00 vMB 82
580,884 580,884 0000000000000000000392760fdf04c6a53f686566b66b6c21ed8263606d908e 2,484 1.00/1.00 vMB 63
580,883 580,883 000000000000000000243f00774a241fcc66e3eb4bc8fa7a50e9254ffb44e3c4 2,493 1.00/1.00 vMB 70
580,882 580,882 00000000000000000010d7794892c3cec6d134d32dd1c4cc15017d73b18d9b17 3,026 1.00/1.00 vMB 92
580,881 580,881 00000000000000000025cd963cfa3200cc6ff6722ebeab16bbfcaec685a2ff96 1,563 1.00/1.00 vMB 12
580,880 580,880 000000000000000000144a8ded0f89f23f0cd81e18e2504e36e5872ca8c8ded7 2,664 1.00/1.00 vMB 45
580,879 580,879 000000000000000000029b226e33bcc6ca8f275c62d5ac41e0f0318bcebce180 2,419 1.00/1.00 vMB 64
580,878 580,878 0000000000000000001681888b617ea380620fc80f15f37500ce92d480c9cc03 2,973 1.00/1.00 vMB 101
580,877 580,877 0000000000000000001743f34eb11586e62cd3aecbe04c28f820f01c3770b175 1,044 1.00/1.00 vMB 17
580,876 580,876 0000000000000000000fa777e91fbd7bf16677402803cdf3db5f6fa07dd98056 1,306 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.