Loading Tool

Explorer IconExplorer

Memory Pool

74,440 transactions
27.48 vMB
0.07102686 BTC
Random Selection Loading Transactions
Max Size: 167.75/200 MB

Candidate Block

Mining Attempt 7ee63de0ed7b742e766cf760b7989f008532d18d671923e0eef83094a1f02811
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root f8bbda6f85b4c4713fca41c7ba59e8e9cd9d4b690f17f442fc587e4b2c7df4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.01248602 BTC
Feerates: 301.57 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (246,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,015 669,015 000000000000000000001894b0bf318bc08d40c3a4f844ff9694c1f7fce3ad3b 2,816 1.00/1.00 vMB 138
669,014 669,014 00000000000000000005277b4493b4daff18ae7465f2de9c0d26640234ccf821 2,036 1.00/1.00 vMB 60
669,013 669,013 0000000000000000000bfb7128486ad31525c4acd34966da3b9a3f37058fa3f8 2,715 1.00/1.00 vMB 121
669,012 669,012 00000000000000000005466c5f5f8f0887274e773f68cb99ae68380376696cff 2,520 1.00/1.00 vMB 85
669,011 669,011 00000000000000000001316e694a78cad268853c65ad97296018a87e4853680b 1,363 1.00/1.00 vMB 49
669,010 669,010 000000000000000000087dda3adbfb32da7ae91e49a6b9933bf4589b71ae952e 2,471 1.00/1.00 vMB 108
669,009 669,009 0000000000000000000c338bf9ad49f5cf12ae45210b11c57984317d8a6263cf 1,269 1.00/1.00 vMB 83
669,008 669,008 000000000000000000008ccd58f541103c6fdc1c71c9a50375bfb05863649a53 1,905 1.00/1.00 vMB 134
669,007 669,007 000000000000000000039d536b0f27ade42c1938990db54dfa9d3506634bf053 1,731 1.00/1.00 vMB 47
669,006 669,006 0000000000000000000323660cfcd9260043f7abb081b30def5bd898173a5b49 2,779 1.00/1.00 vMB 113
669,005 669,005 0000000000000000000b05cd1fced87f9ff4c6fbf5bb2c4951b42b18b08f4e46 2,826 1.00/1.00 vMB 89
669,004 669,004 00000000000000000003450a9ede160b44063cd3ed8bff3a2cabadb4573e7f4d 1,666 1.00/1.00 vMB 122
669,003 669,003 000000000000000000061f217950de43cdf4c3d81993b5f4116383609be1440c 3,039 1.00/1.00 vMB 149
669,002 669,002 000000000000000000081048359c2311c7b5c39ea0f4327c6f9db1872af64ede 2,530 1.00/1.00 vMB 82
669,001 669,001 0000000000000000000284627714ca67702cbb47e8a08773c78cd4e552f00a21 2,442 1.00/1.00 vMB 92
669,000 669,000 0000000000000000000618d48cd1e968a6a8a996b1323811d7ba7595ba5b8340 1,582 1.00/1.00 vMB 90
668,999 668,999 00000000000000000009a626b788c00cc9795fbedfdf89750163386505656aaa 1,431 1.00/1.00 vMB 128
668,998 668,998 0000000000000000000c36fa5266028b17cecc4fb96522d54f39482b99d50d9c 1,838 1.00/1.00 vMB 78
668,997 668,997 0000000000000000000b5aa13808e7fac398960aaa916a0c0f0046eedb94fe1d 2,524 1.00/1.00 vMB 70
668,996 668,996 000000000000000000006618997c6d2d5cc13d0b5a9db0925ee93f6aa39ab6c9 2,517 1.00/1.00 vMB 109
668,995 668,995 00000000000000000009dce542a160686d77481cef3fd9e2e3d5c855c4ab8d2a 1,881 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.13 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.