Loading Tool

Explorer IconExplorer

Memory Pool

76,755 transactions
28.79 vMB
0.06616379 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt 7e8a71eb3b39217a2cf4f540f05fb892418e4212a1bffc0a1fe8b252191ce75a
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 60de9987ccc862d625f9a1e3661f628a58d0ef2ba23b899a89a9ef42a46e58e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,713
Size: 1.00 vMB
Total Fees: 0.00815238 BTC
Feerates: 73.20 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (453,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,045 462,045 000000000000000001e4996c7107205b09d8b58aef2205ee81b1a176f6b3ed5a 1,029 1.00/1.00 vMB 110
462,044 462,044 000000000000000000a8408cba374717d51bbe08750621925e59001228732d84 2,492 1.00/1.00 vMB 147
462,043 462,043 000000000000000000237cf1d8dca8e0676b0f6a9a87beb0c9c672e6d710e39a 2,538 1.00/1.00 vMB 187
462,042 462,042 000000000000000001aa09db360053d3c466d8fd3dea26d7eac0868cf52bb138 1,674 1.00/1.00 vMB 178
462,041 462,041 0000000000000000015c45e79c94aff9c26cb4d9f461db4b8dd6d5864f7b7598 2,706 1.00/1.00 vMB 129
462,040 462,040 000000000000000001ace0252193f8db8c20f254f033afa2d5e0ad8502130721 2,749 1.00/1.00 vMB 138
462,039 462,039 000000000000000001d23d6f0ec3b771f73808ba7d38c6f0a956e86b411d6ca4 1,561 1.00/1.00 vMB 185
462,038 462,038 0000000000000000015c923f12062606aba4e2097074feeee230cd57013588e1 1,814 1.00/1.00 vMB 149
462,037 462,037 0000000000000000015d7124a8b5e0d4a3489939296f405e850016dadc3b18ff 2,307 1.00/1.00 vMB 264
462,036 462,036 000000000000000000faec1c321c3a74476b39667444a9446b295b7c849dd922 2,292 1.00/1.00 vMB 147
462,035 462,035 000000000000000001cbc7bcaa5b851c71b42555ea896dc827f89c1827cc8c93 1,515 1.00/1.00 vMB 110
462,034 462,034 0000000000000000013f8c6c2eb5f330d002935a300dd98bf802aea7b9023af9 2,054 1.00/1.00 vMB 324
462,033 462,033 0000000000000000018610067248f7e312a25196e1cbc5e6104706bc3cf1fb5d 2,283 1.00/1.00 vMB 247
462,032 462,032 00000000000000000108c999bff246414d006fc9b340ea214f58d235dfab74ed 1,833 1.00/1.00 vMB 106
462,031 462,031 00000000000000000156101007ce892cec617a735267065923e6fafcf5a099fa 1,922 1.00/1.00 vMB 144
462,030 462,030 000000000000000000cf52786831a79754dec25d31f8846009b8103dc01706e0 2,122 1.00/1.00 vMB 144
462,029 462,029 000000000000000000e9ccfab008f78e74e795868181024bbcb25200ef4805f1 2,743 1.00/1.00 vMB 184
462,028 462,028 000000000000000000dd59645a5a60e1b5eed8f087a7c6a829cf663a8f1aa223 2,590 1.00/1.00 vMB 180
462,027 462,027 00000000000000000050b8d8c729d7255a99c05299e290f342b22372797df963 1,853 1.00/1.00 vMB 89
462,026 462,026 000000000000000000d733799f403bd8cd522980df2cb817ec12ae8b15f6d5a2 1,857 1.00/1.00 vMB 112
462,025 462,025 000000000000000000b7ebe4190121ee32e18f711dc2ee728eacd8f2184b0b2f 1,587 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.50 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.38 GB
    • Received: 15.49 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.