Loading Tool

Explorer IconExplorer

Memory Pool

78,271 transactions
29.41 vMB
0.06655776 BTC
Random Selection Loading Transactions
Max Size: 176.60/200 MB

Candidate Block

Mining Attempt b36614bd47f73173b86ca5d81370d37409a5bb7e435bb8f58aa4f8ad1cd4d8a2
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 511e8778db5455a041037cb79ed8b29955965ca90bf900a6eb72cc55f8f01f84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,743
Size: 1.00 vMB
Total Fees: 0.00681213 BTC
Feerates: 180.34 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (335,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,113 579,113 0000000000000000001ef68047c9db0168473f9090140af394dff85109af4872 2,838 1.00/1.00 vMB 124
579,112 579,112 00000000000000000024e9099cbbe46e9922df6fe767b23afa20b1ee07c7b57c 2,368 1.00/1.00 vMB 92
579,111 579,111 0000000000000000000992f9b4e0a2b0ff37d1018f87da71b31e3a64fe16905a 2,151 1.00/1.00 vMB 138
579,110 579,110 000000000000000000142a7724678b99f86289de1bdc0a45e06322ab81f20064 2,830 1.00/1.00 vMB 143
579,109 579,109 0000000000000000000360c0335635e1e228729a12c374e85f1687cee09a0f5e 2,274 1.00/1.00 vMB 178
579,108 579,108 0000000000000000000f8cc0e844d4bd49fa4435bd4484552a7b1f2d0416bb7d 2,779 1.00/1.00 vMB 114
579,107 579,107 0000000000000000000786e2a4ed76a1e7e7566430a9e505016c9aa5c21fcf97 2,175 1.00/1.00 vMB 160
579,106 579,106 00000000000000000011afad4738f6e6e69dfdea55416ebf127d433be85f81a9 2,425 1.00/1.00 vMB 171
579,105 579,105 00000000000000000008a40e39f7c022fd81c5275a247487ed34b42b958d6584 2,358 1.00/1.00 vMB 128
579,104 579,104 00000000000000000013fc9bef87f13031b698458be6c661767620dbab48ff86 2,315 1.00/1.00 vMB 122
579,103 579,103 0000000000000000000fd0d47ef202c1a2a4bd9fff2a710565436b23e9360016 2,883 1.00/1.00 vMB 184
579,102 579,102 0000000000000000001b094b711ddb21702f2729bce321a439755856e3c553c1 2,384 1.00/1.00 vMB 133
579,101 579,101 00000000000000000014b613ea853f34fb0109b04d6c657a9f6f64a447863eef 2,926 1.00/1.00 vMB 178
579,100 579,100 00000000000000000004c57aa001fc220a8982abf44a61cd7f3933a3c8f8d406 2,728 1.00/1.00 vMB 199
579,099 579,099 000000000000000000238a1cd98aef7c4867a618f4b3bfe90dd7831040062991 3,130 1.00/1.00 vMB 189
579,098 579,098 000000000000000000139c0d5aa57f78052f4e9a65b805be74f202a7215ccc49 2,869 1.00/1.00 vMB 196
579,097 579,097 0000000000000000002552f4b59968fe76cd5b1e8e55d0b244fb34e004b7e4f2 3,020 1.00/1.00 vMB 201
579,096 579,096 00000000000000000004a0c4568aaf1097f642c3c85498d22a53dd921cb2a3b2 2,347 1.00/1.00 vMB 230
579,095 579,095 0000000000000000000ecdb22dfca3a8f63c762410cc1963f3f25d9bad94728b 3,278 1.00/1.00 vMB 168
579,094 579,094 000000000000000000153828e26f8ddc4f35a379f1fc4efe535afffa406cdde7 2,902 1.00/1.00 vMB 208
579,093 579,093 00000000000000000020d6bd29b0c59a3d9daee3761416395ce4dc2a9509e92d 3,039 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.43 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.47 GB
    • Received: 15.14 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.