Loading Tool

Explorer IconExplorer

Memory Pool

29,219 transactions
27.30 vMB
0.05766314 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt fba32e48da4fbe3659fce8ebb3418aeb6453b5c3196f7c530c849e890c9f6671
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root c4dd2c3f987da95dc23ae42d7fe6b2325fae0eb431df941fdfe640ae24b1683a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,932
Size: 1.00 vMB
Total Fees: 0.00607974 BTC
Feerates: 70.32 > 0.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (452,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,601 461,601 0000000000000000007e43e13f922ef296a57002f8075a90c69f3b206279e9a6 2,408 1.00/1.00 vMB 153
461,600 461,600 000000000000000001c1bcaa48aff354e92d03a469685f304d1a39db0c869288 2,292 1.00/1.00 vMB 203
461,599 461,599 0000000000000000010700f639aa287a2abe88d885e861d421371e1a435ce678 2,341 1.00/1.00 vMB 174
461,598 461,598 00000000000000000225f467184521a730e1a175e530ac0d91f0cc6c9ee3e368 2,017 1.00/1.00 vMB 170
461,597 461,597 00000000000000000058c63e9d97c7bd5a2d258ed685feaa788b0a9fd8f81e90 1,348 1.00/1.00 vMB 116
461,596 461,596 0000000000000000002317b71aeb7d2e421d94b511f20757f333702317f347a6 2,009 1.00/1.00 vMB 116
461,595 461,595 0000000000000000006a21793f9d7461c7f7780daa0004b7d2eb9b23e8794a88 2,065 1.00/1.00 vMB 166
461,594 461,594 00000000000000000154348393f8645a3e3199ddb1f837af9003eb53e3716ff9 1,502 1.00/1.00 vMB 92
461,593 461,593 00000000000000000061744ad1dc6fd86535dcd978597534633d7b62e2759c99 2,610 1.00/1.00 vMB 122
461,592 461,592 000000000000000000ab96763eff5a21a8561bf9e643cce23fa85bdb6dd93492 2,324 1.00/1.00 vMB 164
461,591 461,591 000000000000000000c76c2daa69458db379fdf061c56f3a0e519777eb463bab 1,909 1.00/1.00 vMB 143
461,590 461,590 0000000000000000018e553b69e0e7d8c49a18f94035a3e788eea09433dbb274 2,217 1.00/1.00 vMB 173
461,589 461,589 000000000000000001997657e9ec085621300401b1358044eb627f953e9d664c 2,085 1.00/1.00 vMB 236
461,588 461,588 00000000000000000141d15a2675097c575ae4d667aefdac0c1f597350b47665 2,353 1.00/1.00 vMB 162
461,587 461,587 00000000000000000040415e7544bbd8027e3eb4a68907ae2117a7db7625ab76 2,374 1.00/1.00 vMB 160
461,586 461,586 000000000000000001dcd97f570bf296be44c1ade2c0df833cfdb29ea997659a 2,182 1.00/1.00 vMB 183
461,585 461,585 000000000000000000b81faa84a8219da62aa9102ba30699b29755cdc039422c 1,841 1.00/1.00 vMB 110
461,584 461,584 0000000000000000021df21c68e5284a81b9edb7f2a695a7f037b4158d0a7a1e 1,994 1.00/1.00 vMB 173
461,583 461,583 0000000000000000001ef2043c6604626c3f2ccc7e4a8a4fcc508561de004906 2,771 1.00/1.00 vMB 230
461,582 461,582 0000000000000000007311a461e05b73f837f389c6d9af1e9e3540eb4c7774d7 1,843 1.00/1.00 vMB 139
461,581 461,581 00000000000000000069acb38524aadb3577099f2d0449d06ff962634d9a863b 1,912 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.49 GB
    • Received: 11.23 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.