Loading Tool

Explorer IconExplorer

Memory Pool

85,721 transactions
31.69 vMB
0.09504691 BTC
Random Selection Loading Transactions
Max Size: 194.32/200 MB

Candidate Block

Mining Attempt d8c9a017b5b35f5e5aef45925f9fca74b831699d3304c8804524ad668cb53b40
Version 20000000
Previous Block 00000000000000000001b29add78d99cb5e061a5e72df6fb885a5387183d5902
Merkle Root e050af0b920bce6b4ec14a6cee61c6d81f26612b4e803e95f1acc59b93e8898a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 1.00 vMB
Total Fees: 0.01573700 BTC
Feerates: 217.72 > 1.58 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,365 (307,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
607,768 607,768 00000000000000000005feee1c8a6814f0c592d32b01d7e65d25615652522b5f 2,210 1.00/1.00 vMB 11
607,767 607,767 00000000000000000002b41886698250c816d0fa016ec7ae24ffe6599e48efc8 3,422 1.00/1.00 vMB 28
607,766 607,766 00000000000000000011fe54350340c23938bb242efc6aeae9d25e31bd3bb970 2,841 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 783.02 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: 719.47 GB
    • Received: 18.07 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.