Loading Tool

Explorer IconExplorer

Memory Pool

45,329 transactions
30.35 vMB
0.08915115 BTC
Random Selection Loading Transactions
Max Size: 155.94/200 MB

Candidate Block

Mining Attempt eb70e1338225fbe58778e519105a499f83f4359d699297e691cb6b35e5de8454
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 85ddd3c7eebb9215aca2402b8c7d8a72f537c693556ce3fd7064831438733ae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,119
Size: 1.00 vMB
Total Fees: 0.02484700 BTC
Feerates: 77.10 > 2.49 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (732,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,952 181,952 00000000000009a6b86e7e050d204a4ad9d5b2774df50f1cb0842c1a02f44614 180 0.08/1.00 vMB 120
181,951 181,951 0000000000000666b6b591982100a9e0fb9247dc63b49934956b0ca2a0e26e3b 94 0.03/1.00 vMB 174
181,950 181,950 00000000000007094d45a26aa9e5da532fa73257fbd6844aef6ca95d48710ea9 151 0.04/1.00 vMB 31
181,949 181,949 00000000000006f261f9ff3d9456e6f8b70b62c47087dc607ebabfbfca8282dd 256 0.14/1.00 vMB 138
181,948 181,948 00000000000004090c3ffcc3e3fa307b6cbd9c892974c9ac5906841d2e3992a4 143 0.05/1.00 vMB 125
181,947 181,947 00000000000004f4e13037d61022ad66e20e973984abba36a29f18ae25b70bfb 27 0.01/1.00 vMB 98
181,946 181,946 000000000000076e9f99e8be349355aa94a8e32cc28364d7b8cfcbd3e1baa965 321 0.15/1.00 vMB 125
181,945 181,945 000000000000096cfba2c918a7e4c649dccbc4bc742c5e54d936925babcf7a07 399 0.18/1.00 vMB 145
181,944 181,944 000000000000073a032d6692e031c8d4f2c869ffc5941e7eb0c489efb7e7623e 54 0.03/1.00 vMB 84
181,943 181,943 000000000000060c1fe19b1d7ff8985720f5995c2f3a937d974d1ec3e538fdb5 98 0.03/1.00 vMB 134
181,942 181,942 0000000000000034c85074d04a7162e0d2646e9a8ae3ee0b4e8e0141797ca31b 264 0.09/1.00 vMB 148
181,941 181,941 00000000000005210c54afa458eb9616bf90dc35f21ece13e553031d082981af 143 0.05/1.00 vMB 141
181,940 181,940 0000000000000967f830d8db506d5067532e1f1b68d0cb0cff7d4f058da1314a 130 0.05/1.00 vMB 149
181,939 181,939 00000000000006bb638ddfed4f5042557ed6fefcb985a800ff2406aed16d637b 131 0.05/1.00 vMB 130
181,938 181,938 0000000000000014d60a8561db997d3e1836496f8d598bbe1dd155208702c41d 11 0.00/1.00 vMB 756
181,937 181,937 00000000000004ecefe122e97bca0f288e264e1dd8c20bc2ae3d485807d58aad 29 0.02/1.00 vMB 165
181,936 181,936 00000000000007240ea8c0be18b2d694ea723a056f8ca9c54cbeb88a3fb5af7a 87 0.04/1.00 vMB 116
181,935 181,935 000000000000082ea599354e81727d665529d3f4aefebbaf4de5060b2833ce71 200 0.09/1.00 vMB 103
181,934 181,934 0000000000000349c9b71136e4ed9ae6ce9c325f4b684c2884b4e373a244fb5b 53 0.03/1.00 vMB 101
181,933 181,933 0000000000000615ee9e147cb380319f42dbc8666949abfb334358074f12a17a 97 0.04/1.00 vMB 62
181,932 181,932 000000000000018f0d2b05982c053084c2e1fe02136a9d86e77abc03b68e8628 571 0.34/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.