Loading Tool

Explorer IconExplorer

Memory Pool

35,738 transactions
25.72 vMB
0.05534820 BTC
Random Selection Loading Transactions
Max Size: 131.77/200 MB

Candidate Block

Mining Attempt 0fa5b7d483ad61e4be0ab3ef5cd45ed80780f8787321cc6cdc2814303ba2c9c7
Version 20000000
Previous Block 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be
Merkle Root 8be56df3118f1923f7dccb2257edecded85cba2001fae96685eaaa2ecc334efb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,323
Size: 1.00 vMB
Total Fees: 0.00864082 BTC
Feerates: 60.16 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,929 (332,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,022 582,022 0000000000000000000360e9e14fe3d05f864a4b638bd23374b7cb12e8f2b08c 2,971 1.00/1.00 vMB 47
582,021 582,021 0000000000000000001554d00076973c1c4ed250b8f27098d7b3060fce7d2677 2,655 1.00/1.00 vMB 81
582,020 582,020 0000000000000000001c1633d2b100bcfb32ff759f1f05a6818d7df321a87d0e 2,431 1.00/1.00 vMB 48
582,019 582,019 0000000000000000000284cad03114a664c7b66d9723bdf93052ad767b5fb8ac 2,635 1.00/1.00 vMB 27
582,018 582,018 0000000000000000000ef8bfed1ecc9a12258fc8337ed549c76bbf6bfb25006d 2,206 1.00/1.00 vMB 58
582,017 582,017 000000000000000000238d5e904df121e3db15ad9cd4e22ecf7bfbf7e2619333 2,958 1.00/1.00 vMB 110
582,016 582,016 00000000000000000000fa813b1894a9bd7745e3f4ee0ab7ecb393ac2f35dbea 1,870 1.00/1.00 vMB 15
582,015 582,015 000000000000000000243976a7ab7d7816db5692badeabda994515f3c904d48c 2,553 1.00/1.00 vMB 46
582,014 582,014 00000000000000000010a15619a1d9f428029b0c211176fb1852ba4aa45a559c 2,386 1.00/1.00 vMB 98
582,013 582,013 000000000000000000022bec2e2340bd5c74ccc6b42ebab35c9fbb0dd3e35406 946 1.00/1.00 vMB 12
582,012 582,012 0000000000000000001f9ef42e7d5f5d6d6f89347375aa72c27090aaa4773952 2,194 1.00/1.00 vMB 21
582,011 582,011 00000000000000000011a5e87612ac514614681e29031d8f2b0413d79e0d04c2 2,760 1.00/1.00 vMB 85
582,010 582,010 00000000000000000013680dae0234163c1b7af585990e694b621381d02b47da 2,517 1.00/1.00 vMB 12
582,009 582,009 0000000000000000000765da34df769989fb71103a2eacb45bc05966486933a0 2,550 1.00/1.00 vMB 80
582,008 582,008 00000000000000000015f0903dc485be953434c8963c84990c67ad406835336c 2,712 1.00/1.00 vMB 68
582,007 582,007 0000000000000000000ee99d39070090c3fd2837ae211c1cf41bcbf60eea2164 2,471 1.00/1.00 vMB 49
582,006 582,006 000000000000000000145ccbdeb20ef53c02956f70d4430acf43e3de585e9409 2,350 1.00/1.00 vMB 60
582,005 582,005 00000000000000000017e2dd247fae6abbc0fdeeb0af3a9724980d3004d0db1c 1,073 1.00/1.00 vMB 10
582,004 582,004 0000000000000000000be9a0e7d6d98a43bc4f733830bce9d4a87fedbe0f219d 2,689 1.00/1.00 vMB 60
582,003 582,003 000000000000000000139a6f9febd52acc69df280709dd7504ee52bf9106b2d5 773 1.00/1.00 vMB 7
582,002 582,002 0000000000000000000d8de5119c9855d38899750ddcc5658dd658140ae29684 2,877 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.26 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: 655.89 GB
    • Received: 14.35 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.