Loading Tool

Explorer IconExplorer

Memory Pool

41,509 transactions
26.03 vMB
0.05097878 BTC
Random Selection Loading Transactions
Max Size: 136.38/200 MB

Candidate Block

Mining Attempt ffc96772fe64b1e66cadcfd2168345367e19bd7795b20c54a63952971baec7c9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 8f88d60d42ff66c8251d1f04888c4cc23c91c1c960a2269cf008d4fbdd9d8380
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,745
Size: 1.00 vMB
Total Fees: 0.00358215 BTC
Feerates: 18.26 > 0.36 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (892,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
22,632 22,632 00000000ca0baee5e32a697324ef746c850d065549f0fe601ea15c26fa1b888e 1 0.00/1.00 vMB 0
22,631 22,631 0000000013eedf24d0b4d7d8b17d41cc7c90a1982610d2fda7468d3eacfd6121 1 0.00/1.00 vMB 0
22,630 22,630 0000000019eea487f8192a2ea79489ea2f4beb05d939dc1bc4675c3ca5328fb7 1 0.00/1.00 vMB 0
22,629 22,629 0000000015a789406b45266868af07f624daba7fcca3a6dde68de992eeb84669 1 0.00/1.00 vMB 0
22,628 22,628 00000000ef0c45b23f5874762f7fcd2bc169b0e4df4ed664fcbf3a450f95e963 1 0.00/1.00 vMB 0
22,627 22,627 0000000008ad176adeb237bcbf386ef8c29c0dc056bd72fd04a18ec0f94d72ce 1 0.00/1.00 vMB 0
22,626 22,626 00000000c978ee2985424cc3a8a742e5011442ee18f380ceed2294bcf37f9477 1 0.00/1.00 vMB 0
22,625 22,625 00000000e996a50f9a5d73053d6c32697935c2f13cb1be9372566c3976b1efdf 1 0.00/1.00 vMB 0
22,624 22,624 0000000040f322527ac99ea45c1764c0388d77780602edcc050dc50569b94ca9 1 0.00/1.00 vMB 0
22,623 22,623 00000000083800d91643eb22016aec0a0d2cfcb4541610ecefd7f9c3a7a4a4ba 1 0.00/1.00 vMB 0
22,622 22,622 000000002b6e523e704019fd14680a1c4c237f0410322678a3d4db8f97504e07 1 0.00/1.00 vMB 0
22,621 22,621 000000009f330cb129feff28458ef616c7cbe97126393aee5a7d34ef82226ca4 1 0.00/1.00 vMB 0
22,620 22,620 00000000eba84da40fecf1cdef3ef67da8721ffde52600813ddfbf46b71eedd2 1 0.00/1.00 vMB 0
22,619 22,619 00000000c5a04f8b759b16cc3cedf82876d2a6dce1c9448ed107e8bfde60b004 1 0.00/1.00 vMB 0
22,618 22,618 000000009826238275df5c3446b1b1c8e2fcb924848c06916f28c0284cdfea59 1 0.00/1.00 vMB 0
22,617 22,617 000000002a1ae5652a211f803a403d809132042c999ef46fbcc7d491444ea341 1 0.00/1.00 vMB 0
22,616 22,616 00000000ad1448f7e133d85eab6662f4a19a7dfa9cc5a0cf9e572e32385541a0 1 0.00/1.00 vMB 0
22,615 22,615 000000009f9eb3324320fd6e191c423505898a313fd643016c5cad2be284f592 1 0.00/1.00 vMB 0
22,614 22,614 000000000a229f0b0df591e953c6f49a23b360005d83240e5d758dce0b7d90a8 1 0.00/1.00 vMB 0
22,613 22,613 00000000ea2172fd24bb7b1dedc190e302c38cd3f6d96222ea194639eac2439e 1 0.00/1.00 vMB 0
22,612 22,612 000000000fea4dcaf8c213a7ddf1e7e951dc63d9a85a6b2c8025d578fcdffe1a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 648.70 GB
    • Received: 13.06 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.