Loading Tool

Explorer IconExplorer

Memory Pool

12,835 transactions
5.40 vMB
0.01673899 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.22/200 MB

Candidate Block

Mining Attempt 3e9502bee8bbc31037bf879a3a1cdfc53827b465b278028bf2175ff1d9ee2703
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root b58beaa8e7f5f9ba4e1ffae36fb6741798326e264411a16a9f4a1555994fdd6e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,792
Size: 1.00 vMB
Total Fees: 0.00806958 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (710,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,455 203,455 00000000000004bad942f88f3689c699f2cfc4807893a9ee8e4f7559bd730b4e 178 0.05 vMB 28
203,454 203,454 000000000000000ad89c9b8fcda65c2230d2da7907f404794d8d3b877a5fa4e8 393 0.23 vMB 184
203,453 203,453 000000000000039f47f7ac4bdb5b4c64abb1a9c3ba50f27e777346e313beb4b9 32 0.09 vMB 64
203,452 203,452 000000000000020abe3d440204181670885f4e748305dacd4181e6bef6f3785a 109 0.05 vMB 30
203,451 203,451 00000000000001ffd4097488fd7e85b2afd799318a02d205bed8000caee05d3d 746 0.25 vMB 277
203,450 203,450 000000000000026bedb68f62dc057390246ed3ae166155115c17509e29891de5 113 0.05 vMB 228
203,449 203,449 0000000000000470e3771427c12c237489bbaf651f20922eb700032970a5e4c8 113 0.03 vMB 31
203,448 203,448 000000000000036d03a42ae08d385de795687a1217649bab711fe0ce2136c5d3 498 0.23 vMB 141
203,447 203,447 00000000000002dcd6d30d01ac9172ad58e804404ac8b40039e7c337ebd92536 98 0.05 vMB 285
203,446 203,446 0000000000000383647de4b672fa55a8b7c3fcc9081a69d86c73776b2ecafa3a 156 0.08 vMB 86
203,445 203,445 0000000000000309711726588842d9fc4db0f47e65aea9dd36a89b05d016a423 450 0.19 vMB 262
203,444 203,444 00000000000001805cb3243f0db212e1f2e55986d2ab77fab93b3fca50b840cd 391 0.23 vMB 173
203,443 203,443 00000000000003caa8d232ae0e802ea742981c74e15f0574269a9169e3815c4b 153 0.08 vMB 36
203,442 203,442 00000000000004bb60e977ae31ef34e5d4815b923c35cbc553f6b1bd51bc86ab 181 0.09 vMB 161
203,441 203,441 00000000000002f56375abac7bd35e499a944f746e60d04e21c7ff17b7bfd504 66 0.03 vMB 75
203,440 203,440 00000000000001caa3948c01795308eb75110c910251f6df7750fb3cba21eccd 248 0.18 vMB 227
203,439 203,439 00000000000002ba92fd32437a60e9f8c4c19209e3c175087a7b8a17f2ea1d96 170 0.08 vMB 135
203,438 203,438 0000000000000201892dd6ed76236eb8f42e93bf0dad2606cc5aaa246f253bf1 1 0.00 vMB 0
203,437 203,437 00000000000001d5ce6880b3c265f34dee91f3c7603ab6f151e814e08ed050fd 91 0.04 vMB 122
203,436 203,436 000000000000017c118daed5c3fd997b3c55ac0d00d7cba5d6de88fe70fc5dfa 214 0.10 vMB 137
203,435 203,435 0000000000000406dc596ed9a0c9d2b484ce0747a83a360628375c2d0559a72e 481 0.19 vMB 245
Previous 10 blocks ↓
Total Size: 779.66 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: 312.54 GB
    • Received: 1.49 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.