Loading Tool

Explorer IconExplorer

Memory Pool

80,728 transactions
34.74 vMB
0.18129178 BTC
Random Selection Loading Transactions
Max Size: 194.56/200 MB

Candidate Block

Mining Attempt 0cce319078bee9c485fc2c8652a56b5d20d7642a3ba50c8721c4be483adf6987
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 67650b32aa90452c3266c9226d6ee90408fbf66655fb2dbf0074c768f6c19c62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,127
Size: 1.00 vMB
Total Fees: 0.05043921 BTC
Feerates: 150.93 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (831,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,019 84,019 0000000000298ef6e39dbf1cdb38e054e1dcd270486c70bee7adb4930e88aab1 2 0.00/1.00 vMB 0
84,018 84,018 00000000002316047925fad90af904c96eaafbca2b41d3ee2cae1e2c05c71491 2 0.00/1.00 vMB 0
84,017 84,017 00000000002de0b10c4e6bdd4b6a16d9fc21053a792c7ea0a06c22cbc6137bec 2 0.00/1.00 vMB 0
84,016 84,016 000000000011c172c5fdedfa4e5b6cf94715d00601dd8048ea5a3319871fa990 3 0.00/1.00 vMB 0
84,015 84,015 000000000030c17efc1ccf6a50cc757f2740e02eae2ce233b119f7f0f7a18850 2 0.00/1.00 vMB 0
84,014 84,014 00000000001d52fd44c16315061763f91745abd1eb0eee33814214cfb0123603 1 0.00/1.00 vMB 0
84,013 84,013 000000000015d35376adc57dfdab33ddf555396ee03102a973ee1ccd19ddda1a 1 0.00/1.00 vMB 0
84,012 84,012 000000000004bf7202e83b28cc73fb4ccf843dcc78dc3cf3a44fa8aa01d5891f 1 0.00/1.00 vMB 0
84,011 84,011 000000000016f6e414c6a34433b5a3e9839a223eda1cc9a9fdbde35f49587a6c 2 0.00/1.00 vMB 0
84,010 84,010 00000000000190cb695cdd42bdd74dbed8ccbb6fe5c703a6d8cd8cfbfa83e0b7 1 0.00/1.00 vMB 0
84,009 84,009 000000000019834b54ea0a80c9cc7246326248e508d7fed2158330963f7ca618 1 0.00/1.00 vMB 0
84,008 84,008 000000000021244597196327063c8af8581c1b0a14b27ed6621852f70cf4c404 3 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.