Loading Tool

Explorer IconExplorer

Memory Pool

81,141 transactions
30.78 vMB
0.08895785 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt 0e39046d148b6e7383b3d89a2dd779021782cea35c8a963ce75a11e23ed8a2c1
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root e87df0f03f33aa6ce2137ed9f8eff6c134b97a18e8190c1c4af00163dc8b788c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,566
Size: 1.00 vMB
Total Fees: 0.01791240 BTC
Feerates: 73.20 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (449,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,326 466,326 000000000000000000ed1799b61a1f6549da117d7d5c5619158ca29d698ddeb2 1,905 1.00/1.00 vMB 164
466,325 466,325 000000000000000000b0b78e85cafbcea7f2783c5eb0393e50ba068e68b6925b 2,685 1.00/1.00 vMB 191
466,324 466,324 000000000000000001a218a405475f9c74b165fa8c2d6822099446e963e46e47 2,889 1.00/1.00 vMB 229
466,323 466,323 0000000000000000000e8616d0bada3e4344f45d935df4177449753015aa4ddf 2,672 1.00/1.00 vMB 142
466,322 466,322 00000000000000000047460c45c047ba8f6217b091646775da07e0d478fec35a 2,560 0.99/1.00 vMB 169
466,321 466,321 000000000000000001342da6a0dffca11471d4107e9a521bf4e491354a1b7fd9 2,833 1.00/1.00 vMB 131
466,320 466,320 0000000000000000018bdfac29253c35ab33801396542172073333bf7c1787ba 1,840 1.00/1.00 vMB 157
466,319 466,319 0000000000000000012faa54aa9b882deba2de8cd71f589dd033ca6c9b58b321 1,643 1.00/1.00 vMB 157
466,318 466,318 000000000000000000f10158a44df11bf3d69e2a1642cbcc07f866dac3486f3f 3,331 1.00/1.00 vMB 139
466,317 466,317 000000000000000000c4c6c578b35fce3146d0f66b35bdcf83139df99a54616a 2,073 1.00/1.00 vMB 182
466,316 466,316 000000000000000000c14a10293f6642b82ed0eed4bd4810d0b694758a622ca0 1,578 1.00/1.00 vMB 135
466,315 466,315 000000000000000000b84b81b639eafeb9722f3a41f7a2212844dca9d78e2da9 1,023 1.00/1.00 vMB 185
466,314 466,314 000000000000000001c520b8e0907cfc2fa3265d480cf54541ce8d588a999ddd 2,198 1.00/1.00 vMB 194
466,313 466,313 0000000000000000009307988556c20fc246f1d89099f6d3b3b1979d6642e296 1,758 1.00/1.00 vMB 152
466,312 466,312 000000000000000001eb1644e0336cc59045010e3d900c61c1c85403270bfc00 2,574 1.00/1.00 vMB 164
466,311 466,311 0000000000000000007af33bd7c31a4bdbc19670fbd6da9f7f0ef6d6f724e4f4 2,318 1.00/1.00 vMB 174
466,310 466,310 00000000000000000093169fe2cd7d26fb814c33687bb614a136a9030946cdc3 2,454 1.00/1.00 vMB 133
466,309 466,309 000000000000000000c3c643964a94430e0a8eef9a1e724deb5610caed9afb8b 2,729 1.00/1.00 vMB 138
466,308 466,308 000000000000000000e9285fd2637addece83949ff68eafc14f1a644530eb58e 2,203 1.00/1.00 vMB 151
466,307 466,307 000000000000000000887fcec9bc9164694909fc89628463cce8261ec1b712c8 2,158 1.00/1.00 vMB 171
466,306 466,306 0000000000000000006277e0db2a3e028256769e6401e83cef9a0b7653d3e76c 1,981 1.00/1.00 vMB 263
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.