Loading Tool

Explorer IconExplorer

Memory Pool

82,127 transactions
34.41 vMB
0.14174509 BTC
Random Selection Loading Transactions
Max Size: 195.68/200 MB

Candidate Block

Mining Attempt b92c974dc2d025ab360856c17b129eab6e39dbe193f341745be65c9bf462fb70
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root a81e7c45e3c3ef356a334aa9ec9a500ea19cd600c6040c603a4d56a3f5d099d1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.02895215 BTC
Feerates: 104.71 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (115,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,036 800,036 000000000000000000003518926c7f074c27808c7eaffd9051d0e6f1f23ebc6f 5,997 1.00/1.00 vMB 6
800,035 800,035 000000000000000000025ea2042ac5ccf6ccab769f2ebe8a5a484ccf07e37ed1 6,067 1.00/1.00 vMB 8
800,034 800,034 000000000000000000000a594cb8db171324591982bd87a90bcd182071077189 4,861 1.00/1.00 vMB 11
800,033 800,033 0000000000000000000025b88c3f4cd374ba4c448cc19d0501752498051d8e78 2,875 1.00/1.00 vMB 10
800,032 800,032 000000000000000000024392ff7810ab89ff91b3cc03af95dbe116e65ff7ac69 2,546 1.00/1.00 vMB 16
800,031 800,031 00000000000000000003763b329c60f98078b8c06a1ca5adaa0d0bed10c55041 1,794 1.00/1.00 vMB 30
800,030 800,030 00000000000000000001ce785b161bb8c1b25c85c538632f26d9637834db9d2d 3,131 1.00/1.00 vMB 23
800,029 800,029 000000000000000000045fd943ecff32113fbc9610570e8ef071deb3b92db312 2,763 1.00/1.00 vMB 26
800,028 800,028 00000000000000000003d2b2d8642780d8f26041380e69ad763750e348a62dc4 3,269 1.00/1.00 vMB 7
800,027 800,027 00000000000000000000709c2016c8257db98f23e2406c386c8801a13d3b66d4 3,244 1.00/1.00 vMB 23
800,026 800,026 00000000000000000003cf65595677d4a7b828228d7a260f44d68a6e0e5e6b75 4,030 1.00/1.00 vMB 7
800,025 800,025 000000000000000000000f5d8bd82e12cdfe0762f2ff436747b24811c5943bbe 3,404 1.00/1.00 vMB 11
800,024 800,024 00000000000000000000eb958eb0a91db0db631248897802b7e1d7889edf9620 2,935 1.00/1.00 vMB 33
800,023 800,023 0000000000000000000380e64f66acd371d8e64baa5579cfc35c99b156b2a4d3 2,685 1.00/1.00 vMB 7
800,022 800,022 0000000000000000000229bc39d450ab7eb4924ad4c8a5bbcc7e3dff7456789c 3,389 1.00/1.00 vMB 29
800,021 800,021 0000000000000000000261e103b33facd15439a3c15ed9f8d908fbc73cb96e39 2,559 1.00/1.00 vMB 13
800,020 800,020 00000000000000000003b9ba3ff5fd4b3676541397ce1e5f29e464898a0d3a0c 3,808 1.00/1.00 vMB 10
800,019 800,019 000000000000000000026e03d1025870f8d8b7cd99d2d41d9850073b22c2d036 2,621 1.00/1.00 vMB 25
800,018 800,018 0000000000000000000148bf7f863cca3fcb936811bd28263e1e591dc28c77f7 3,925 1.00/1.00 vMB 10
800,017 800,017 00000000000000000000cee77b6efabd4b134fc6f625b1b15b4a8fb192a70b8b 3,112 1.00/1.00 vMB 15
800,016 800,016 00000000000000000003d7dad5b95268c98c374915d254cdaa5c5a4a082fece5 4,892 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.09 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: 726.40 GB
    • Received: 18.45 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.