Loading Tool

Explorer IconExplorer

Memory Pool

79,444 transactions
29.93 vMB
0.08405771 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt 6800c778de15cc9e5a1157ec59d31d987af0e6c0da29e76bcc2d6e1ccbe6a357
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root fb1de1e650075bcffd28545e9eb2f2bf39289106f7b9502a2daa0ae9e30e4fcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.01565646 BTC
Feerates: 40.21 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (279,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,748 635,748 0000000000000000000f169b24635ed0ee76f8a8bd9f51a6462d3535dc9154a5 1,574 0.97/1.00 vMB 9
635,747 635,747 00000000000000000006b774ce29c38648b9dfb9ae7f315c4cf1ad30ca1c7114 2,090 1.00/1.00 vMB 3
635,746 635,746 0000000000000000000cd2b091580cc98716a5b89297bd7ea60eeed5c6c3ac86 2,125 1.00/1.00 vMB 6
635,745 635,745 000000000000000000054db990a2cd473492a1bd4a382203494589c2719e848d 2,085 1.00/1.00 vMB 23
635,744 635,744 0000000000000000000f95de77b06b63e72d3b60470acd5118a0c28f9b959baf 2,659 1.00/1.00 vMB 51
635,743 635,743 0000000000000000000a869ffd4ec855e1abefee0a917a9737e743bd38ae7729 2,148 1.00/1.00 vMB 12
635,742 635,742 0000000000000000001029201981ec9dfa2cdd12f202cb11681ce2426f7327ad 1,971 1.00/1.00 vMB 38
635,741 635,741 0000000000000000000cdf331688133383c68ab795a2c390e84ce982e092357e 2,386 1.00/1.00 vMB 47
635,740 635,740 000000000000000000062569e2cfebef8f0bc08c850590dde968584f7add35d5 1,094 0.50/1.00 vMB 27
635,739 635,739 0000000000000000000928b0377fbe34ef6fe5697b02da753c233f4971d29f09 2,562 1.00/1.00 vMB 27
635,738 635,738 0000000000000000000f9aadccc74028fd08d8eb38c3db9c8ca0a5151e64b232 416 0.16/1.00 vMB 25
635,737 635,737 000000000000000000009e209d6ad20b8cf886c10951db45ed246cb5f019eea0 1,991 0.75/1.00 vMB 10
635,736 635,736 0000000000000000000c2305c1658c03f73a3d454655cfa48acf574fad73980d 2,123 1.00/1.00 vMB 38
635,735 635,735 0000000000000000000d74bda6284b778f24eed919505af5d4ae64dcc13d639d 1,306 0.61/1.00 vMB 3
635,734 635,734 0000000000000000000c95e0cb3e3dbd12bfcffc914557393994ce0fb16abeca 2,084 1.00/1.00 vMB 24
635,733 635,733 0000000000000000000fa2e239cca71445284c0d0e61e4e8806f2ff9243379ad 1,752 1.00/1.00 vMB 38
635,732 635,732 0000000000000000000daf8f13387f899b5178939a8b9828e04dbc2a6578e71b 2,000 1.00/1.00 vMB 23
635,731 635,731 00000000000000000009dd784af6a14d94a9eb2aed5d94ed7f14796feb0c6516 955 0.65/1.00 vMB 21
635,730 635,730 0000000000000000000e28fb98f4134429275bd073e97d14d4148ce62d4dde63 1,987 0.81/1.00 vMB 15
635,729 635,729 000000000000000000044cc871433edcda4adb89c5276443b4e191d0785c1f4b 2,371 1.00/1.00 vMB 24
635,728 635,728 00000000000000000009bada3f6fa8e40db472731fdc5de81c8ed5f0b2d371fa 1,223 0.45/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.