Loading Tool

Explorer IconExplorer

Memory Pool

87,021 transactions
23.52 vMB
0.07171554 BTC
Random Selection Loading Transactions
Max Size: 157.01/200 MB

Candidate Block

Mining Attempt ffa253790588013988d3802c568bef3a4fb5759003705b8204b859f2bf20b0a1
Version 20000000
Previous Block 00000000000000000001435a5b89f6b1cc901e5e6bd59005a9d5935fc6833a93
Merkle Root 0d780e0d24f4611a4c004af105ad5b2afe6a6ae7e4fd162d2fb671c2350fac04
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,786
Size: 1.00 vMB
Total Fees: 0.01675823 BTC
Feerates: 401.42 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,111 (911,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,030 5,030 00000000d3b133a1d66eed1dc2fa01e976817224a009363f65110059256dc317 1 0.00/1.00 vMB 0
5,029 5,029 00000000f3739ac268a4b17119a5f131b0a7dee165799a959bb541081ad82727 1 0.00/1.00 vMB 0
5,028 5,028 000000001adc6c26e9860749f7905b1df0af564de9911a145d5dd7704619907c 1 0.00/1.00 vMB 0
5,027 5,027 00000000cd4e2942b678d341aaa6469a832b5492138bff5e650a785dda241cdd 1 0.00/1.00 vMB 0
5,026 5,026 00000000c4512a444a69c0671c9b9910624981f7fc6ac5b44b78fd6613f79184 1 0.00/1.00 vMB 0
5,025 5,025 00000000f312b1fcbfdf1b5a75d2414e4f3d1e28fd90f2e45c1a4a677cca45f1 1 0.00/1.00 vMB 0
5,024 5,024 00000000bf9d10a122b4b9c96fdd46c270f3e311074dccede28e37f421e634bd 1 0.00/1.00 vMB 0
5,023 5,023 00000000bdf23d97d052042f298c0c7f54b9b58f79736dbb451f4fcae20b0a8f 1 0.00/1.00 vMB 0
5,022 5,022 0000000078ec5c8d0925dc10cacd66af636471fcdafd06166487efc7dbeff623 1 0.00/1.00 vMB 0
5,021 5,021 0000000002dc07f38ea16f57508dbdb9d26028971bfc6dbe5071f17155e759b3 1 0.00/1.00 vMB 0
5,020 5,020 00000000c8dd410d3e675d7f6e3d5e31012bb8c0b03789430f4c09a04e6fdd76 1 0.00/1.00 vMB 0
5,019 5,019 00000000d1c6dd5c2746b21cc54966eab68a24ffc152ecf53f0bc4bf59da6966 1 0.00/1.00 vMB 0
5,018 5,018 00000000f84617ccb4e4f069cbcf641f4fbef59b43583bd0021fc85845f7d74e 1 0.00/1.00 vMB 0
5,017 5,017 00000000906ec21d7b5c22f724f955212463b7275ed4f209ca44a6c235854202 1 0.00/1.00 vMB 0
5,016 5,016 00000000dcef08d7694a92a9cbb2b90a4e66dc9299df51d7296aed972af369c3 1 0.00/1.00 vMB 0
5,015 5,015 00000000332f23add6bf08f8d6aa46acbdfd3fd238bafa3640084eb20511bcfe 1 0.00/1.00 vMB 0
5,014 5,014 00000000299ded291db48445b2642a0ffd02ac51aee52e494e024fd3dcae9bdc 1 0.00/1.00 vMB 0
5,013 5,013 0000000082b427d4f4c3dec9e1df1b9f32b426fa8b12e85384921aa3f59306c3 1 0.00/1.00 vMB 0
5,012 5,012 00000000cc686b75642b77dc7239109ffab8d22f697f6b4425ab4edc8e0c2250 1 0.00/1.00 vMB 0
5,011 5,011 00000000c535e0f28e371322849ab28abb37ddd9dbe3c2e100302375ecf63fbb 1 0.00/1.00 vMB 0
5,010 5,010 00000000708927f1d6d2b36335dc00fd53de68fa1f78972a34ed830ba1e42c90 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.31 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: 815.87 GB
    • Received: 24.28 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.