Loading Tool

Explorer IconExplorer

Memory Pool

83,343 transactions
30.67 vMB
0.16721123 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 5f3a8bd5be20b8c9096293b11cf758abce06078b6102e647a91782c58fea7352
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6de287f4a553cffd7b836c9d21373cec346f34589a1a8341069edf05fb8efb1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,063
Size: 1.00 vMB
Total Fees: 0.08616085 BTC
Feerates: 150.79 > 8.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (13,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,170 901,170 000000000000000000013c42f3d24674556d958f50adc71119e14483e54f4a08 2,334 0.99/1.00 vMB 2
901,169 901,169 000000000000000000012c658a2b06c4067ce3a82f91fb1a95b6ebf4f9d030bc 2,770 1.00/1.00 vMB 2
901,168 901,168 0000000000000000000235664fc026a6c305fd46f61854e84ca96e42ff0edff0 1,987 1.00/1.00 vMB 1
901,167 901,167 0000000000000000000005ccb7d1acc506912cc64cb2e7520f531e9ae70ea7f4 1,897 1.00/1.00 vMB 3
901,166 901,166 000000000000000000014ef49eed9054aa8c88c12470ee066a77e9a72a9c51d6 2,643 1.00/1.00 vMB 4
901,165 901,165 000000000000000000000f847ab72c2ee8755888aea2740e11c80727cbc5661f 1,166 1.00/1.00 vMB 1
901,164 901,164 000000000000000000006cc30e8373dc4a2537cb8413d3065013f9775c17b49f 944 1.00/1.00 vMB 1
901,163 901,163 000000000000000000001a84d6caf22e009c449e5adc97e90379b94d1e32e8c7 1,764 1.00/1.00 vMB 1
901,162 901,162 00000000000000000001b2122f82b0cf86a37c9901ef1591174916fdb55017d5 3,374 1.00/1.00 vMB 4
901,161 901,161 00000000000000000001e5a99befe90cd950b9676eced4eff7d1074ee716ccbd 1,987 1.00/1.00 vMB 4
901,160 901,160 000000000000000000001bf79dd8f89ae80e371231e81ff69c3c36412c9c4069 1,888 1.00/1.00 vMB 2
901,159 901,159 000000000000000000018229e5c1d927de0e189a603f810dfe2bee7d7f423d82 3,077 1.00/1.00 vMB 2
901,158 901,158 000000000000000000007c5a9420d4b3e9152f5c496bcc8ae2a7acea3e6369e2 2,873 1.00/1.00 vMB 4
901,157 901,157 000000000000000000018f7bb13f684d04a44606eb1afcaef4585a2ea998ab21 5,742 1.00/1.00 vMB 6
901,156 901,156 00000000000000000000ce827f3f27464423d21a9e08751eccd2ec6a9e4bcadd 763 0.47/1.00 vMB 3
901,155 901,155 000000000000000000006cfccf2def23464a1dc5e83fcfeb68f2376052156d1b 852 0.16/1.00 vMB 1
901,154 901,154 000000000000000000001a597067977d14875ef2f8daafd03d3f5b66a28cd9e6 2,777 1.00/1.00 vMB 1
901,153 901,153 0000000000000000000023677bb36c976c71443b2a4e3ebd98a0125895806b76 2,189 1.00/1.00 vMB 4
901,152 901,152 00000000000000000000f144eba6af14dd6363fda3ac7ec48348edbf0cde0e3e 2,330 1.00/1.00 vMB 3
901,151 901,151 0000000000000000000108312d8ba9c66bf9c806b9c7bf2e923d282508941005 848 1.00/1.00 vMB 1
901,150 901,150 000000000000000000020d002bac8c7cd12b1c4c1606841a41a71cf4ce24cfc7 2,603 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.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.