Loading Tool

Explorer IconExplorer

Memory Pool

77,326 transactions
29.25 vMB
0.08366347 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 57ffd7366386d34fd4488bc879d50a1a577a3c1b4a4bc01ada3f8cd6ce0f6d3a
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f82dac670f897edd82c71376d0b9d60c9225646fa97e0aca92128484d86a6273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,855
Size: 1.00 vMB
Total Fees: 0.01955763 BTC
Feerates: 301.35 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (568,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
347,040 347,040 0000000000000000058fae6dce86b29ab9123a54af3df3a03b7c21c0f8cf76d9 1 0.00/1.00 vMB 0
347,039 347,039 000000000000000008cb8ef4a6a85613c1fa9d54432bcae12c0d595fd9d6601c 773 0.79/1.00 vMB 17
347,038 347,038 00000000000000000c161e088bd1b14f3cd3272edda87fa8ed72b46cc5c7dad6 1,402 0.85/1.00 vMB 21
347,037 347,037 0000000000000000157300507d2a3ccc50ccb7d58d105cc7497c366a75089692 490 0.28/1.00 vMB 47
347,036 347,036 00000000000000000466f8e596af9af9df7711c4f977fcdd3d572a4ab66e54ca 2,557 0.75/1.00 vMB 52
347,035 347,035 0000000000000000002ecfdf8890cb3f732667a9da066d8f0182f65a59851ad0 382 0.18/1.00 vMB 28
347,034 347,034 00000000000000000c0890d6b65dd4921bb7aab1866128a20a3d54bd6b215e79 554 0.41/1.00 vMB 17
347,033 347,033 000000000000000001fd6fbebc4d5a563b1c181a6306233f81450e3742ae7b4b 2,042 1.00/1.00 vMB 30
347,032 347,032 00000000000000000e799818cd5c2fb7a222c5e4b62ae78350875e1026ead3b3 162 0.17/1.00 vMB 11
347,031 347,031 00000000000000001261552b3536de33dcfb07fd2cad7f20bbd7903ac22241e7 1,407 0.75/1.00 vMB 28
347,030 347,030 000000000000000005aea0739bacadf1939c48b6e05e3823844e732ca6ef0640 1,170 0.64/1.00 vMB 28
347,029 347,029 000000000000000003766fbed1ac1136d1a78f8a7b55978c5a78b47923351200 636 0.38/1.00 vMB 15
347,028 347,028 0000000000000000080caaa10362e3393d8ff66c87066a0e3b02dc9d8a204ecf 710 0.75/1.00 vMB 13
347,027 347,027 00000000000000000eee8f562d05c58482d28f0ad8e43d342744427c575dccbe 1,605 0.75/1.00 vMB 29
347,026 347,026 0000000000000000129e3032bc431b03ce1e4f3dabab326dea209771dbb9c0f3 1,990 1.00/1.00 vMB 28
347,025 347,025 00000000000000000ef498a3199dd70c8b0f673eb7c3fad26c76d866b347c374 1 0.00/1.00 vMB 0
347,024 347,024 000000000000000012cfab1991ff2cfcab1b93db7fd1bc759c6a2d447cea1613 1,171 0.75/1.00 vMB 23
347,023 347,023 0000000000000000023f52a4fbb9584c50d479a4a0b99287f385b94fbc61778b 1,968 0.75/1.00 vMB 34
347,022 347,022 000000000000000012c1cd4c7e9b243520bd992af0f04988a25d62064acb1e16 1,648 0.90/1.00 vMB 22
347,021 347,021 00000000000000000a388bab7aab2d942cf827c9a137debfafe6c7e87992977f 2,051 0.90/1.00 vMB 31
347,020 347,020 0000000000000000129781a0ac34388664232624d04c82a559707c043b30fc75 351 0.21/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.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.