Loading Tool

Explorer IconExplorer

Memory Pool

30,737 transactions
17.08 vMB
0.04155633 BTC
Random Selection Loading Transactions
Max Size: 92.17/200 MB

Candidate Block

Mining Attempt 162bdfeafa27c0eb2952346ac11963bb36cd7f05f6cde057f9b7aca8f401397f
Version 20000000
Previous Block 0000000000000000000157985ae5e218ec435eef53db9d5e47bda7e17dfc1bdc
Merkle Root 87b53eec2522dcf292a481ac4ff94057f5fdbaf9de46c39e07d40ce1a3f02ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.00986006 BTC
Feerates: 151.12 > 0.99 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,163 (795,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,749 118,749 0000000000009dca05aedb5c7d3439256c43300d43775f44871fc65c324c9500 13 0.00/1.00 vMB 587
118,748 118,748 0000000000000d25a908774bcb9ca51745fd814453fa0a3d2db53fb573e0541c 6 0.00/1.00 vMB 0
118,747 118,747 000000000000c8587268671bb3fa842913720ab608c3472e8254c2728c804b7e 2 0.00/1.00 vMB 0
118,746 118,746 000000000000b4a35dd670b81cf926a743ded470365179b275e07d30033d18b2 20 0.01/1.00 vMB 0
118,745 118,745 000000000000190290217b6a86f27a218c5afef7352b7cf0b01ba9463a4e1a9b 12 0.00/1.00 vMB 311
118,744 118,744 00000000000048ff62b003ab93134e8cf2958a73de71e5e3ba9112b10a132d8b 10 0.00/1.00 vMB 215
118,743 118,743 0000000000003079986ed6c0f24826abe1a365e60bc5e6b14fd47dd1f0c7a389 6 0.00/1.00 vMB 470
118,742 118,742 0000000000007ab81f09a08a7811c737ddee6611987f1023b3fd6380fb633c7e 10 0.00/1.00 vMB 0
118,741 118,741 0000000000005f2bbf11d746cd6329d19987f0c0e8a98c9ab75c3e75cdcc6439 18 0.00/1.00 vMB 414
118,740 118,740 00000000000067612b507cbb9ba167b5ab2ca0baaa2454bf66fbde3d2b7586db 89 0.02/1.00 vMB 0
118,739 118,739 0000000000003c811427184415c528dca56fb99994db6e4beb93ffb7ec9cd2bc 2 0.00/1.00 vMB 0
118,738 118,738 000000000000b6bf325dc5ad3e678f5caa865f9a3872b280b0b3eb0d9c9581cc 2 0.00/1.00 vMB 0
118,737 118,737 0000000000007fe8de502149ffb88e9b7920a9451bed78bbb8170a78962a83b4 7 0.00/1.00 vMB 782
118,736 118,736 000000000000a1bd854dce2bf9ee9ac15b5bc81a0cd970b6a714685775cc52fa 12 0.00/1.00 vMB 0
118,735 118,735 000000000000a600cba5b7105c72b578453405464db9e89303617e610720be60 8 0.00/1.00 vMB 333
118,734 118,734 000000000000b39a273c832645816a9a36fbd89aa1d21829f3f1a70e37bf6949 18 0.01/1.00 vMB 84
118,733 118,733 0000000000009ca1ffcc6f2ccd53db3f90abf614813f2867b9b6284724805514 3 0.00/1.00 vMB 2,873
118,732 118,732 00000000000008b84270af572d73dfc3dee4f5dc787bc15c9c007c2a3757e357 11 0.00/1.00 vMB 0
118,731 118,731 000000000000784de300c854557f9ca2b745d60bc39ca63b4f7c5b09eecedb0e 6 0.00/1.00 vMB 0
118,730 118,730 000000000000a92677cc20ab6d368088c4e87e9cb1f5cf6ddd3256156528eb1c 25 0.01/1.00 vMB 0
118,729 118,729 000000000000588992a7543b0e7487d4d65a3768a8c3d440cd2a18706911897b 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 565.63 GB
    • Received: 7.65 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.