Loading Tool

Explorer IconExplorer

Memory Pool

17,546 transactions
7.27 vMB
0.04796190 BTC
Random Selection Loading Transactions
Max Size: 44.64/200 MB

Candidate Block

Mining Attempt a3d3bd550b871afb71ea3f8462ec341f9f76edaed6e27796529baa7dd8aa293c
Version 20000000
Previous Block 00000000000000000001d2ef840bcebe98db4d182a7e67079d52b407ec05a9a4
Merkle Root 743c3fdd33a25ec7b08c486b50ddb59427f9941c9caf1b9646e36af57113bd1f
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.03786306 BTC
Feerates: 1,241.39 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,281 (78,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,134 860,134 0000000000000000000149ef490d8813549a5017d5d1571ff93b0056740ca5d6 6,948 1.00/1.00 vMB 3
860,133 860,133 00000000000000000001d0c58e55bd2f0165ede60e52cc0842aa56b2c4ffcbab 4,226 1.00/1.00 vMB 6
860,132 860,132 00000000000000000002a442f3dbc48da5215009aa0a5651f04732ef42758b02 5,553 1.00/1.00 vMB 4
860,131 860,131 000000000000000000015a2518ec89588b703013e8f1af6a1c3a635ece5e054c 7,652 1.00/1.00 vMB 2
860,130 860,130 00000000000000000001cd2179cbf0395f5aa3dd6f0e2237097656bc8f468b3f 7,233 1.00/1.00 vMB 3
860,129 860,129 00000000000000000001a8da1ae656a025077c32a236a016bddaad8b631d9948 7,791 1.00/1.00 vMB 2
860,128 860,128 00000000000000000001aa41b906a19b8837997cc5c24d3e91f249af13e4ddaa 6,791 1.00/1.00 vMB 3
860,127 860,127 000000000000000000027b1a9cc8e7d186e299b6a109cb49cb963eb834200421 2,863 1.00/1.00 vMB 5
860,126 860,126 00000000000000000001e8304b390dcd570192ad7f8884b68b21bbffa790d3ec 2,715 1.00/1.00 vMB 7
860,125 860,125 000000000000000000004970792839a3ac67ac6dfa96db9acdac170718e2963c 4,625 1.00/1.00 vMB 4
860,124 860,124 000000000000000000014f71f2487b70326a02403aa8aeb31a665b1c87e4060d 2,847 1.00/1.00 vMB 8
860,123 860,123 00000000000000000002d1eb847359aed0ed0c37202a508b9bb93e3de4f4bdb6 5,735 1.00/1.00 vMB 3
860,122 860,122 00000000000000000000a4325283aa19c9eb80f6ffb3d9c89b8626d31246a021 2,943 1.00/1.00 vMB 3
860,121 860,121 00000000000000000002825dc2cdd9949738abf1aaea28a6822c8a5822c3c79a 624 1.00/1.00 vMB 3
860,120 860,120 0000000000000000000197c37d1de63dc4e63f1beafbc1829272abe901adcf50 2,618 1.00/1.00 vMB 4
860,119 860,119 00000000000000000002a37fbacbf8345db64c9f321d67a8f4d2dd11daabe751 3,843 1.00/1.00 vMB 5
860,118 860,118 00000000000000000001c02236c474bcab6e721e00e9ec851a8e4fc50c668027 3,405 1.00/1.00 vMB 9
860,117 860,117 0000000000000000000315710a71d399a28b4ecaf4a556d18858bd8f9e142fa8 2,896 1.00/1.00 vMB 9
860,116 860,116 00000000000000000002a29ca4c00f58a4192548535b6cdfdc2edc26811c393c 5,075 1.00/1.00 vMB 4
860,115 860,115 00000000000000000001b48d286931dc79d86cf5206a2ac861fef6d2be9f8812 5,526 1.00/1.00 vMB 3
860,114 860,114 00000000000000000001684093b5c179de18482cd58025385b684dfb6b8b3a4b 6,630 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 823.64 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: 4,090.75 GB
    • Received: 224.76 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.