Loading Tool

Explorer IconExplorer

Memory Pool

80,467 transactions
30.25 vMB
0.08223626 BTC
Random Selection Loading Transactions
Max Size: 185.05/200 MB

Candidate Block

Mining Attempt b1afdb6efa8ddf93d367b43f77c284c8137cd531be22404707462906c2311675
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root f7cdc6a6f95dee84780aaf3b7df120d6427b5b8d5a8fbb2abbbf4196eef56152
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,337
Size: 1.00 vMB
Total Fees: 0.01465039 BTC
Feerates: 104.17 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (327,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,768 587,768 0000000000000000000c2b3199dbb795765b06f627bca4c77f0a4c40e9eee14a 2,954 1.00/1.00 vMB 95
587,767 587,767 00000000000000000013163801bac9ed0551c5a237d8893cefe3653d019fb650 2,896 1.00/1.00 vMB 45
587,766 587,766 000000000000000000111133f5ea10597b81dc70dd860444fe54375d957939a9 1,824 1.00/1.00 vMB 64
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
Previous 10 blocks ↓
Total Size: 783.05 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.56 GB
    • Received: 18.19 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.