Loading Tool

Explorer IconExplorer

Memory Pool

74,976 transactions
29.22 vMB
0.07590783 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt b97ec25d66a3342be925f1afbb996c972b8c5b9a7da15e51f1302605a558731b
Version 20000000
Previous Block 00000000000000000001e0799bfdd965039da614a51ef9e83f2560f19b18d699
Merkle Root c1205cc12bf10addf3e2318b165c3feac8e756b4fbc498bdebf417e24dd342b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.01070546 BTC
Feerates: 57.74 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,438 (831,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,007 84,007 000000000011915d4ec688c9b72f002fb59b58989b6d0cf99603abcfc40ea56d 1 0.00/1.00 vMB 0
84,006 84,006 000000000003da00a5225d8d6ce433a9a73f29d7d87e4a15c64f5d4037bc2e53 5 0.00/1.00 vMB 0
84,005 84,005 000000000024d1ad32200865a8d9543f7ff1fa8dac124c44ab6d359ef1a471f6 1 0.00/1.00 vMB 0
84,004 84,004 000000000002d915d6c4feaa99944c4fe9d5ddf8cb188f287eeb8dce709757c0 1 0.00/1.00 vMB 0
84,003 84,003 000000000025b9f51708b98542b4e19651d80f4f6b7ec988555c8fa8081b232c 4 0.00/1.00 vMB 0
84,002 84,002 00000000002d6f45aca94048317e3bc5ea9362421eda2617f5ad7383f1710663 1 0.00/1.00 vMB 0
84,001 84,001 000000000002c05ab3ea86dc6a8167dd6be5450f6bd4efb431535f04c57d5ddb 1 0.00/1.00 vMB 0
84,000 84,000 00000000001385326e30864192ba84ed2f9cbfadf0698655b1c25f93c92f22ad 6 0.00/1.00 vMB 0
83,999 83,999 000000000026323b790153de5bccf85b0d87c3c37bbca31e117aa295d0246f4b 6 0.00/1.00 vMB 0
83,998 83,998 0000000000188a0496fe65885cc41af039eb103c10ec0841d79549d4082ea0a3 1 0.00/1.00 vMB 0
83,997 83,997 00000000002a20f18d3a3f8f56d113d6be37a90e2219ce7fc40b939d9d664bd0 1 0.00/1.00 vMB 0
83,996 83,996 00000000000a919f9f20800c6841daf767a1767ffbecf7d5bbef1f6bb8692be6 1 0.00/1.00 vMB 0
83,995 83,995 00000000000f68964fc8fdd786cd7cca5e261e013e3eee3fcfe860d5f36d3208 1 0.00/1.00 vMB 0
83,994 83,994 00000000002c4dc3609e04cc8446b1d0787d29e64b596c5d0a4a0a373c998445 1 0.00/1.00 vMB 0
83,993 83,993 00000000000cfc06a1966f4959a474535cf870bf93def84ee6634e5d3d94c8b4 1 0.00/1.00 vMB 0
83,992 83,992 00000000001ef1a969295673cb32e9c1fa6a50ec6d1586515dcdd3065e98300f 1 0.00/1.00 vMB 0
83,991 83,991 0000000000160f3945524f2c3e258b4bd3a388a431688af76386643edd0753d8 2 0.00/1.00 vMB 0
83,990 83,990 0000000000056d374fb96772601d3ccee24105947a516ddff74c7d21282078b4 2 0.00/1.00 vMB 0
83,989 83,989 000000000018860c696f25e22cc5a9f9394a53e9ce3085d5d6341585cba7dff2 2 0.00/1.00 vMB 0
83,988 83,988 00000000000bfae3dcd3e78faa3e4962c423f1ecdb4e00797320a9e3b8e6735e 4 0.00/1.00 vMB 0
83,987 83,987 00000000000285bcead37b58f3dd6fce8907046e12fa2f2f095de65e7e068387 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 745.93 GB
    • Received: 18.73 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.