Loading Tool

Explorer IconExplorer

Memory Pool

80,210 transactions
34.61 vMB
0.17398714 BTC
Random Selection Loading Transactions
Max Size: 193.78/200 MB

Candidate Block

Mining Attempt da0af8fbae76e5b04a65e45ac015c00c77b577a5c5a019722f1afd97227cca9e
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root a2c304203f52dd13bd1921de3c3ee623a85a72bf437a20df3e827bd1bbc1d351
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.04592678 BTC
Feerates: 150.93 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (628,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,316 287,316 000000000000000113c57e4369785a0c734f082a2723d1eba94b9f6ef88dc6b6 615 0.25/1.00 vMB 41
287,315 287,315 00000000000000007261cd12ebf5467797796a584045704eeb9d717f424f133d 310 0.22/1.00 vMB 25
287,314 287,314 00000000000000011a514045b6f74a9c4a6a75ea8a31cef4d17e3ecd8d416379 473 0.29/1.00 vMB 32
287,313 287,313 0000000000000000aff98459142a67ed806342c70d7ea83c07ec601bc15087d2 87 0.06/1.00 vMB 44
287,312 287,312 0000000000000000cb91f9d994cf45c71830ad9708c1d2e1c4e1cbad8c1737a1 441 0.38/1.00 vMB 27
287,311 287,311 00000000000000002bd7c25cb9b4b7ad6f779f9e69cdf72e06212f9c9c3d6780 388 0.19/1.00 vMB 30
287,310 287,310 000000000000000133018bd3f45aec96120eb7f93a5fe7e69821c74870ba7da0 177 0.10/1.00 vMB 25
287,309 287,309 0000000000000000075b29160af401fa15c13a1152ae8d7f22a29b524435136e 384 0.22/1.00 vMB 30
287,308 287,308 0000000000000000f69f45f0a0a5f5b5c56763c559dd44b6fa3e3d23e9046098 373 0.24/1.00 vMB 27
287,307 287,307 00000000000000000bac9d16e23a4096956371ec46a6267473fc3373c9a92ed2 134 0.35/1.00 vMB 14
287,306 287,306 0000000000000001227dc24652e6dad6810313ee455d76d2751f13e91e371e35 929 0.50/1.00 vMB 31
287,305 287,305 0000000000000001169c8c75e12de1dfa3008d559a2c7634c3470f2ef12956d2 893 0.35/1.00 vMB 36
287,304 287,304 0000000000000000be0f6bbc7fed03302a3eb73f3414150cee13ed99bdff04ec 64 0.03/1.00 vMB 65
287,303 287,303 00000000000000007ab0bb5c99aab20b50682c19a91673d0b721b629488b51a9 145 0.06/1.00 vMB 46
287,302 287,302 00000000000000003a38cf3e41d8a6c834b76be8f414cbc545d41472777f37b0 140 0.06/1.00 vMB 132
287,301 287,301 000000000000000099b760126596fb8b1a66b58aad3247c12989b51b1be2adc1 764 0.34/1.00 vMB 37
287,300 287,300 00000000000000014eb8946d79bf47aa7f64dff47900eef5310dc738a02646e7 538 0.27/1.00 vMB 36
287,299 287,299 00000000000000008c9f955494d56f6e0980c347be8fe9348b6886e65d6e4393 291 0.17/1.00 vMB 31
287,298 287,298 000000000000000052c0f96a1a2420583eea19f0f1ebb99659f1bf7b28611293 152 0.08/1.00 vMB 38
287,297 287,297 0000000000000000c17dafa6f06bd61daf3f80d305b3b7efa72acefc0ca1bbfe 124 0.10/1.00 vMB 14
287,296 287,296 00000000000000014dc884c29e5e27bf3a85f5b49b0d6b55b51b4eb28dbc5817 397 0.22/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.