Loading Tool

Explorer IconExplorer

Memory Pool

85,032 transactions
31.85 vMB
0.19108283 BTC
Random Selection Loading Transactions
Max Size: 189.28/200 MB

Candidate Block

Mining Attempt 5b2d2d4120c54594e000702a52117f7645919bf0d5c9813bf2c211ffa3ba0428
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ebb60cf9472b0cb4423c67345bd67b0fff75de82264e555dace22f5225222fa3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.07290809 BTC
Feerates: 301.64 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (235,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,622 679,622 000000000000000000083c237d565e37d90ba5ceeb109e7c297c630e9d2fb079 740 1.00/1.00 vMB 178
679,621 679,621 00000000000000000008ce2b6a7a136dad62d16b2e924c06ce13257d764422cc 1,803 1.00/1.00 vMB 179
679,620 679,620 00000000000000000005a565438b37a387ef910eab07a46cdf341011824b73a7 2,843 1.00/1.00 vMB 203
679,619 679,619 00000000000000000006c7aeda7343599a9c0b9c1de23dc1d21f150797787cc4 696 1.00/1.00 vMB 190
679,618 679,618 0000000000000000000a0f1279c1088029e57ad47c5e0af0bb18406f27d989d7 818 1.00/1.00 vMB 198
679,617 679,617 0000000000000000000ade31c5a3c8f17e2cb0a0c8fec5427942e1066d4d8d3c 2,837 1.00/1.00 vMB 201
679,616 679,616 000000000000000000094a3c1f7e48a07564cb42413c883530dfdc5fa83d9c03 2,556 1.00/1.00 vMB 204
679,615 679,615 0000000000000000000342140f86671bb68b57044a3f56a8edc3a51b99c5fd76 2,779 1.00/1.00 vMB 228
679,614 679,614 00000000000000000002b7785ed13c03d78339144067294d169bae5bc9c4f52d 3,523 1.00/1.00 vMB 257
679,613 679,613 0000000000000000000af093014f585ca1eef38a6a627bab05e9a664772015b1 2,753 1.00/1.00 vMB 183
679,612 679,612 0000000000000000000ae68f42bf46e6bcde47791d3248a7da86e091442bbad1 2,935 1.00/1.00 vMB 161
679,611 679,611 000000000000000000064ff123953b39f360b42e1e94280745cdbc7740d1603e 2,737 1.00/1.00 vMB 217
679,610 679,610 00000000000000000007a1e865e535d6bbd6baa13f5d229e7d7e40e8b118cbe0 2,281 1.00/1.00 vMB 197
679,609 679,609 000000000000000000007c2422d5633561b9b64f1f9c0471a5b1f8864b8c1958 2,201 1.00/1.00 vMB 199
679,608 679,608 0000000000000000000af7f5abb37a46bd6c1e6b51561e6e037eed4c0a40f7b5 1,649 1.00/1.00 vMB 208
679,607 679,607 00000000000000000007281074f0cfeb73708707ec9356e21570a2ff13be9538 1,843 1.00/1.00 vMB 210
679,606 679,606 0000000000000000000693f07a27b3e6dcfcdf011d4b429fb7285eaa45b94f91 3,146 1.00/1.00 vMB 195
679,605 679,605 000000000000000000022d91eabae00b483656df43267d3e48323ce8cc99fb36 1,822 1.00/1.00 vMB 191
679,604 679,604 00000000000000000004c0f8400e7177df7b0806602dece28ed8f0562561d334 2,615 1.00/1.00 vMB 213
679,603 679,603 0000000000000000000802778ec60022cde9a7e0013350e19cc0ca3684323a49 2,244 1.00/1.00 vMB 200
679,602 679,602 00000000000000000002674b891332ccba8cb26d698170151c6b5524751fe0bc 875 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.