Loading Tool

Explorer IconExplorer

Memory Pool

76,297 transactions
28.26 vMB
0.09228809 BTC
Random Selection Loading Transactions
Max Size: 171.53/200 MB

Candidate Block

Mining Attempt a016cc366a6e25285d5f23f0c0c61160c08f5738188dbf63cb9718c6cbb667e5
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root ada6b12b2c66bc078d7fa73cbc85011b08288a03773dd22e4201340d3d46be86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.03026421 BTC
Feerates: 402.60 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (507,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,693 407,693 000000000000000001878783b0fe0cdffcc92647579ab8da1ac9877907019dc9 1,178 0.54/1.00 vMB 34
407,692 407,692 00000000000000000460687254561f28eda092e111c1964e9b830f6b6c4dd67e 379 0.16/1.00 vMB 37
407,691 407,691 000000000000000002f358d292f9c62c40b9f7b66b764187c0fae536c6e1b0cf 1,428 1.00/1.00 vMB 30
407,690 407,690 000000000000000004552e00d22d61d69358f2c3e1b88c68675e2e4bb6d29a08 1,072 0.42/1.00 vMB 37
407,689 407,689 0000000000000000057bee95da024b7eed900c2bd56c9a00fc1396df4fba3c54 1,900 0.86/1.00 vMB 35
407,688 407,688 0000000000000000030029cb5842e65119407dbfa98decb2168203a5c3ecfe59 480 0.24/1.00 vMB 32
407,687 407,687 000000000000000004e1626e745e54e17a399dfce8a5577aa37211ea2d4a5909 2,710 1.00/1.00 vMB 39
407,686 407,686 00000000000000000101d12e2ef3f89367cf196c4cf551ace07cbd935eb18bab 1,212 0.61/1.00 vMB 34
407,685 407,685 00000000000000000390571e33c0aa2ae793413b367b54c6ef7d7be74e76d37f 2,114 1.00/1.00 vMB 39
407,684 407,684 0000000000000000022f4fdfb2adfa72a0bb30f73d1a06d9c644525c5c6724ea 1,758 0.99/1.00 vMB 27
407,683 407,683 0000000000000000058ae71bdc1b77fc64fc705010c183765f138d45ec25bca3 3,310 0.99/1.00 vMB 58
407,682 407,682 00000000000000000120192bc9e059b3246cb21c9e45e67c9e2d3ea24c890aa2 1,248 0.60/1.00 vMB 34
407,681 407,681 000000000000000001190fc820e0ff05c8bbcd10005aa91e0fed25f4b78413b2 7 0.00/1.00 vMB 158
407,680 407,680 00000000000000000020a56a66f551e456628ae3a577bf7c990a4d602a4b58fa 805 0.82/1.00 vMB 20
407,679 407,679 0000000000000000013c035f7b2c67822b81c1a70d50f8fde8f012eaecdd62b5 2,017 1.00/1.00 vMB 42
407,678 407,678 000000000000000003e6c3a7c98a633b07be436d07e04184799c9a9b1ae6597b 2,031 1.00/1.00 vMB 37
407,677 407,677 0000000000000000040375aeda4a37d239d6ce848f7fac3b33a1f63c4f5b65e9 1,927 1.00/1.00 vMB 32
407,676 407,676 000000000000000003b8d388dcaa6fc6d52055da25eaa04f75fd46bccec069bb 2,409 1.00/1.00 vMB 44
407,675 407,675 000000000000000003c9e4fe50f964cd53392fd38039f19d9fcc64184d77e986 2,198 1.00/1.00 vMB 36
407,674 407,674 0000000000000000008ed64b77bda78d95b14395bce17f410b43569dbe1e1bc5 2,850 0.99/1.00 vMB 49
407,673 407,673 000000000000000000863777f83fdfad931f53ce23154e0f2454ed294c9e8733 256 0.99/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.