Loading Tool

Explorer IconExplorer

Memory Pool

41,498 transactions
27.17 vMB
0.06539241 BTC
Random Selection Loading Transactions
Max Size: 142.63/200 MB

Candidate Block

Mining Attempt 5cfa3329331b09515387a5a9ed9378b15263b35d9dd9ca9101fc17c7b75c33a6
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 4435caac9730a8261777de9113655ac7e57f72d4a2419a8ce05897f52bb75755
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,118
Size: 1.00 vMB
Total Fees: 0.01496856 BTC
Feerates: 100.52 > 1.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (569,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,170 345,170 000000000000000007aea9dc9f69ba34e842f7c6c0ef9d65bf8a1956c74bfe00 408 0.21/1.00 vMB 26
345,169 345,169 00000000000000000149ce871b8cfaa340f10fc275c11165818ad15341674201 674 0.34/1.00 vMB 29
345,168 345,168 000000000000000012b523de728dd199d2bda7c1c305bfe32964b0bd6eed0b96 827 0.41/1.00 vMB 26
345,167 345,167 0000000000000000114e9dae2c5d3734edaa3e15c4210d422510941a4b6dac7d 468 0.26/1.00 vMB 25
345,166 345,166 000000000000000001a2de501192844cfed6b60e2125c21684fdbb9111d4b990 907 0.49/1.00 vMB 25
345,165 345,165 0000000000000000039c64be87a66e44a5aa75c909f4b528421df6ac76893906 464 0.27/1.00 vMB 26
345,164 345,164 00000000000000000d8518e33b22fbde989e6b21ae9bbe0063f3bf7bd466626c 1,425 0.75/1.00 vMB 26
345,163 345,163 000000000000000012f0d32c7f0d9c173c03a680a37c361326c0b8c3cd580231 965 0.63/1.00 vMB 28
345,162 345,162 00000000000000000f77c49f8fc2a0b95c3ebe16783f34114959021995aeb9b7 910 0.46/1.00 vMB 30
345,161 345,161 0000000000000000161421bb7e4998bb6c1de15e7bb15df30323b4ce9285a076 210 0.10/1.00 vMB 22
345,160 345,160 000000000000000014bda4bb77f7970413dca4082aedfd9e5f4772153bbfaa69 118 0.10/1.00 vMB 13
345,159 345,159 0000000000000000062b51a8d32c808e7d4a3a981f7b4fd1caa7f149acd6c749 1,166 0.67/1.00 vMB 24
345,158 345,158 00000000000000000bae23bbb3ba8b024e78959ab51bda9280d8d18152c1eb65 692 0.50/1.00 vMB 19
345,157 345,157 000000000000000007f55b54203cba38e16e63c0dd86d4852f55aa96dbfc3440 512 0.21/1.00 vMB 29
345,156 345,156 0000000000000000026d229f6ede58738c8d23652e8a741d45c8a2910021b557 512 0.17/1.00 vMB 51
345,155 345,155 0000000000000000125899a2c6547d8c8e9b8f767a1f78d1437e0691428f87ff 1 0.00/1.00 vMB 0
345,154 345,154 000000000000000011bd53b5fbe41e3e0fbda70ee01f410f2aa0b7a1aa7ca31b 112 0.08/1.00 vMB 14
345,153 345,153 00000000000000000265f515db819518902e913a74e14ec99a326ac7fe3820ad 1,496 0.79/1.00 vMB 25
345,152 345,152 000000000000000004b1ed1be0c298689c8d24fefbfc6ffc968c6461fa6e4c3c 707 0.57/1.00 vMB 19
345,151 345,151 0000000000000000092c2133fef3b12b9f8949a2c34ceb738f8138dff3ac6aaf 820 0.75/1.00 vMB 18
345,150 345,150 0000000000000000041e2f4b6138dfed77acab53b396972ecc3eb9a6cac9c40a 2,213 0.85/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.04 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: 650.66 GB
    • Received: 13.30 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.