Loading Tool

Explorer IconExplorer

Memory Pool

85,568 transactions
31.41 vMB
0.13341433 BTC
Random Selection Loading Transactions
Max Size: 189.38/200 MB

Candidate Block

Mining Attempt 251bce89a6cb8d791a65f2bdef27f2b7aa9c155d9ba402943edfc0900d1960b4
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 1302c5fcdee2011f761b272a1f7330ae7ae4c61013f063b21d8bfe88532fdf4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.05700207 BTC
Feerates: 214.31 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (265,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,154 649,154 00000000000000000002d45b618f8a793384ce5868f4bbba126cccf4ae1e4575 2,063 1.00/1.00 vMB 17
649,153 649,153 0000000000000000000c2f9ef8eee23d86ada1a99bff8813a6d192fa9fe53e65 2,446 1.00/1.00 vMB 38
649,152 649,152 0000000000000000000c65910133493fb8ecb701c56d2ae8fd37cfde98b1acb8 2,684 1.00/1.00 vMB 33
649,151 649,151 000000000000000000061250f1186194229157967d10a01a2b36ab19d4304da5 1,732 0.64/1.00 vMB 20
649,150 649,150 0000000000000000000e6d2bbe6fd798e994f6b2276722cc3880b606cbf7b83e 1,137 0.32/1.00 vMB 2
649,149 649,149 0000000000000000000cc1b27bb560ef161875cf51883e9018f4e4a7e69323c1 2,026 1.00/1.00 vMB 15
649,148 649,148 0000000000000000000feb7c647e41c90846252e5ae24626ba58f1b9cf828734 2,567 1.00/1.00 vMB 18
649,147 649,147 00000000000000000004aa7d43755866a34603755650532871999cd0d2261801 2,149 1.00/1.00 vMB 50
649,146 649,146 000000000000000000096a44261d0f8136de39436da0fb979be50a220db8cbbe 2,698 1.00/1.00 vMB 51
649,145 649,145 0000000000000000000461a2a29a2ef604aae441808c0cc559fd626c6df03653 2,316 0.83/1.00 vMB 15
649,144 649,144 000000000000000000044b4f89fdf6a93d8be07b0b03db9fb1c7f13e94d0ad55 2,377 1.00/1.00 vMB 37
649,143 649,143 000000000000000000040a463df812236f9258be8f302cf8dfc756906a40ab72 202 0.07/1.00 vMB 47
649,142 649,142 000000000000000000059568d27dbdfd8876bc86e186698ebdcef11309a74c72 2,614 0.98/1.00 vMB 26
649,141 649,141 000000000000000000000084dc46d0da1c920a9b1ce16d91159655cfe1055482 380 0.18/1.00 vMB 26
649,140 649,140 0000000000000000000bedcfae27db0d9e6e5666f14860d42b9806d1a8be9320 2,075 1.00/1.00 vMB 33
649,139 649,139 0000000000000000000baf5c03b5e345d55e6f1babc80e90bb9f76b9d40e5072 2,280 0.97/1.00 vMB 27
649,138 649,138 00000000000000000010335bdbe7a5fafe84eb4f9e8db370bdeb367f035285c5 721 0.35/1.00 vMB 19
649,137 649,137 00000000000000000006b689b55fc2afe029971ad64a975d37a374de5a4cd758 1,019 0.67/1.00 vMB 23
649,136 649,136 0000000000000000000304ab2ff6cd6dc7f9003543148c61dc3f25c57aff8abd 2,173 1.00/1.00 vMB 23
649,135 649,135 00000000000000000003ae6b086bfe4b3733dde8c360eeb3e749adf18f59952b 646 0.20/1.00 vMB 34
649,134 649,134 0000000000000000000f8e0108cb6ed028fe589d365639d8f8209b8c7f81b6e1 1,396 0.60/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.