Loading Tool

Explorer IconExplorer

Memory Pool

80,121 transactions
29.25 vMB
0.09458641 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt fc67069d514d06b49aae6dd285c03e5200615afbac983f8d1f680c7ebbd07f63
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 72d42e7fcdca5d2f647c7d6b370e2a8b68287eeac619be2eab6d8701a3173614
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,618
Size: 1.00 vMB
Total Fees: 0.03335739 BTC
Feerates: 101.66 > 3.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (342,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,252 572,252 00000000000000000010ba3c5e52896790c73252c03d58947a68b5b2153d2485 3,490 1.00/1.00 vMB 87
572,251 572,251 0000000000000000000da2b5f495628ae1716e232c693c0694f82389cbb4f165 2,683 1.00/1.00 vMB 69
572,250 572,250 00000000000000000011245d4a0876bacd65d465d0af6f922b3bfe12f888b904 3,280 1.00/1.00 vMB 66
572,249 572,249 0000000000000000002bf09cfa27c8f4bf249db0fb62fc61c9ceb2f496aa1a2d 3,112 1.00/1.00 vMB 124
572,248 572,248 00000000000000000001b8cefefef6694987f5f4af52086dbb32867dbb8954eb 2,469 1.00/1.00 vMB 75
572,247 572,247 00000000000000000009e6496f198e2b7767ffa935ad7ef0023f3a63ce46ce25 2,664 1.00/1.00 vMB 64
572,246 572,246 00000000000000000006e8f7556d160f63549855bb6483c2aafbb25c157741ed 2,581 1.00/1.00 vMB 12
572,245 572,245 00000000000000000001535a034367e0e022d90d6d9d788e437f98b0ccbeeff2 3,094 1.00/1.00 vMB 25
572,244 572,244 000000000000000000226bcc4c0f493b43d8daaf0fe07200172f78bda040fe4b 3,249 1.00/1.00 vMB 14
572,243 572,243 00000000000000000002038fd0294f78d6cb8a483cd574992c4e603ce7fa04ba 3,280 1.00/1.00 vMB 28
572,242 572,242 000000000000000000028e40ab8f0b20aed7023f5c6b07c070a13bd3451f9281 1,949 1.00/1.00 vMB 55
572,241 572,241 0000000000000000001240719e38968fcffd6ed626d650912ab15192141e2f35 2,140 1.00/1.00 vMB 14
572,240 572,240 000000000000000000264c307ba488bf7aab43dbce7f37f1c98480fb3faa1bf4 2,347 1.00/1.00 vMB 11
572,239 572,239 0000000000000000001d8a031e947dba73d7dac5cfd447933a11680c27de5588 1,070 1.00/1.00 vMB 6
572,238 572,238 00000000000000000020e619d86f21d778abd5fbdd1ba068d430f1248bbc4413 1,579 1.00/1.00 vMB 7
572,237 572,237 00000000000000000005a1727f18767cc956d9db7d7ed06508490b83f96044a8 946 1.00/1.00 vMB 4
572,236 572,236 00000000000000000000d8d2be6b3fd2dbe6aece89e2a63cbb1537cf490f2b73 1,190 1.00/1.00 vMB 5
572,235 572,235 0000000000000000001f1db29d07d18f10d70dbc92a1826880d11583e8b182d2 1,794 1.00/1.00 vMB 7
572,234 572,234 000000000000000000115d7996e07845efb478fb207d3b673d55f6a63b952eea 2,471 1.00/1.00 vMB 9
572,233 572,233 00000000000000000020733b110567d5934f51fd33deb6fb569a04b55a8cb56b 2,891 1.00/1.00 vMB 20
572,232 572,232 00000000000000000021b22963001ecc818858ec6502d7252df7df03f7b52182 2,556 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.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.