Loading Tool

Explorer IconExplorer

Memory Pool

44,900 transactions
28.59 vMB
0.06581173 BTC
Random Selection Loading Transactions
Max Size: 152.07/200 MB

Candidate Block

Mining Attempt 5dd33450ce66739d034a548abc34acb382d16b48f299951206c9c7790e588f92
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 67036d38874886d406472b12c70145f25f474a9d7fc23e5e2ba54bb9f8047b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,110
Size: 1.00 vMB
Total Fees: 0.01163491 BTC
Feerates: 60.21 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (394,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,055 520,055 0000000000000000003d6b7effafcefa62c620429125baf98c70417fe6e2596e 1,314 0.51/1.00 vMB 48
520,054 520,054 00000000000000000005f071d196695f0be7d89f51af917da443ed47f3c84ad9 2,023 1.00/1.00 vMB 81
520,053 520,053 0000000000000000003ef8f8bb94f26aff0476c0e4e175dd9fafebdd0ff556d1 1,059 0.56/1.00 vMB 15
520,052 520,052 00000000000000000004bbd739498289f0b0de16458cefb79724269b1a69d115 2,780 1.00/1.00 vMB 45
520,051 520,051 0000000000000000000a07c6b59cae0af4b28dd914bfc895c85ddca996fc20ec 1,013 0.55/1.00 vMB 10
520,050 520,050 0000000000000000002b794d9d9ceacb3c72c01ac9099f4268b2a847b9760e7f 1,842 1.00/1.00 vMB 66
520,049 520,049 0000000000000000001c4c34e0ddf69e8ffb7dd52fef6670431a315d0c0f7ee6 2,735 1.00/1.00 vMB 104
520,048 520,048 00000000000000000041c28c3e4b9d884750c2a503bbcbf5fad57f451e5e617c 2,889 1.00/1.00 vMB 94
520,047 520,047 00000000000000000022eb4b61c7b4f9a9eb9dfe937a07534d388a67ead0aa7b 678 0.43/1.00 vMB 43
520,046 520,046 0000000000000000001df8c038b3d47286d1adcb0f0cd5437dc6e867e810fb51 1,783 1.00/1.00 vMB 39
520,045 520,045 0000000000000000001e69f1aa444bf4f9068d2ca9e0b52dce0bae8150a613c2 2,139 1.00/1.00 vMB 33
520,044 520,044 0000000000000000003f44891dc3290810c007c4e466e5db92f5f231edcd5473 3,029 1.00/1.00 vMB 110
520,043 520,043 00000000000000000029b980be7776791667bc7a4393d39c293661b5e3099d3e 2,392 1.00/1.00 vMB 50
520,042 520,042 0000000000000000003a44dec1b274a8ab32643b9a9e5fe159bba207763b867c 1,249 1.00/1.00 vMB 34
520,041 520,041 0000000000000000001f2fb21383df887c030a563124788950cbd36f4650c453 689 1.00/1.00 vMB 14
520,040 520,040 00000000000000000020a15b37a1e83fc269c96e0098193e5d6b282d91d23ca9 2,610 1.00/1.00 vMB 65
520,039 520,039 0000000000000000003b2d3a4aa64e71123ef0346f97b6c8784fb04b89e990ee 319 1.00/1.00 vMB 5
520,038 520,038 00000000000000000007b95767acf6458d8b9205a9932878c3fac807f4e9c9d8 2,450 1.00/1.00 vMB 46
520,037 520,037 0000000000000000000522062b62fc8c77c6cf067855799ac7b760d99b231959 2,580 1.00/1.00 vMB 72
520,036 520,036 00000000000000000018ad7729afd16972f4472d0aa9edc5d6a99782f4c90121 2,138 1.00/1.00 vMB 73
520,035 520,035 0000000000000000000170df970a6df19b5bcc170496076e9fa34d45cb5eb55c 2,660 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.