Loading Tool

Explorer IconExplorer

Memory Pool

81,568 transactions
29.95 vMB
0.10893152 BTC
Random Selection Loading Transactions
Max Size: 181.04/200 MB

Candidate Block

Mining Attempt 8f3daf0f3ed31456b8274f4c6b11a40fe4ba4eb5106c2f314518d0667a88d675
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 8dd89f3e296f761519a727789b9f60be9fa2745122b848c7eab565d73be9d7d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.04223425 BTC
Feerates: 146.36 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (241,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,362 673,362 000000000000000000000d1cf0dbc080edf1487c195397e5eddd7119ddaa80ad 1,066 1.00/1.00 vMB 11
673,361 673,361 00000000000000000008087682d3c09a12c51a9e46524a1ac9d80964245e290e 1,097 1.00/1.00 vMB 26
673,360 673,360 0000000000000000000bdb06e7408e178f15ba940cc5bdb5b249c21371bd0a1e 1,742 1.00/1.00 vMB 19
673,359 673,359 00000000000000000001a71194beec34db67a32c4bb6935c0004d39b8de0e15e 1,994 1.00/1.00 vMB 37
673,358 673,358 000000000000000000014abd4ba5e54fd6ce67badf34167498b54650122986a6 1,923 1.00/1.00 vMB 46
673,357 673,357 0000000000000000000abd0170ade41ce2dba2a84daeb64281deecddf5739f52 1,674 1.00/1.00 vMB 13
673,356 673,356 0000000000000000000ade3c3773749b38ccfb012a90b959fdc23fad0414f2b7 1,891 1.00/1.00 vMB 60
673,355 673,355 0000000000000000000b6d6b3a13290ae2f987545dc04000e60ea963a4638632 2,789 1.00/1.00 vMB 101
673,354 673,354 000000000000000000066721d7ae0853fcae3b03e7e37b8b2a21698a2e080733 1,656 1.00/1.00 vMB 56
673,353 673,353 0000000000000000000116076982efb44c967fa6f845cf6b623c8be7bb7afdf6 1,374 1.00/1.00 vMB 19
673,352 673,352 0000000000000000000b6b67c3f97f64d3e52a08eb6b9e323c583cb4cff4790d 1,939 1.00/1.00 vMB 34
673,351 673,351 00000000000000000006d6105b71447bd6a31c2c4330c2170b25d4fbd1e06fb9 1,600 1.00/1.00 vMB 43
673,350 673,350 00000000000000000008d71253cf38cd702df0bdac7f743f2a79d5892fea748d 2,168 1.00/1.00 vMB 37
673,349 673,349 00000000000000000007b13db79b64d281491a0417ca13255e117e4f972b015a 1,617 1.00/1.00 vMB 74
673,348 673,348 0000000000000000000845c583e86d4c4adac4ac15973fa94213917c5b2d15ea 2,462 1.00/1.00 vMB 82
673,347 673,347 0000000000000000000a4d5aeeffcd43c67f54bd91e15247c68b37505437946f 1,957 1.00/1.00 vMB 36
673,346 673,346 00000000000000000006da159b9907fcb976cc0290729b8436441f4b7069ef21 1,985 1.00/1.00 vMB 99
673,345 673,345 0000000000000000000758ace60e02d4962af2d4c04c4ca37c4ba7ea713f4271 1,914 1.00/1.00 vMB 79
673,344 673,344 0000000000000000000c75abe69a999b4a2ee312449c604298f42903a7f73d52 1,649 1.00/1.00 vMB 62
673,343 673,343 0000000000000000000b842cbf7dfe7345b48deb00b76298f58ae0f58ce821ae 1,943 1.00/1.00 vMB 84
673,342 673,342 0000000000000000000798f5b2ff56073a9016e248b181a36e3e4af79442201a 1,407 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.