Loading Tool

Explorer IconExplorer

Memory Pool

83,137 transactions
30.90 vMB
0.08173328 BTC
Random Selection Loading Transactions
Max Size: 189.50/200 MB

Candidate Block

Mining Attempt c00850e9ed9402b6f999a94f3d8339eb4fb24452cc576b4059c4bf16efe7cf6f
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 8e8758b000045d1eafccc95645078275ec74c6c3b9d67b3d11af136d51e1e11d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.01209659 BTC
Feerates: 151.24 > 1.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (307,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,789 607,789 0000000000000000000eed19b6ad274c6da0dbebffd32fd13d27f5d64cb6036f 2,531 1.00/1.00 vMB 24
607,788 607,788 00000000000000000011e1e8191aa34c69107e85f85c21a75da6e81cceb0f064 2,099 0.63/1.00 vMB 12
607,787 607,787 00000000000000000015115fc1a9f1e990d7ff66e091c48c75b3b63c9cffa3ff 1,968 1.00/1.00 vMB 15
607,786 607,786 0000000000000000000b0a682f47f187a712c42badd4ca1989c494d401457c3f 2,996 0.90/1.00 vMB 15
607,785 607,785 00000000000000000009aca6d95a9d401fc29f4d0abfc0dd263b6411e610c866 2,657 1.00/1.00 vMB 8
607,784 607,784 0000000000000000000c77f53984cc9ea0ed22d8dabaf3ec5a6483f7ebaa803a 3,021 1.00/1.00 vMB 28
607,783 607,783 00000000000000000007b5c68169bfbed7c2ee23435873d774e617ffbf5f06e3 3,041 0.95/1.00 vMB 14
607,782 607,782 000000000000000000158f6e94e8b836a9be1fc2e6af2192b46f0ae94c515e48 3,040 1.00/1.00 vMB 18
607,781 607,781 00000000000000000005f0c41944e51cb01fc480e5a7b6b1687d0007cf073bf8 969 0.34/1.00 vMB 17
607,780 607,780 000000000000000000115d79cd7ac73105117311bdcbd9a7645f43c3c085c948 2,086 0.84/1.00 vMB 2
607,779 607,779 000000000000000000121d6d35c7f54ad0a65e62e4272a92d84c3dd6ef80014c 2,964 1.00/1.00 vMB 10
607,778 607,778 0000000000000000000868af11c9175f47de8af525f20e1ff42f262e91651bcd 2,928 1.00/1.00 vMB 23
607,777 607,777 000000000000000000098b1e3af1ee92a66bacfc33a800acb01d83bbe5151f9f 2,547 1.00/1.00 vMB 7
607,776 607,776 0000000000000000000e974eee2995ad1db1340936f9c7b27a82c90dae2bf7be 2,641 1.00/1.00 vMB 20
607,775 607,775 00000000000000000002511647f71609bd77b3a666497f98d5fb7810e7a843c1 3,025 1.00/1.00 vMB 16
607,774 607,774 0000000000000000000c542787adbfa52f5229216e9ed216fed8d1e480a0e1e8 2,372 1.00/1.00 vMB 8
607,773 607,773 00000000000000000002b688888ff23b08b8a0f867daeede145e29280ccfdcba 2,629 1.00/1.00 vMB 25
607,772 607,772 00000000000000000004d8e2278d81e68a9afeb2b70b59b4354bb1832adfc4f0 1,417 1.00/1.00 vMB 10
607,771 607,771 0000000000000000000743a1ee91cb98532b6d5997de81062c9754670b2f6600 2,875 1.00/1.00 vMB 24
607,770 607,770 0000000000000000000b34b2fb9f59608e277f4fab8e89a727616997832bcc4b 1,494 1.00/1.00 vMB 16
607,769 607,769 0000000000000000000cb859a2aa0be63aa78b6978c364df9f63b6722b87de37 3,095 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.99 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: 717.19 GB
    • Received: 17.83 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.