Loading Tool

Explorer IconExplorer

Memory Pool

81,697 transactions
30.94 vMB
0.07345462 BTC
Random Selection Loading Transactions
Max Size: 188.50/200 MB

Candidate Block

Mining Attempt 7fadd992014f252ea9a4c78670db166a942db914c2452213f6731d77f155c005
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 1bcace7b4e3eaee03b1231b677034275356b2bc5b4ca8981b06c15fb7912f597
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,306
Size: 1.00 vMB
Total Fees: 0.00692906 BTC
Feerates: 60.16 > 0.69 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (296,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,170 619,170 0000000000000000000d1348a777c507f90e15cdb3120fbd149cfda4e6ad83e8 1,051 0.34/1.00 vMB 18
619,169 619,169 0000000000000000000a40aafe029a045d4a74d78d5feb3b54f4bd0b39bea9fd 2,913 0.89/1.00 vMB 19
619,168 619,168 00000000000000000011a9fb5ddbf7ecd2cb2f4a949734849cd9e4d1f70c7024 1,161 0.33/1.00 vMB 21
619,167 619,167 00000000000000000007d6e09e21afa71e8dcc3a553315ebdf6719f9c0dab3b2 214 0.08/1.00 vMB 18
619,166 619,166 0000000000000000000baf5c30730dde04aa8aab70c3ce3f12da7c3b7180d753 2,728 0.85/1.00 vMB 23
619,165 619,165 00000000000000000001a3c68111789a6c2cc76f1209d1dae63b05460053eb2b 342 0.10/1.00 vMB 21
619,164 619,164 000000000000000000029ac64e2cc7b38a004cac45cd208e362966c661ec0cb9 1,759 0.49/1.00 vMB 21
619,163 619,163 00000000000000000000decf0e6dffd0b5257086d416ae489fa4eefd3072ca6e 1,842 0.52/1.00 vMB 20
619,162 619,162 00000000000000000009e0ac5e48101b89b987592714b7a76d47b9aeff03db1a 3,057 0.88/1.00 vMB 3
619,161 619,161 0000000000000000000a99016e966113c7be6b98a728e0d1b94a0a5f1ab3f909 2,695 1.00/1.00 vMB 23
619,160 619,160 00000000000000000001596becf79ce90efda63dae05e952dca82f0c5b95aaae 2,559 1.00/1.00 vMB 19
619,159 619,159 000000000000000000037aa9a719d49462814822edc12b8e64b85f31ba63e907 2,656 1.00/1.00 vMB 42
619,158 619,158 000000000000000000102376615be7c742d5fe365de6cab0a6a8083a033ca5ec 743 0.20/1.00 vMB 19
619,157 619,157 00000000000000000009cd4d7592a253aeee1d62a9336722fd77c58093398e02 639 0.26/1.00 vMB 29
619,156 619,156 000000000000000000004fe9c3c5d7d63ac04e664815c70eed0e356527ddce2b 2,189 0.74/1.00 vMB 23
619,155 619,155 00000000000000000008ad1235a144769c106ea520c8554c136be36c6010dc06 1,568 0.53/1.00 vMB 18
619,154 619,154 00000000000000000005b0a3ae92566e2a27ed41003ec02d4fda67cddbfd433a 313 0.09/1.00 vMB 17
619,153 619,153 00000000000000000006fa27797adb3094576995324d3c75f5d66ace83b271ca 1,053 0.65/1.00 vMB 6
619,152 619,152 000000000000000000008ea32c8fcb1ca0bebd45214d4fbe7cdc08658d174046 2,449 1.00/1.00 vMB 17
619,151 619,151 0000000000000000000ee332f3abb7e55b2e2200e123ae274c7f7349a20a8214 2,531 1.00/1.00 vMB 4
619,150 619,150 0000000000000000000b9b0af2119ab016e5f9a0dba41521509041a0a3dd8b9d 1,888 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.72 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: 705.09 GB
    • Received: 16.65 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.