Loading Tool

Explorer IconExplorer

Memory Pool

79,680 transactions
30.12 vMB
0.07954658 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt 0fa829cbe1c121021c6b9ef5ebed5960a1c8e82e63a9c839785b093ec946d3f5
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root f18020f865f99ed7007f9da2df68d02e27f95aa1598f7b32bb20fb2c60db9fd3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.01252149 BTC
Feerates: 100.65 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (327,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,765 587,765 0000000000000000000fe51b875dbe2c07811a2ca06bbf4a0e4ffcc4dc9a922a 2,294 1.00/1.00 vMB 61
587,764 587,764 00000000000000000012f5a346fc6fed0cb86a9f8c9fb7b39f34c3d2f5b8e9b8 2,799 1.00/1.00 vMB 109
587,763 587,763 0000000000000000000935afbdde80a7ccb11d4252dcef83c3c9b70db61c98df 2,443 1.00/1.00 vMB 83
587,762 587,762 00000000000000000001677467991ba87090b2c64039e337c70e24f7c84657a5 2,820 1.00/1.00 vMB 75
587,761 587,761 00000000000000000007b9c09743580641c56d6b2d5dd7b37170eaf4e4ddbc39 1,247 1.00/1.00 vMB 65
587,760 587,760 0000000000000000000bc5f233a7aae4e7b37736f3014c6256d0747efb512611 2,351 1.00/1.00 vMB 85
587,759 587,759 0000000000000000001c7c6bb96917dc6cfb50edc85233d1b82bdc1178b0d844 2,701 1.00/1.00 vMB 104
587,758 587,758 00000000000000000004a1e9644c6e3520d634b057f4c17ceefffa11e9072ec9 3,060 1.00/1.00 vMB 101
587,757 587,757 00000000000000000011736ed0786b9bcf5253ed64cb920a337a96271f0c3368 3,060 1.00/1.00 vMB 122
587,756 587,756 0000000000000000001177148e83b02035d4abc56ea18158077beb4a63e39828 2,598 1.00/1.00 vMB 34
587,755 587,755 0000000000000000000d187cc60e0346f554eba65b582569c7998285f032553b 2,149 1.00/1.00 vMB 37
587,754 587,754 0000000000000000000cfa37e2849a35e61418375214595f3f76fdf97c44c42c 2,915 1.00/1.00 vMB 67
587,753 587,753 0000000000000000001af69ab77b5fab9c72259cbd4f0a067b4deae91518290e 2,973 1.00/1.00 vMB 45
587,752 587,752 0000000000000000001ac376bd51ffb69cf3d0f74cc19c51fc83e5b0539bf0fc 2,556 1.00/1.00 vMB 72
587,751 587,751 0000000000000000001a7162ea33f52edb5e114f7b06c3ad4a20a173c386b3e4 2,971 1.00/1.00 vMB 69
587,750 587,750 0000000000000000001e55fd228e43854a210b20cf8e53b2c03b653b2fa75df3 2,899 1.00/1.00 vMB 59
587,749 587,749 0000000000000000001a9c6c4b99bfe943711b8c78df3f61949ae9a10221044e 2,373 1.00/1.00 vMB 90
587,748 587,748 0000000000000000001d73249b4ced523228640dbf273533029943101515018b 481 1.00/1.00 vMB 95
587,747 587,747 0000000000000000001ac15799b027470c16c57e0b18ad29c58ad357bd6224ef 632 1.00/1.00 vMB 100
587,746 587,746 00000000000000000019375485580d6347ecc04995062947feb9a8a25bdca038 844 1.00/1.00 vMB 102
587,745 587,745 00000000000000000009fc61f1fe33577fce5948f357747fb28453300baffbd1 1,196 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 783.07 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.88 GB
    • Received: 18.29 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.