Loading Tool

Explorer IconExplorer

Memory Pool

89,120 transactions
32.60 vMB
0.18597743 BTC
Random Selection Loading Transactions
Max Size: 197.03/200 MB

Candidate Block

Mining Attempt 307ac0f0cd89a2d5875cd738a0ef116423c78e19946bf4a788f369591bf8e596
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root fb7a5fde287e6da314d9f20072b456e150246c342c85066a6b3eb9b8426c6fc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.09111393 BTC
Feerates: 216.64 > 9.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (288,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,115 626,115 00000000000000000005d8559832c705ad55105f96641a9c1652cdeb2a219a29 2,137 1.00/1.00 vMB 17
626,114 626,114 0000000000000000000922b89bd88c1e6e886764fd43d4470db1bc56966acd27 2,139 1.00/1.00 vMB 26
626,113 626,113 0000000000000000000f34baf7ebb5cc79e96e31d23acb71bb87a4ed001a9904 2,965 1.00/1.00 vMB 32
626,112 626,112 00000000000000000010c6268d7ba4bb7c0355958bbef7af65daa944c2dcb56d 2,712 1.00/1.00 vMB 27
626,111 626,111 0000000000000000000f07c153dc3d6169a11432b7f67031ea9d34b61cb7899c 2,342 1.00/1.00 vMB 29
626,110 626,110 0000000000000000000332935c6e337c35e580fc580dd81d77dbaef05c05eb51 2,669 1.00/1.00 vMB 29
626,109 626,109 0000000000000000000c4cd95acf70721608cc93c938a46e09f2a2a02f785abc 2,426 1.00/1.00 vMB 34
626,108 626,108 00000000000000000003778cbf5ed2a4ee39709e309c43f49046b1a14342eb84 1,310 1.00/1.00 vMB 76
626,107 626,107 00000000000000000005a2735bb5ce3c77b33e0e86ae6cb2b6e9bb4802d441ff 2,702 1.00/1.00 vMB 21
626,106 626,106 000000000000000000024511e21d11f3c3b438fe0d10c7594c352920ad3d4f6b 2,548 1.00/1.00 vMB 23
626,105 626,105 0000000000000000000546b5c548e28b7c95639e05d35ce184699d81633a42db 2,742 1.00/1.00 vMB 21
626,104 626,104 000000000000000000130dcac85a03d6b38b163deba81b6a8e3ec0aec9ec066f 2,676 1.00/1.00 vMB 43
626,103 626,103 0000000000000000000afc28b0e64ec85b502e7cb8c788e0ff4e0f3623fa7a8b 2,913 1.00/1.00 vMB 22
626,102 626,102 00000000000000000008467e69b89618899b1b20ae03289339bb9c086ce00135 1,954 1.00/1.00 vMB 11
626,101 626,101 00000000000000000011b4068638cc6ba10c289e4b6f2a4fffc38faabd0b737b 1,189 1.00/1.00 vMB 1
626,100 626,100 00000000000000000003620f6720ab25ab5d9a20908ae8c7e99f13211eb1aa92 2,734 1.00/1.00 vMB 19
626,099 626,099 00000000000000000005ff4229b478dabf53758435da6e1be6969eb9b9deb731 2,678 1.00/1.00 vMB 9
626,098 626,098 00000000000000000002af97483e6d1528a6c367da59085969ad3bedb2130264 2,565 1.00/1.00 vMB 28
626,097 626,097 00000000000000000008962c86b15609ecb753b8467dbd66a97a778cd0716137 2,679 1.00/1.00 vMB 30
626,096 626,096 0000000000000000000916e03477e7fab0f94dacf8d6ac72a3508cef223d782e 227 0.43/1.00 vMB 2
626,095 626,095 0000000000000000000ed8fda28eee9ccaecd755fa03fe3549f8367e7615d531 2,479 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.