Loading Tool

Explorer IconExplorer

Memory Pool

84,660 transactions
32.76 vMB
0.08351516 BTC
Random Selection Loading Transactions
Max Size: 194.10/200 MB

Candidate Block

Mining Attempt 2f87c64d3ce6c23da83623c59482657de5fa709fda7d3b8bcb5e0fdc6c6954d8
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 5a0653f6f947f152ea0e1039d75a1b67230a99853f0076c327350cd3326a4c58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,323
Size: 1.00 vMB
Total Fees: 0.01850263 BTC
Feerates: 120.64 > 1.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (737,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,020 177,020 000000000000094663209af53b1a281b6338d5471886c23cc0d9ba50dbf129d4 135 0.05/1.00 vMB 129
177,019 177,019 000000000000084a58e589d862ada0549c13010e4901247dadba64a76e4eb109 98 0.04/1.00 vMB 110
177,018 177,018 00000000000008bfd7e40aa75bebbc8c65a4b79e917d3678bded16916e1483fd 35 0.01/1.00 vMB 136
177,017 177,017 000000000000005b6411006bce1741a21b2677a7b5cb09a2ae98875c72dafe7c 58 0.02/1.00 vMB 66
177,016 177,016 000000000000057984c5d1054b68aa5dfc7533a32a6c53fe43627ac3679ea50b 131 0.05/1.00 vMB 91
177,015 177,015 000000000000088b8ca3faea8d7ed45a3ba1893baf914a3e6aec3c83f20ffd6b 48 0.04/1.00 vMB 48
177,014 177,014 000000000000030114792b46ea2af18d18a728cd4edc675a238d3c6c661b4f29 22 0.01/1.00 vMB 152
177,013 177,013 00000000000006894e0202cccf57df030814716777ea21eb9ae1d90f1c13ba5a 71 0.02/1.00 vMB 21
177,012 177,012 000000000000015e662fad3e00da62374175d0e9ce88c7061e23efb24021f95b 59 0.04/1.00 vMB 91
177,011 177,011 000000000000085c5d5dc2398498ea8a3327ed659ed7a7c7fec54fe3a3d97f71 11 0.00/1.00 vMB 0
177,010 177,010 0000000000000a0677452750709704e1754e7916cae6ee50da178c3913fd3596 42 0.01/1.00 vMB 113
177,009 177,009 0000000000000406b7680373832487a773ed044a9e9ef6cce0979aaf5e2c7f2a 70 0.03/1.00 vMB 158
177,008 177,008 00000000000001c31561c28e0d6c6467ebd3d25a699cc935f7ae8a3aa2854d09 47 0.02/1.00 vMB 100
177,007 177,007 000000000000015f7a69b9e3b01b5b3019c93db5d6462cb387a90d3516904ada 84 0.05/1.00 vMB 86
177,006 177,006 00000000000006a42eeef0c4263d4ca18a8ff364d103c2eac2f68fe7cd3cc6cc 33 0.02/1.00 vMB 243
177,005 177,005 000000000000078c95034646dbd01a3a40a58fb2413682d87ef45f42d287e16a 36 0.03/1.00 vMB 139
177,004 177,004 000000000000001a76811ff654705517effbbff723c95ce679caa441ffe74a94 117 0.04/1.00 vMB 42
177,003 177,003 00000000000003984f74b87c5469e6bcb17d6a30ba58cea2581fb8f37ac6d4bc 19 0.00/1.00 vMB 71
177,002 177,002 00000000000004d1f94adeeae0a8f75917942f2530a518a95b40b6c28f774e8d 14 0.01/1.00 vMB 30
177,001 177,001 00000000000002e880ee928f4cd3aff8269b0426bd7d5a1eef2f2c80e1328616 65 0.02/1.00 vMB 127
177,000 177,000 0000000000000359be6774f86dec526367120cbfc7dadf6392b6ddbda2af3a3e 49 0.02/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.