Loading Tool

Explorer IconExplorer

Memory Pool

32,816 transactions
25.16 vMB
0.04853396 BTC
Random Selection Loading Transactions
Max Size: 127.68/200 MB

Candidate Block

Mining Attempt 3e4152005b72e7b9cf8918f7109549f69209e38ef9a3204a54e587dcc9c791e4
Version 20000000
Previous Block 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be
Merkle Root 6ac45d9bd9dfa5b1bd5e7973b289d4dc70f824fdbc4793ca468d0205d6d25100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.00337357 BTC
Feerates: 60.16 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,929 (108,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,755 806,755 00000000000000000004f8408161a6a68921fb8ae5da000bfbb6b763adc773d7 2,731 1.00/1.00 vMB 44
806,754 806,754 0000000000000000000348795a1d4018654ebfea82473139e5666430c5603b5d 2,195 1.00/1.00 vMB 41
806,753 806,753 00000000000000000000f043bc6eb3cd07baa5691b3d6ac8039a6dc30e5bedb7 700 1.00/1.00 vMB 33
806,752 806,752 000000000000000000026ddc5029a702a93e4302fa7c07dedd65e3faf22a1d1e 2,752 1.00/1.00 vMB 44
806,751 806,751 000000000000000000022e45251dd950c87fc4de002d1c612eea6ad95cdb5280 1,494 1.00/1.00 vMB 36
806,750 806,750 000000000000000000007c6c9cc41a5d43e9b517f0d1fca2ebdc968c61b18481 427 1.00/1.00 vMB 31
806,749 806,749 000000000000000000000a826eb420d09fccfea842ffd09e8e4c12d41be4552f 203 1.00/1.00 vMB 30
806,748 806,748 0000000000000000000080e2da28f1707a45d41d17a43d7524e01276927cc8b0 2,294 1.00/1.00 vMB 41
806,747 806,747 000000000000000000035f5ccc49d8e45d06d39e65c3554c37abe1665d01335b 914 1.00/1.00 vMB 33
806,746 806,746 00000000000000000002a106630cb0900dc24779fc52f4d8a293666fc0bc4a2e 838 1.00/1.00 vMB 34
806,745 806,745 0000000000000000000295eb690a153e982f4c75c9e6508888992cb83f06a7d3 3,301 1.00/1.00 vMB 22
806,744 806,744 00000000000000000004c3dd8893d2e2175675bda742c0c1ba1b4ab847bf0ba1 3,074 1.00/1.00 vMB 21
806,743 806,743 000000000000000000050771c3f0a543dd344b919f3765c75a3c39f4a61aad2c 4,118 1.00/1.00 vMB 21
806,742 806,742 00000000000000000004a22d6538fda4758d0e6223c5240fffc2c87cda1ee918 2,578 1.00/1.00 vMB 26
806,741 806,741 000000000000000000030e86d1332ef6d3f0badfff13611731baf6e1ef5b4373 2,670 1.00/1.00 vMB 26
806,740 806,740 0000000000000000000013e71c91d91a36688d86c878a964840eef8f2885b427 2,699 1.00/1.00 vMB 36
806,739 806,739 000000000000000000028c4ff2bf8e77590474db09d2279a8063e89f21308aa0 2,847 1.00/1.00 vMB 31
806,738 806,738 00000000000000000000586b84cb86455462f2bf991e50d7f3735bfb186e327a 2,646 1.00/1.00 vMB 25
806,737 806,737 00000000000000000000c76aa20ad0cf80a7023b0a6c01a03340df02d69a92e9 2,409 1.00/1.00 vMB 36
806,736 806,736 00000000000000000002d93a0f961f36f8ecc587365f39d392762cd273885c5e 797 1.00/1.00 vMB 20
806,735 806,735 000000000000000000037881f4b5c5f691f83b6fa2bb4b9a0826bb6e0787adfa 2,826 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.26 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: 655.88 GB
    • Received: 14.35 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.