Loading Tool

Explorer IconExplorer

Memory Pool

79,303 transactions
29.74 vMB
0.09423307 BTC
Random Selection Loading Transactions
Max Size: 179.45/200 MB

Candidate Block

Mining Attempt e73f47cf4d2f8f38b39fffc1844ea340f83c96793614097b3c472a06b8a07048
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 591b008f06c03ce53e97da02f4af799f17fada5ac36022e27afc1ba492f73465
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02777106 BTC
Feerates: 251.00 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (290,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,823 624,823 00000000000000000012f62b969a6031fc2ea0d9738ca1189c9e0721599bc967 2,638 1.00/1.00 vMB 18
624,822 624,822 000000000000000000052b65940d6165f4d2ba1cd6340e58d97a002ce5a15119 2,542 1.00/1.00 vMB 7
624,821 624,821 000000000000000000017475d241fa8a27eb154869e80063b3530492ced1ebc1 2,766 1.00/1.00 vMB 18
624,820 624,820 0000000000000000000f7b79d1c4ca9f813e8cc93634f7cd740cb69025822392 3,044 1.00/1.00 vMB 18
624,819 624,819 00000000000000000005119aeee8d2550c5875ff0569583d0ca543ed0c06b2d4 2,942 1.00/1.00 vMB 30
624,818 624,818 0000000000000000000d20f2444e85ea5566553db964f02e229e0d457a11fbc2 2,234 1.00/1.00 vMB 6
624,817 624,817 0000000000000000000f822d2e0f5dc90afd1013c849ac10ec20fbfe6805cae3 2,899 1.00/1.00 vMB 15
624,816 624,816 0000000000000000000a734acd659a9bd3572353334825f58a9e740ed7a8f434 2,697 1.00/1.00 vMB 28
624,815 624,815 00000000000000000007819bd3b40b635d12eb626d68b3957b9d73a1cb47b56b 2,736 1.00/1.00 vMB 10
624,814 624,814 0000000000000000000e522d38f80a0a6c0950a1bcdb5bacc5d2e67f17af532c 2,945 1.00/1.00 vMB 15
624,813 624,813 000000000000000000058c690ef93718c30cd3bee1fdbb0701e7cf409a16ba49 2,395 1.00/1.00 vMB 31
624,812 624,812 0000000000000000000ef6fab6420dde1d86a45de0fc7c93d5aa8a60ffa42cdc 1,488 0.49/1.00 vMB 14
624,811 624,811 000000000000000000039018d21a1d612f64d39dd88b521eff1ba84c6cfa510d 2,603 0.83/1.00 vMB 15
624,810 624,810 0000000000000000000165b93e59e0e63d426f6590df466493b9e8ad1872dcab 2,447 1.00/1.00 vMB 12
624,809 624,809 00000000000000000008113a6811091e723b4be262b900d5f288760c69a436bd 2,339 1.00/1.00 vMB 22
624,808 624,808 00000000000000000003b0608d6e1e9c1e8bd18c2e40dec9d4e731c0a12ad5c0 603 0.23/1.00 vMB 18
624,807 624,807 000000000000000000031de97b77528feab2c56b01889907670c6a79f00f068a 1,078 0.38/1.00 vMB 17
624,806 624,806 00000000000000000002d0581264168de8f389cdd6e285d8d19e0a654e836498 1,782 0.72/1.00 vMB 10
624,805 624,805 00000000000000000000165f88a3f5082ca87d8256906abcc79ec60cc39b758d 2,299 1.00/1.00 vMB 10
624,804 624,804 00000000000000000004a354e042fb8edf8f5aa3e481abc37b6d0970be3454e0 2,966 1.00/1.00 vMB 31
624,803 624,803 0000000000000000000ca590c7e3080f308b5b2026b7b9fd602a896db31b3723 1,124 0.46/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.62 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.02 GB
    • Received: 16.11 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.