Loading Tool

Explorer IconExplorer

Memory Pool

79,231 transactions
29.67 vMB
0.07620946 BTC
Random Selection Loading Transactions
Max Size: 177.96/200 MB

Candidate Block

Mining Attempt 3590d69e199364379b6f9c2af49262e11fde94dd30caecbf28c9c78da8f11a0a
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b4f2bd7351efa0d100f7e4a766ab12645bd44aa47cace81fbab5fef4e9081c67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,877
Size: 1.00 vMB
Total Fees: 0.01581913 BTC
Feerates: 313.32 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (240,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,920 674,920 0000000000000000000993f6d1262500727a3d3817dbc6b4e3c53ca007acc2fe 2,216 1.00/1.00 vMB 59
674,919 674,919 0000000000000000000a7138b2ee5b8d44e7c75a621ee8449f18bee9a58bfa56 2,277 1.00/1.00 vMB 60
674,918 674,918 0000000000000000000506b28b6cecf968894afb739084d0c9e8f165b37c4338 2,219 1.00/1.00 vMB 68
674,917 674,917 000000000000000000029e4f9007ea8db5e1115cf1502257455fb32c361fdc03 2,848 1.00/1.00 vMB 65
674,916 674,916 00000000000000000006c0751a8e45ec2d4c97a0e715ccab113700107cb4aef2 1,617 1.00/1.00 vMB 89
674,915 674,915 0000000000000000000ad0e3dd742a72d77d066fc6534caf5637ff3b56237513 1,005 1.00/1.00 vMB 106
674,914 674,914 00000000000000000002fce3e7aa463e40faba9cd76f6d1ec3ef2c63e884552d 2,969 1.00/1.00 vMB 97
674,913 674,913 0000000000000000000082d2f17310eb292118a0d1e22d3d352ee81f3ebd66f9 2,045 1.00/1.00 vMB 118
674,912 674,912 00000000000000000000c528c36bafa1d883f53fe16aaf44a9861d97a57549ab 2,723 1.00/1.00 vMB 82
674,911 674,911 0000000000000000000968459e2d8901e425bdee65618e5b0968f0a6561d93a0 1,643 1.00/1.00 vMB 48
674,910 674,910 000000000000000000092c42a116c01bf5c5c385394f91026008d57938df3f05 1,720 1.00/1.00 vMB 49
674,909 674,909 0000000000000000000625dceb8474ab43d1c3a7b0da69d2b1df408c8199f48d 2,476 1.00/1.00 vMB 102
674,908 674,908 00000000000000000007b2357a7b2542b23d80489f3e70a641d57e0d63e076a8 1,432 1.00/1.00 vMB 41
674,907 674,907 000000000000000000063c86c09b9731d9de2b8952146cbe4ca42cc60da5cfd5 1,997 1.00/1.00 vMB 61
674,906 674,906 00000000000000000009953721a743adc372b95c8cdf0933130990a65a445bb8 2,719 1.00/1.00 vMB 99
674,905 674,905 000000000000000000089e002473e0c78f54283cf0e7564e7e5e4342039e01a1 3,201 1.00/1.00 vMB 74
674,904 674,904 0000000000000000000235a979892f037222656301dceacb16a9ab96eba85513 2,402 1.00/1.00 vMB 100
674,903 674,903 000000000000000000029d2069acfcbfe508e4f1838ed8b6bb9b9ec00707fdb5 2,280 1.00/1.00 vMB 113
674,902 674,902 0000000000000000000ae408b28dcd3d51bacd3ea0aee9aa5e868b4da001099a 1,318 1.00/1.00 vMB 107
674,901 674,901 0000000000000000000b17c683c3e2eafa36aad36d934e7afa0b75f1c9d77cdc 2,900 1.00/1.00 vMB 59
674,900 674,900 0000000000000000000b4152c32102116f645dcd748e7ff863e1511aedbaa719 2,766 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.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.