Loading Tool

Explorer IconExplorer

Memory Pool

85,369 transactions
33.07 vMB
0.16044892 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt de2e32b0b23e54554f82181fee92b9e73b0a9dcaa0d084ea17840ea961c3b35a
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d229daf98b08a10ae3906041edd6024cfa9e002fa02c8a57e6d277ace76f2f24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.04956912 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (307,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
607,765 607,765 00000000000000000012f2dac958e51cdeb4adc95e09d501026cc5b92c77b8ab 2,781 1.00/1.00 vMB 9
607,764 607,764 0000000000000000000d3d1f7f33a74ae4f0b6ae7ffc315e6687623bc655a098 3,061 1.00/1.00 vMB 18
607,763 607,763 00000000000000000007441b056b404f6deba2be5b2f06e1482de286b5f52831 1,973 1.00/1.00 vMB 36
607,762 607,762 0000000000000000000da491068d5ebf7e06b80313e7d7830896f4e026d781ac 1,350 0.42/1.00 vMB 11
607,761 607,761 0000000000000000000addc6be5ce233bc2848495b53d1947cd82236f94381ea 2,569 1.00/1.00 vMB 19
607,760 607,760 000000000000000000111cc61d99db9a2c4e06e1acf8fd49ec986390b39d1375 1,223 0.61/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.