Loading Tool

Explorer IconExplorer

Memory Pool

46,266 transactions
28.20 vMB
0.10771504 BTC
Random Selection Loading Transactions
Max Size: 147.98/200 MB

Candidate Block

Mining Attempt eba3b01b5584b10c00686716c9ede871e509ff8d8c7c1024f1e3ca123f19e7ed
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 90250515c1a902dc8c311882744ce6a6d065e1c109f1f98466efc844ad1f060b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04485622 BTC
Feerates: 265.25 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (390,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,011 524,011 0000000000000000002b336e64dffa88d372096fbc64d80894f3a629070a2fc3 2,187 1.00/1.00 vMB 13
524,010 524,010 0000000000000000000fdd78c611aebd18933817f55fc92763c199d79f9f24ac 1,928 1.00/1.00 vMB 33
524,009 524,009 0000000000000000003bebebe07500911a18dd831d61dbde023fad76fad1d24c 2,496 1.00/1.00 vMB 41
524,008 524,008 0000000000000000000d4e2762355b41cc933811a6320ea203008ca78f2842c6 2,041 1.00/1.00 vMB 14
524,007 524,007 00000000000000000036a053532eb685b339a9555fbac8c6c16df243b65ce6fa 2,707 1.00/1.00 vMB 24
524,006 524,006 0000000000000000004190cd8ee0a2a86e2e961dc4eac4bacf6239a742c7feb9 2,393 1.00/1.00 vMB 49
524,005 524,005 0000000000000000003965cb929bbeb98b5b170e125e819b88a68824e471e2f3 1,637 1.00/1.00 vMB 27
524,004 524,004 0000000000000000002e18bfb47a6e70db8483f4fd2e5e9fe014b85f74f78d53 764 1.00/1.00 vMB 36
524,003 524,003 000000000000000000351ab6682f60919c87d9c1a9c5a0911cecc67c5f0e47c1 725 1.00/1.00 vMB 60
524,002 524,002 0000000000000000002680100499d956f2c45894b82ff109fed11ca6ce9c0ced 2,180 1.00/1.00 vMB 30
524,001 524,001 0000000000000000001196f00272283935fabb908aa162f9207dd96ac012c67c 2,539 1.00/1.00 vMB 42
524,000 524,000 0000000000000000001bea2335a21ec3b6ffad22368b168714a7fbf0a4c68fe4 1,413 0.67/1.00 vMB 8
523,999 523,999 0000000000000000003f9b5d372cce4b117bb7a8e24a9f094d8a395276fc59ef 2,331 1.00/1.00 vMB 41
523,998 523,998 00000000000000000025727c46a06d982260e0ee2801be77aa3093d9dd152c08 2,120 0.85/1.00 vMB 24
523,997 523,997 0000000000000000002720b17674ce908063265a723589d81a43b5286c0d8afe 1,536 0.56/1.00 vMB 44
523,996 523,996 000000000000000000043908a5aa0e408aa4e48d72a3bd244b6bd98dfd345b2c 980 0.42/1.00 vMB 26
523,995 523,995 000000000000000000258d33026e5c2a93b8493769f4353d95eab1abd8b8c10a 2,042 1.00/1.00 vMB 40
523,994 523,994 00000000000000000041e5a2c0e3a263874c5bfa6d4971e507a3fe5d080321d6 1,869 0.97/1.00 vMB 5
523,993 523,993 00000000000000000030de5a2dde534f52cb5db7a6fe5028ecf3d20572d53635 2,744 1.00/1.00 vMB 49
523,992 523,992 00000000000000000003da1674aa4e0cd0d1507048da5c178cd656511a890785 2,487 1.00/1.00 vMB 46
523,991 523,991 00000000000000000022ef2f8db2f9e46725878ab00a9d38945d55fff61b209d 1,206 0.50/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.