Loading Tool

Explorer IconExplorer

Memory Pool

45,801 transactions
20.15 vMB
0.04631794 BTC
Random Selection Loading Transactions
Max Size: 115.47/200 MB

Candidate Block

Mining Attempt ae95e8cb2f7490fe195abaffc597f54c388c03070b680d17e04a486241063e32
Version 20000000
Previous Block 00000000000000000000b153e89bf60d39de4bb1a3db4f3ff187db0dc9b98002
Merkle Root 30907b7bcf5e7cf4a02fd88daba50ac72f9bc29a47e97ae24f3f96ff9b23eee9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,843
Size: 1.00 vMB
Total Fees: 0.00667551 BTC
Feerates: 509.18 > 0.67 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,952 (806,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,015 107,015 0000000000019c0db53b2d532e20d9225ab06d004cce5d4bd475df4983df569f 1 0.00/1.00 vMB 0
107,014 107,014 00000000000226c7b0d7ee4330f95d915f692494c6bf2e1b5f9f6539f9dbad2a 1 0.00/1.00 vMB 0
107,013 107,013 00000000000077af5d226a0d48124055c292f48374df83690dba7f3da26a88ce 3 0.00/1.00 vMB 0
107,012 107,012 000000000000266282dda4fc74db1b101689f2b187325701fd5a7bb334bb21e2 9 0.00/1.00 vMB 0
107,011 107,011 00000000000145735a79d23339ddfcd8b8e4127581dd84b3b8de2775f7ba93e4 12 0.00/1.00 vMB 0
107,010 107,010 000000000000f01c34f1d60c7fde608c025359eec8bc7de43e001d30f03de1f5 34 0.01/1.00 vMB 0
107,009 107,009 000000000001b8bd3e7affcb91e84a380be504e01299bf595b417c8c664d9aaf 3 0.00/1.00 vMB 0
107,008 107,008 000000000000ecc622e430505ad84eaf65d187a88967dcbc9c08713ee0a1a20f 3 0.00/1.00 vMB 0
107,007 107,007 000000000001b202ed6242ea4f161055eab00378ea374b3ab52dfbb7e12c450f 3 0.00/1.00 vMB 0
107,006 107,006 0000000000010d282a52e0c1b23943ae4886ae14729581822bdb257c2dbd99c0 1 0.00/1.00 vMB 0
107,005 107,005 000000000000783baf1e180afc2f3f3448ccdbba2f9ad3747686c3c1e8f32501 2 0.00/1.00 vMB 0
107,004 107,004 0000000000002fe4441308282fff2dd2a211a01b14c57d58e752bc226c5ef441 6 0.00/1.00 vMB 0
107,003 107,003 000000000000518dd86ee86a9df55578ece0606a7dc743226ac229cc5b2f5a2e 2 0.00/1.00 vMB 0
107,002 107,002 000000000001bbcca25e21e6c77e280ecac1efe6ea0a130d80a3dbe70a9fbd3e 8 0.00/1.00 vMB 0
107,001 107,001 00000000000011522adaa3df3983082e86c0335a2c4a6a3a68f2d138a6256179 17 0.00/1.00 vMB 0
107,000 107,000 000000000000a29d57f3c6c6696e84d21de79463b7bf85a6ccfac39438291d64 2 0.00/1.00 vMB 0
106,999 106,999 00000000000085b7fce312c9c5196fbd6f5583cfd10449368447a8f76457384d 1 0.00/1.00 vMB 0
106,998 106,998 000000000000ae341fbe1fd1696de7b320c530981c1eaddc322017840bbd5b2b 5 0.00/1.00 vMB 0
106,997 106,997 00000000000282d49dfb18289c75ddffacc2902041de180f9170df08651d75f2 3 0.00/1.00 vMB 0
106,996 106,996 000000000001ae3c3ea93309400934743fb0544e06d5bd40c59244443d5b5cfc 1 0.00/1.00 vMB 0
106,995 106,995 00000000000164ad22794082d13bbe1517a3c3c783ef89ffac6781dad394eb9b 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.52 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: 535.01 GB
    • Received: 5.88 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.