Loading Tool

Explorer IconExplorer

Memory Pool

86,364 transactions
33.03 vMB
0.07865114 BTC
Random Selection Loading Transactions
Max Size: 196.64/200 MB

Candidate Block

Mining Attempt bfa6b7386c320ef9b0c904a1b82263394ae25265cb3be0a9dafccf3b57275539
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root be998da2c3615d6b3fe153ccf625649cc18054e4bf465fa994fedee42a668a7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,262
Size: 1.00 vMB
Total Fees: 0.01326533 BTC
Feerates: 203.60 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (281,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,005 633,005 000000000000000000054ef56d28abaf226aec5b0b8a6d0582238d82d0670a7e 2,346 1.00/1.00 vMB 54
633,004 633,004 0000000000000000000c641fe9a2b9e2dd0d9a18d790b264d5f1be84323c799c 2,468 1.00/1.00 vMB 49
633,003 633,003 0000000000000000000599150e50b16a8228090e35708156a8a4cb5a6cebdd90 2,142 1.00/1.00 vMB 5
633,002 633,002 000000000000000000101d7672a175a8734afe681d89e343f1e3f304e8d19ddc 2,374 1.00/1.00 vMB 4
633,001 633,001 000000000000000000120cfec6fdcc64ecd120f5c16d2f78b2928d0afa6cd563 2,212 1.00/1.00 vMB 32
633,000 633,000 0000000000000000000338de4f629afe356ba1fe4eea4c84ae1374ccec83720d 1,558 1.00/1.00 vMB 65
632,999 632,999 00000000000000000008f02ea31aed082619acdcd0622535438082e2fc1414ff 1,716 1.00/1.00 vMB 33
632,998 632,998 000000000000000000083d25e13f577b5ff2b1829c9bdd6a5800a6e4d48c2630 2,554 1.00/1.00 vMB 66
632,997 632,997 0000000000000000000fd8e76e4a142147cfd3311e1339590a7425df5ca5b4f8 2,067 1.00/1.00 vMB 73
632,996 632,996 00000000000000000011dd359a202004cb1e214dd59bbe81055b6c648dde506f 2,753 1.00/1.00 vMB 73
632,995 632,995 0000000000000000000c8ffb4ad97b4c374ff0dfe267d28f0ffbedbc185adcb4 2,593 1.00/1.00 vMB 47
632,994 632,994 00000000000000000000d51a5cce5e3fa6fbd8914940a87fcacab964c39dbe3d 828 0.27/1.00 vMB 43
632,993 632,993 00000000000000000001b333095c410835bacfaf707c7fb6e2bf219d8bb976c4 525 0.21/1.00 vMB 52
632,992 632,992 00000000000000000001bf1e363437a7bbcca480a7089e852317aea0cdfdd50f 2,455 0.98/1.00 vMB 42
632,991 632,991 0000000000000000000277e043c4f4ccefcae9efa6abbbc0c8a77bd75249355c 1,153 0.43/1.00 vMB 46
632,990 632,990 0000000000000000000ee37b9e736cec58aea668514574ad7515f0ec970b70a5 2,335 0.90/1.00 vMB 42
632,989 632,989 00000000000000000010a62645c04bf7ed67efe8a3e70d0f81b2a6953c282f44 114 0.03/1.00 vMB 44
632,988 632,988 000000000000000000102bf29cef8bffc6eb86b465de8017336611c6ee5806ed 1,565 0.79/1.00 vMB 41
632,987 632,987 0000000000000000000cd4fcf8efa2b569a74943755287d77238e661f70327f7 1,314 0.66/1.00 vMB 45
632,986 632,986 0000000000000000000d8a9a8177179dffb2e74a2db9349e739270674a5c4e84 1,235 0.83/1.00 vMB 17
632,985 632,985 00000000000000000000cd6ffb5dfb0e5645c1555a05a2c2ef2c9292a14036b4 2,140 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.29 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.24 GB
    • Received: 14.50 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.