Loading Tool

Explorer IconExplorer

Memory Pool

78,926 transactions
29.64 vMB
0.10748056 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt f6b52863395f7c55dcfefe99d05645cc96ee5db6b35cec3371cdf41f0efd6917
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 474b118f3d440455c5ae41c4c68221d3e0d7de19fe0e5f572e7acb181987d742
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02522918 BTC
Feerates: 100.53 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (789,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,871 125,871 0000000000004029ad38fbcdabac4de28a63a6261350499d45300f2c97ed062b 2 0.00/1.00 vMB 3,891
125,870 125,870 00000000000015b3bd49f77ea6df71c9a297b6d67cea94976ee34f4888ea35f3 12 0.00/1.00 vMB 305
125,869 125,869 000000000000077022d8d5cdb91ac6bca40140dd938dd2c823a518273160d7d7 6 0.00/1.00 vMB 2,405
125,868 125,868 0000000000000cfeca66c781eee4a1591060aca185790e1b82d44711103f2e85 12 0.01/1.00 vMB 1,167
125,867 125,867 0000000000001618597c69178e8f0ceeaa2f6304278eba9ecb6911d0e354901b 10 0.00/1.00 vMB 1,324
125,866 125,866 000000000000306915059b57c64fc946f7acf43edc643a4877920638fde74aae 16 0.00/1.00 vMB 1,001
125,865 125,865 0000000000002d080ceac4e5697774063a7395ff928567fdb108e5fe5be085b4 32 0.01/1.00 vMB 218
125,864 125,864 00000000000044444c179c11f8186495853b85ac56a9e6733066629a5ace5fab 34 0.03/1.00 vMB 737
125,863 125,863 00000000000009343586daf611aea10f835b40d7b266bb713948f6e07ca23919 12 0.00/1.00 vMB 1,070
125,862 125,862 00000000000022b3b5016cc3f56fd334252b97332be32b8500124b8a3aa20a3a 139 0.05/1.00 vMB 510
125,861 125,861 00000000000000ec84f757a4965d2f4d62efe8b7bb53d0e86823234a1247d023 5 0.00/1.00 vMB 1,296
125,860 125,860 000000000000385fcc5b4684ea6572777ffc5c04b25e888a9c5433f76f5e350d 15 0.00/1.00 vMB 886
125,859 125,859 0000000000001f4a6fce2dcb955a4ebf0757250bf65b6cdd9a1ac9e878ba29eb 26 0.01/1.00 vMB 791
125,858 125,858 00000000000026a8bedca514dba85f795979af06aee2bfcee8f79108caddb3ed 1 0.00/1.00 vMB 0
125,857 125,857 0000000000002f884b6088823990c0371497863c00ee55a8623cf76730fc2bc5 16 0.01/1.00 vMB 1,167
125,856 125,856 00000000000012ed2242295338eaeb5b2c2aa32321a935cf9012918eace9d822 8 0.00/1.00 vMB 337
125,855 125,855 0000000000002e1c9f03e44da4b33689c33c52c51c538424541134f97bff39ae 18 0.01/1.00 vMB 986
125,854 125,854 00000000000003b0d2994baf7b4bb01dd409955e3e7ea589abf419c9e04a4e91 3 0.00/1.00 vMB 0
125,853 125,853 0000000000001458a277681b1776add36e8bdb199899c6e6c87c48f6f7d9c312 33 0.01/1.00 vMB 1,736
125,852 125,852 00000000000006cdec6dcbbeb19b7810a445d971959f065eb460271cdd8ff3a9 11 0.01/1.00 vMB 380
125,851 125,851 0000000000003930f8f2e46eb38d515ab2067c81ab7c284495d1a7b1a2b69553 12 0.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 782.91 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: 713.99 GB
    • Received: 17.50 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.